Home
last modified time | relevance | path

Searched refs:bottommost (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c850 int bottommost = frame->data[plane][(ay + size - 1) * frame->linesize[plane] + FFMAX(ax - 1, 0)]; in predict_intra() local
852 int avg = (bottommost + rightmost + 1) / 2 + 2 * av_clip(get_se_golomb(gb), -(1<<16), 1<<16); in predict_intra()
853 int r6 = adjust(avg - bottommost, size); in predict_intra()
860 arr1[x] = adjust(((bottommost - val) * (1 << shift)) + r6 * (x + 1), size); in predict_intra()

Completed in 3 milliseconds