/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d); variable 125 vp8_fast_quantize_b = vp8_fast_quantize_b_c;
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 49 void (*vp8_fast_quantize_b)(BLOCK *b, BLOCKD *d); variable 125 vp8_fast_quantize_b = vp8_fast_quantize_b_c;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
rtcd_defs.pl | 456 add_proto qw/void vp8_fast_quantize_b/, "struct block *, struct blockd *"; 457 specialize qw/vp8_fast_quantize_b sse2 ssse3 media neon_asm/;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 456 add_proto qw/void vp8_fast_quantize_b/, "struct block *, struct blockd *"; 457 specialize qw/vp8_fast_quantize_b sse2 ssse3 media neon/;
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/ |
vp8_rtcd.h | 126 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/x64/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/mac/x64/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/win/x64/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/generic/ |
vp8_rtcd.h | 96 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/ |
vp8_rtcd.h | 96 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/ |
vp8_rtcd.h | 96 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/chromium_org/third_party/libvpx/source/config/nacl/ |
vp8_rtcd.h | 96 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/chromium_org/third_party/libvpx/source/config/win/ia32/ |
vp8_rtcd.h | 132 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable [all...] |
/external/libvpx/generic/ |
vp8_rtcd.h | 84 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/libvpx/mips/ |
vp8_rtcd.h | 84 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 91 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm/ |
vp8_rtcd.h | 109 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/ |
vp8_rtcd.h | 112 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
|
/external/libvpx/armv7a/ |
vp8_rtcd.h | 97 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
|
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/ |
vp8_rtcd.h | 126 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
|
/external/libvpx/armv7a-neon/ |
vp8_rtcd.h | 111 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
|
/external/libvpx/x86/ |
vp8_rtcd.h | 121 #define vp8_fast_quantize_b vp8_fast_quantize_b_sse2 macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
encodeframe.c | [all...] |