Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmagicyuv.c128 int left, lefttop, top; in magy_decode_slice10() local
199 lefttop = dst[x - (fake_stride + 1)]; in magy_decode_slice10()
200 left += top - lefttop + dst[x]; in magy_decode_slice10()
214 lefttop = left = dst[0]; in magy_decode_slice10()
216 magicyuv_median_pred16(dst, dst - fake_stride, dst, width, &left, &lefttop, max); in magy_decode_slice10()
217 lefttop = left = dst[0]; in magy_decode_slice10()
258 int left, lefttop, top; in magy_decode_slice() local
329 lefttop = dst[x - (fake_stride + 1)]; in magy_decode_slice()
330 left += top - lefttop + dst[x]; in magy_decode_slice()
346 lefttop in magy_decode_slice()
[all...]
H A Dmvha.c257 int left, lefttop; in decode_frame() local
266 lefttop = left = dst[0]; in decode_frame()
268 s->llviddsp.add_median_pred(dst, dst + stride, dst, width, &left, &lefttop); in decode_frame()
269 lefttop = left = dst[0]; in decode_frame()
H A Dmagicyuvenc.c104 int left = 0, top, lefttop; in gradient_predict() local
119 lefttop = src[i - (stride + 1)]; in gradient_predict()
121 dst[i] = (src[i] - top) - left + lefttop; in gradient_predict()
132 int left = 0, lefttop; in median_predict() local
142 left = lefttop = src[-stride]; in median_predict()
143 s->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &left, &lefttop); in median_predict()
H A Dhuffyuvdec.c890 int left, lefttop, y; in decode_slice() local
937 lefttop = p->data[plane][0]; in decode_slice()
939 add_median_prediction(s, p->data[plane] + fake_stride, p->data[plane], s->temp[0], w, &left, &lefttop); in decode_slice()
949 add_median_prediction(s, dst, dst - fake_stride, s->temp[0], w, &left, &lefttop); in decode_slice()
H A Dhuffyuvenc.c930 int lefttop; in encode_frame() local
939 lefttop = p->data[plane][0]; in encode_frame()
944 sub_median_prediction(s, s->temp[0], dst - fake_stride, dst, w , &left, &lefttop); in encode_frame()

Completed in 7 milliseconds