Home
last modified time | relevance | path

Searched refs:add_left_pred_int16 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dlossless_videodsp_init.c114 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()
Dlossless_videodsp.asm297 ; 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/
Dmagicyuv.c173 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()
Dlossless_videodsp.h40 int (*add_left_pred_int16)(uint16_t *dst, const uint16_t *src, member
Dlossless_videodsp.c118 c->add_left_pred_int16 = add_left_pred_int16_c; in ff_llviddsp_init()
Dhuffyuvdec.c855 …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/
Dllviddsp.c153 if (check_func(c.add_left_pred_int16, "%s", report)) { in check_add_left_pred_16()