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

  /external/libvpx/vp8/encoder/
quantize.h 34 #define vp8_quantize_fastquantb vp8_fast_quantize_b_c
quantize.c 21 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
181 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 22 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
93 cpi->rtcd.quantize.fastquantb = vp8_fast_quantize_b_c;
  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 69 extern void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d);
131 vp8_fast_quantize_b = vp8_fast_quantize_b_c;

Completed in 176 milliseconds