Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp8dsp.h39 void (*vp8_luma_dc_wht_dc)(int16_t block[4][4][16], int16_t dc[16]); member
Dvp8dsp.c692 dsp->vp8_luma_dc_wht_dc = vp7_luma_dc_wht_dc_c; in LOOP_FILTERS()
719 dsp->vp8_luma_dc_wht_dc = vp8_luma_dc_wht_dc_c; in LOOP_FILTERS()
Dvp8.c1497 s->vp8dsp.vp8_luma_dc_wht_dc(td->block, td->block_dc); in decode_mb_coeffs()
/third_party/ffmpeg/libavcodec/arm/
Dvp8dsp_init_armv6.c104 dsp->vp8_luma_dc_wht_dc = ff_vp8_luma_dc_wht_dc_armv6; in ff_vp8dsp_init_armv6()
Dvp8dsp_armv6.S182 @ void vp8_luma_dc_wht_dc(int16_t block[4][4][16], int16_t dc[16])
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_init_mips.c83 dsp->vp8_luma_dc_wht_dc = ff_vp8_luma_dc_wht_dc_mmi; in ff_vp8dsp_init_mips()
/third_party/ffmpeg/tests/checkasm/
Dvp8dsp.c228 …void (*idct)(int16_t [4][4][16], int16_t [16]) = dc_only ? d.vp8_luma_dc_wht_dc : d.vp8_luma_dc_wh… in check_luma_dc_wht()