Home
last modified time | relevance | path

Searched refs:iwalsh1 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/common/arm/
Darm_systemdependent.c47 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_v6; in vp8_arch_arm_common_init()
82 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_neon; in vp8_arch_arm_common_init()
/external/libvpx/vp8/common/
Didct.h70 vp8_second_order_fn_t iwalsh1; member
/external/libvpx/vp8/common/generic/
Dsystemdependent.c31 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_c; in vp8_machine_specific_config()
/external/libvpx/vp8/common/x86/
Dx86_systemdependent.c48 rtcd->idct.iwalsh1 = vp8_short_inv_walsh4x4_1_mmx; in vp8_arch_x86_common_init()
/external/libvpx/vp8/decoder/
Ddecodframe.c249 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff); in decode_macroblock()
Dthreading.c171 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff); in decode_macroblock()