Searched refs:iwalsh1 (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/vp8/common/
H A Didct.h76 vp8_second_order_fn_t iwalsh1; member in struct:__anon8189
/external/libvpx/vp8/common/mips/
H A Dmips_systemdependent.c39 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_mips;
/external/libvpx/vp8/common/arm/
H A Darm_systemdependent.c47 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_v6;
82 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_neon;
/external/libvpx/vp8/common/generic/
H A Dsystemdependent.c31 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c;
/external/libvpx/vp8/common/x86/
H A Dx86_systemdependent.c48 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_mmx;
/external/libvpx/vp8/decoder/
H A Ddecodframe.c249 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);
H A Dthreading.c171 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);

Completed in 914 milliseconds