Searched defs:vp8_fast_quantize_b_c (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dquantize.c22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
313 vp8_fast_quantize_b_c(b1, d1);
314 vp8_fast_quantize_b_c(b2, d2);
/external/libvpx/libvpx/vp8/encoder/
H A Dquantize.c22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d) function
313 vp8_fast_quantize_b_c(b1, d1);
314 vp8_fast_quantize_b_c(b2, d2);

Completed in 81 milliseconds