HomeSort by relevance Sort by last modified time
    Searched defs:vp8_fast_quantize_b (Results 1 - 25 of 29) sorted by null

1 2

  /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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/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/arm-neon/
vp8_rtcd.h 126 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
  /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/arm64/
vp8_rtcd.h 112 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
  /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/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/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/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/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/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/libvpx/armv7a/
vp8_rtcd.h 97 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 111 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
  /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/libvpx/x86/
vp8_rtcd.h 121 #define vp8_fast_quantize_b vp8_fast_quantize_b_sse2 macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 282 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 328 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro

Completed in 47 milliseconds

1 2