Searched refs:LLVidDSPContext (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lossless_videodsp.h | 31 typedef struct LLVidDSPContext { struct 43 } LLVidDSPContext; argument 45 void ff_llviddsp_init(LLVidDSPContext *llviddsp); 46 void ff_llviddsp_init_x86(LLVidDSPContext *llviddsp); 47 void ff_llviddsp_init_ppc(LLVidDSPContext *llviddsp);
|
D | utvideo.h | 69 LLVidDSPContext llviddsp;
|
D | huffyuv.h | 92 LLVidDSPContext llviddsp;
|
D | lossless_videodsp.c | 112 void ff_llviddsp_init(LLVidDSPContext *c) in ff_llviddsp_init()
|
D | vble.c | 39 LLVidDSPContext llviddsp;
|
D | mvha.c | 47 LLVidDSPContext llviddsp;
|
D | lagarith.c | 53 LLVidDSPContext llviddsp;
|
D | magicyuv.c | 72 LLVidDSPContext llviddsp;
|
/third_party/ffmpeg/tests/checkasm/ |
D | llviddsp.c | 45 static void check_add_bytes(LLVidDSPContext c, int width) in check_add_bytes() 73 static void check_add_median_pred(LLVidDSPContext c, int width) { in check_add_median_pred() 110 static void check_add_left_pred(LLVidDSPContext c, int width, int acc, const char * report) in check_add_left_pred() 139 static void check_add_left_pred_16(LLVidDSPContext c, unsigned mask, int width, unsigned acc, const… in check_add_left_pred_16() 168 static void check_add_gradient_pred(LLVidDSPContext c, int w) { in check_add_gradient_pred() 197 LLVidDSPContext c; in checkasm_check_llviddsp()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | lossless_videodsp_altivec.c | 51 av_cold void ff_llviddsp_init_ppc(LLVidDSPContext *c) in ff_llviddsp_init_ppc()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | lossless_videodsp_init.c | 88 void ff_llviddsp_init_x86(LLVidDSPContext *c) in ff_llviddsp_init_x86()
|