Searched refs:idct_dc_add (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp3dsp_init_mips.c | 38 c->idct_dc_add = ff_vp3_idct_dc_add_mmi; in ff_vp3dsp_init_mips() 46 c->idct_dc_add = ff_vp3_idct_dc_add_msa; in ff_vp3dsp_init_mips()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp3dsp_init_arm.c | 40 c->idct_dc_add = ff_vp3_idct_dc_add_neon; in ff_vp3dsp_init_arm()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mb.c | 623 void (*idct_dc_add)(uint8_t *dst, int16_t *block, int stride); in hl_decode_mb_predict_luma() local 630 idct_dc_add = in hl_decode_mb_predict_luma() 633 idct_dc_add = h->h264dsp.h264_idct8_dc_add; in hl_decode_mb_predict_luma() 652 idct_dc_add(ptr, sl->mb + (i * 16 + p * 256 << pixel_shift), linesize); in hl_decode_mb_predict_luma() 660 idct_dc_add = in hl_decode_mb_predict_luma() 663 idct_dc_add = h->h264dsp.h264_idct_dc_add; in hl_decode_mb_predict_luma() 696 idct_dc_add(ptr, sl->mb + (i * 16 + p * 256 << pixel_shift), linesize); in hl_decode_mb_predict_luma()
|
D | vp3dsp.h | 43 void (*idct_dc_add)(uint8_t *dest, ptrdiff_t stride, int16_t *block); member
|
D | vp3dsp.c | 451 c->idct_dc_add = vp3_idct_dc_add_c; in ff_vp3dsp_init()
|
D | vp56.c | 424 s->vp3dsp.idct_dc_add(dest, stride, block); in vp56_idct_add()
|
D | vp3.c | 2234 s->vp3dsp.idct_dc_add(output_plane + first_pixel, in render_slice()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp3dsp_init.c | 59 c->idct_dc_add = ff_vp3_idct_dc_add_mmxext; in ff_vp3dsp_init_x86()
|
D | h264_idct_10bit.asm | 261 call idct_dc_add %+ SUFFIX 270 idct_dc_add %+ SUFFIX: label
|