Searched refs:get_pixels_8x4_sym (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | dnxhdenc_init.c | 35 ctx->get_pixels_8x4_sym = ff_get_pixels_8x4_sym_sse2; in ff_dnxhdenc_init_x86()
|
H A D | dnxhdenc.asm | 30 cglobal get_pixels_8x4_sym, 3,3,5, block, pixels, linesize
|
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.h | 110 void (*get_pixels_8x4_sym)(int16_t *av_restrict /* align 16 */ block, member
|
H A D | dnxhdenc.c | 437 ctx->get_pixels_8x4_sym = dnxhd_10bit_get_pixels_8x4_sym; in dnxhd_encode_init() 441 ctx->get_pixels_8x4_sym = dnxhd_10bit_get_pixels_8x4_sym; in dnxhd_encode_init() 444 ctx->get_pixels_8x4_sym = dnxhd_8bit_get_pixels_8x4_sym; in dnxhd_encode_init() 762 ctx->get_pixels_8x4_sym(ctx->blocks[4], in dnxhd_get_blocks() 765 ctx->get_pixels_8x4_sym(ctx->blocks[5], in dnxhd_get_blocks() 768 ctx->get_pixels_8x4_sym(ctx->blocks[6], in dnxhd_get_blocks() 771 ctx->get_pixels_8x4_sym(ctx->blocks[7], in dnxhd_get_blocks()
|
Completed in 4 milliseconds