Searched refs:vp8_luma_dc_wht_dc (Results 1 – 7 of 7) sorted by relevance
39 void (*vp8_luma_dc_wht_dc)(int16_t block[4][4][16], int16_t dc[16]); member
692 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()
1497 s->vp8dsp.vp8_luma_dc_wht_dc(td->block, td->block_dc); in decode_mb_coeffs()
104 dsp->vp8_luma_dc_wht_dc = ff_vp8_luma_dc_wht_dc_armv6; in ff_vp8dsp_init_armv6()
182 @ void vp8_luma_dc_wht_dc(int16_t block[4][4][16], int16_t dc[16])
83 dsp->vp8_luma_dc_wht_dc = ff_vp8_luma_dc_wht_dc_mmi; in ff_vp8dsp_init_mips()
228 …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()