Lines Matching refs:diff_bytes
41 static inline void diff_bytes(HYuvContext *s, uint8_t *dst, in diff_bytes() function
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()
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()
984 diff_bytes(s, s->temp[1], dst, dst - fake_stride, w); in encode_frame()