Searched refs:hencdsp (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuv.h | 91 HuffYUVEncDSPContext hencdsp; member
|
H A D | huffyuvenc.c | 50 s->hencdsp.diff_int16((uint16_t *)dst, (const uint16_t *)src0, (const uint16_t *)src1, s->n - 1, w); in diff_bytes() 80 s->hencdsp.diff_int16(dst16 + 32, src16 + 32, src16 + 31, s->n - 1, w - 32); in sub_left_prediction() 154 s->hencdsp.sub_hfyu_median_pred_int16((uint16_t *)dst, (const uint16_t *)src1, (const uint16_t *)src2, s->n - 1, w , left, left_top); in sub_median_prediction() 213 ff_huffyuvencdsp_init(&s->hencdsp, avctx); in encode_init()
|
Completed in 3 milliseconds