HomeSort by relevance Sort by last modified time
    Searched refs:vp8_fast_quantize_b (Results 1 - 25 of 45) 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/libvpx/vp8/common/
rtcd_defs.pl 470 add_proto qw/void vp8_fast_quantize_b/, "struct block *, struct blockd *";
471 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/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/
vpx_rtcd.h 353 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp8_rtcd.h 120 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vpx_rtcd.h 307 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 128 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable
    [all...]
vpx_rtcd.h 405 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 128 RTCD_EXTERN void (*vp8_fast_quantize_b)(struct block *, struct blockd *); variable
    [all...]
vpx_rtcd.h 405 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 128 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 93 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro