Searched refs:vp8_short_walsh4x4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 138 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 139 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 60 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 | 19 vp8_short_walsh4x4_c(input, output, pitch); in vp8_short_walsh4x4_neon()
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 165 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 165 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 197 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 197 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|