Searched refs:sub_median_pred (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lossless_videoencdsp.h | 35 void (*sub_median_pred)(uint8_t *dst, const uint8_t *src1, member
|
D | huffyuvenc.c | 149 s->llvidencdsp.sub_median_pred(dst, src1, src2, w , left, left_top); in sub_median_prediction() 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()
|
D | lossless_videoencdsp.c | 94 c->sub_median_pred = sub_median_pred_c; in ff_llvidencdsp_init()
|
D | utvideoenc.c | 336 c->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &A, &B); in median_predict()
|
D | magicyuvenc.c | 140 s->llvidencdsp.sub_median_pred(dst, src - stride, src, width, &left, &lefttop); in median_predict()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_videoencdsp_init.c | 96 c->sub_median_pred = sub_median_pred_mmxext; in ff_llvidencdsp_init_x86()
|