Home | History | Annotate | Download | only in encoder

Lines Matching full:blockd

22 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
70 void vp8_fast_quantize_b_c(BLOCK *b, BLOCKD *d)
106 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
159 void vp8_strict_quantize_b_c(BLOCK *b, BLOCKD *d)
218 void vp8_regular_quantize_b_c(BLOCK *b, BLOCKD *d)
305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
656 /*TODO: Remove dequant from BLOCKD. This is a temporary solution until