Searched refs:QINDEX_BITS (Results 1 – 7 of 7) sorted by relevance
24 #define QINDEX_BITS 8 macro
28 #define QINDEX_BITS 8 macro
342 1, ((MAXQ - x->qindex) * qslope + QINDEX_RANGE / 2) >> QINDEX_BITS); in check_txfm_eval()
2050 aom_wb_write_literal(wb, quant_params->base_qindex, QINDEX_BITS); in encode_quantization()
753 vpx_wb_write_literal(wb, cm->base_qindex, QINDEX_BITS); in encode_quantization()
1415 cm->base_qindex = vpx_rb_read_literal(rb, QINDEX_BITS); in setup_quantization()
1823 quant_params->base_qindex = aom_rb_read_literal(rb, QINDEX_BITS); in setup_quantization()