/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 126 vp8_short_fdct4x4 = vp8_short_fdct4x4_ppc; in vp8_cmachine_specific_config()
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 126 vp8_short_fdct4x4 = vp8_short_fdct4x4_ppc; in vp8_cmachine_specific_config()
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
D | vp8_rtcd.h | 308 RTCD_EXTERN void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 509 vp8_short_fdct4x4 = vp8_short_fdct4x4_armv6; in setup_rtcd_internal() 510 if (flags & HAS_NEON) vp8_short_fdct4x4 = vp8_short_fdct4x4_neon; in setup_rtcd_internal()
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
D | vp8_rtcd.h | 350 RTCD_EXTERN void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 655 vp8_short_fdct4x4 = vp8_short_fdct4x4_c; in setup_rtcd_internal() 656 if (flags & HAS_MMX) vp8_short_fdct4x4 = vp8_short_fdct4x4_mmx; in setup_rtcd_internal() 657 if (flags & HAS_SSE2) vp8_short_fdct4x4 = vp8_short_fdct4x4_sse2; in setup_rtcd_internal()
|
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
D | vp8_rtcd.h | 350 RTCD_EXTERN void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 655 vp8_short_fdct4x4 = vp8_short_fdct4x4_c; in setup_rtcd_internal() 656 if (flags & HAS_MMX) vp8_short_fdct4x4 = vp8_short_fdct4x4_mmx; in setup_rtcd_internal() 657 if (flags & HAS_SSE2) vp8_short_fdct4x4 = vp8_short_fdct4x4_sse2; in setup_rtcd_internal()
|
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
D | vp8_rtcd.h | 350 RTCD_EXTERN void (*vp8_short_fdct4x4)(short *input, short *output, int pitch); variable 655 vp8_short_fdct4x4 = vp8_short_fdct4x4_c; in setup_rtcd_internal() 656 if (flags & HAS_MMX) vp8_short_fdct4x4 = vp8_short_fdct4x4_mmx; in setup_rtcd_internal() 657 if (flags & HAS_SSE2) vp8_short_fdct4x4 = vp8_short_fdct4x4_sse2; in setup_rtcd_internal()
|
/external/libvpx/generic/ |
D | vp8_rtcd.h | 213 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/libvpx/mips/ |
D | vp8_rtcd.h | 213 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
D | vp8_rtcd.h | 246 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
D | vp8_rtcd.h | 246 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
D | vp8_rtcd.h | 246 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
D | vp8_rtcd.h | 246 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 224 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c macro
|
/external/libvpx/armv7a/ |
D | vp8_rtcd.h | 238 #define vp8_short_fdct4x4 vp8_short_fdct4x4_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
D | vp8_rtcd.h | 281 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
D | vp8_rtcd.h | 271 #define vp8_short_fdct4x4 vp8_short_fdct4x4_armv6 macro
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 271 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
D | vp8_rtcd.h | 308 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon macro
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 317 #define vp8_short_fdct4x4 vp8_short_fdct4x4_sse2 macro
|
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
D | vp8_rtcd.h | 350 #define vp8_short_fdct4x4 vp8_short_fdct4x4_sse2 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
D | vp8_rtcd.h | 350 #define vp8_short_fdct4x4 vp8_short_fdct4x4_sse2 macro
|
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
D | vp8_rtcd.h | 350 #define vp8_short_fdct4x4 vp8_short_fdct4x4_sse2 macro
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 1049 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features() 1055 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | onyx_if.c | 1072 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features() 1078 cpi->mb.short_fdct4x4 = vp8_short_fdct4x4; in vp8_set_speed_features()
|