Searched defs:vp8_dequant_idct_add (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp8_rtcd.h87 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
H A Dvpx_rtcd.h29 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
449 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
450 if (flags & HAS_MEDIA) vp8_dequant_idct_add = vp8_dequant_idct_add_v6;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h97 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
H A Dvpx_rtcd.h31 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
507 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
508 if (flags & HAS_MEDIA) vp8_dequant_idct_add = vp8_dequant_idct_add_v6;
509 if (flags & HAS_NEON) vp8_dequant_idct_add = vp8_dequant_idct_add_neon;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp8_rtcd.h97 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
462 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
463 if (flags & HAS_MEDIA) vp8_dequant_idct_add = vp8_dequant_idct_add_v6;
464 if (flags & HAS_NEON) vp8_dequant_idct_add = vp8_dequant_idct_add_neon;
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h88 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp8_rtcd.h105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
528 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
529 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx;
H A Dvpx_rtcd.h29 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
560 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
561 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx;
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
H A Dvpx_rtcd.h27 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp8_rtcd.h105 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
H A Dvpx_rtcd.h29 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp8_rtcd.h105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
528 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
529 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx;
H A Dvpx_rtcd.h29 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
560 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
561 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx;
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp8_rtcd.h105 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
H A Dvpx_rtcd.h29 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp8_rtcd.h105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable
528 vp8_dequant_idct_add = vp8_dequant_idct_add_c;
529 if (flags & HAS_MMX) vp8_dequant_idct_add = vp8_dequant_idct_add_mmx;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp8_rtcd.h105 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h78 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h88 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/generic/
H A Dvp8_rtcd.h69 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h69 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h74 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro

Completed in 231 milliseconds

12