Home
last modified time | relevance | path

Searched refs:sub_left_predict (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlossless_videoencdsp.h38 void (*sub_left_predict)(uint8_t *dst, uint8_t *src, member
H A Dlossless_videoencdsp.c95 c->sub_left_predict = sub_left_predict_c; in ff_llvidencdsp_init()
H A Dutvideoenc.c410 c->llvidencdsp.sub_left_predict(dst + sstart * width, src + sstart * stride, stride, width, send - sstart); in encode_plane()
/third_party/ffmpeg/libavcodec/x86/
H A Dlossless_videoencdsp_init.c99 c->sub_left_predict = ff_sub_left_predict_avx; in ff_llvidencdsp_init_x86()
H A Dlossless_videoencdsp.asm148 ;void sub_left_predict(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height)
152 cglobal sub_left_predict, 5,6,5, dst, src, stride, width, height, x
/third_party/ffmpeg/tests/checkasm/
H A Dllviddspenc.c92 if (check_func(c->sub_left_predict, "sub_left_predict")) { in check_sub_left_pred()
113 report("sub_left_predict"); in checkasm_check_llviddspenc()

Completed in 3 milliseconds