Lines Matching refs:llvidencdsp

45         s->llvidencdsp.diff_bytes(dst, src0, src1, w);  in diff_bytes()
65 s->llvidencdsp.diff_bytes(dst + 32, src + 32, src + 31, w - 32); in sub_left_prediction()
110 s->llvidencdsp.diff_bytes(dst + 32, src + 32, src + 32 - 4, w * 4 - 32); in sub_left_prediction_bgr32()
139 s->llvidencdsp.diff_bytes(dst + 48, src + 48, src + 48 - 3, w * 3 - 48); in sub_left_prediction_rgb24()
149 s->llvidencdsp.sub_median_pred(dst, src1, src2, w , left, left_top); in sub_median_prediction()
211 ff_llvidencdsp_init(&s->llvidencdsp); in encode_init()
816 …s->llvidencdsp.sub_median_pred(s->temp[0], p->data[0] + 4, p->data[0] + fake_ystride + 4, width -… in encode_frame()
817 …s->llvidencdsp.sub_median_pred(s->temp[1], p->data[1] + 2, p->data[1] + fake_ustride + 2, width2 -… in encode_frame()
818 …s->llvidencdsp.sub_median_pred(s->temp[2], p->data[2] + 2, p->data[2] + fake_vstride + 2, width2 -… in encode_frame()
828 … s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy); in encode_frame()
838 … s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy); in encode_frame()
839 … s->llvidencdsp.sub_median_pred(s->temp[1], udst - fake_ustride, udst, width2, &leftu, &lefttopu); in encode_frame()
840 … s->llvidencdsp.sub_median_pred(s->temp[2], vdst - fake_vstride, vdst, width2, &leftv, &lefttopv); in encode_frame()
853 s->llvidencdsp.diff_bytes(s->temp[1], ydst, ydst - fake_ystride, width); in encode_frame()
869 … s->llvidencdsp.diff_bytes(s->temp[1], ydst, ydst - fake_ystride, width); in encode_frame()
870 … s->llvidencdsp.diff_bytes(s->temp[2], udst, udst - fake_ustride, width2); in encode_frame()
871 … s->llvidencdsp.diff_bytes(s->temp[2] + width2, vdst, vdst - fake_vstride, width2); in encode_frame()
904 s->llvidencdsp.diff_bytes(s->temp[1], dst, dst - fake_stride, width * 4); in encode_frame()
932 s->llvidencdsp.diff_bytes(s->temp[1], dst, dst - fake_stride, in encode_frame()