HomeSort by relevance Sort by last modified time
    Searched refs:vp8_fast_quantize_b (Results 1 - 9 of 9) sorted by null

  /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/libvpx/libvpx/vp8/common/
rtcd_defs.sh 448 prototype void vp8_fast_quantize_b "struct block *, struct blockd *"
449 specialize vp8_fast_quantize_b sse2 ssse3 media neon
  /external/libvpx/armv7a/
vpx_rtcd.h 277 #define vp8_fast_quantize_b vp8_fast_quantize_b_armv6 macro
  /external/libvpx/generic/
vpx_rtcd.h 237 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
  /external/libvpx/mips/
vpx_rtcd.h 237 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 255 #define vp8_fast_quantize_b vp8_fast_quantize_b_c macro
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 323 #define vp8_fast_quantize_b vp8_fast_quantize_b_neon macro
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c     [all...]
onyx_if.c 949 cpi->mb.quantize_b = vp8_fast_quantize_b;
    [all...]

Completed in 209 milliseconds