/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride"; 36 specialize qw/vp8_dequant_idct_add mmx media neon dspr2/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride"; 36 specialize qw/vp8_dequant_idct_add mmx media neon dspr2/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
vp8_rtcd.h | 103 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
vp8_rtcd.h | 81 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
vp8_rtcd.h | 81 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
vp8_rtcd.h | 81 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
vp8_rtcd.h | 81 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/libvpx/generic/ |
vp8_rtcd.h | 69 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 69 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 74 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 109 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
vp8_rtcd.h | 109 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
vp8_rtcd.h | 109 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
vp8_rtcd.h | 90 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
vp8_rtcd.h | 94 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 78 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp8_rtcd.h | 103 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
threading.c | 224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
|
decodeframe.c | 207 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); [all...] |
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 88 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
|
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
|
/external/libvpx/x86/ |
vp8_rtcd.h | 100 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
vp8_rtcd.h | 109 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 109 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 109 #define vp8_dequant_idct_add vp8_dequant_idct_add_mmx macro [all...] |