Searched refs:vp8_short_walsh4x4_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 137 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 138 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 137 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 138 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 137 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 138 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 151 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 152 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 66 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) in vp8_short_walsh4x4_c() function
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | vp8_shortwalsh4x4_neon.c | 20 vp8_short_walsh4x4_c(input, output, pitch); in vp8_short_walsh4x4_neon()
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 163 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 161 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 187 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 237 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 237 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|