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

  /external/libvpx/vp8/encoder/
quantize.h 29 #define vp8_quantize_quantb vp8_regular_quantize_b
quantize.c 105 void vp8_regular_quantize_b(BLOCK *b, BLOCKD *d) function
217 void vp8_regular_quantize_b(BLOCK *b, BLOCKD *d) function
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 74 /*cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;*/
124 /*cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 90 cpi->rtcd.quantize.quantb = vp8_regular_quantize_b;

Completed in 17 milliseconds