Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h135 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
136 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h162 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
163 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h162 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
163 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
/external/libvpx/config/x86/
Dvp8_rtcd.h194 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
195 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
/external/libvpx/config/x86_64/
Dvp8_rtcd.h194 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff);
195 #define vp8_short_inv_walsh4x4_1 vp8_short_inv_walsh4x4_1_c
/external/libvpx/libvpx/vp8/common/
Didctllm.c177 void vp8_short_inv_walsh4x4_1_c(short *input, short *mb_dqcoeff) { in vp8_short_inv_walsh4x4_1_c() function