Searched refs:add_left_pred_int16 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_videodsp_init.c | 114 c->add_left_pred_int16 = ff_add_left_pred_int16_ssse3; in ff_llviddsp_init_x86() 120 c->add_left_pred_int16 = ff_add_left_pred_int16_unaligned_ssse3; in ff_llviddsp_init_x86()
|
D | lossless_videodsp.asm | 297 ; int add_left_pred_int16(uint16_t *dst, const uint16_t *src, unsigned mask, int w, int left) 300 cglobal add_left_pred_int16, 4,4,8, dst, src, mask, w, left
|
/third_party/ffmpeg/libavcodec/ |
D | magicyuv.c | 173 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10() 176 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10() 180 s->llviddsp.add_left_pred_int16(dst, dst, max, width, dst[-fake_stride]); in magy_decode_slice10() 186 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10() 189 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10() 207 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10() 210 s->llviddsp.add_left_pred_int16(dst, dst, max, width, 0); in magy_decode_slice10()
|
D | lossless_videodsp.h | 40 int (*add_left_pred_int16)(uint16_t *dst, const uint16_t *src, member
|
D | lossless_videodsp.c | 118 c->add_left_pred_int16 = add_left_pred_int16_c; in ff_llviddsp_init()
|
D | huffyuvdec.c | 855 …return s->llviddsp.add_left_pred_int16(( uint16_t *)dst, (const uint16_t *)src, s->n-1, w, ac… in left_prediction()
|
/third_party/ffmpeg/tests/checkasm/ |
D | llviddsp.c | 153 if (check_func(c.add_left_pred_int16, "%s", report)) { in check_add_left_pred_16()
|