Home
last modified time | relevance | path

Searched refs:QINDEX_BITS (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.h24 #define QINDEX_BITS 8 macro
/external/libaom/libaom/av1/common/
Dquant_common.h28 #define QINDEX_BITS 8 macro
/external/libaom/libaom/av1/encoder/
Drdopt_utils.h342 1, ((MAXQ - x->qindex) * qslope + QINDEX_RANGE / 2) >> QINDEX_BITS); in check_txfm_eval()
Dbitstream.c2050 aom_wb_write_literal(wb, quant_params->base_qindex, QINDEX_BITS); in encode_quantization()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c753 vpx_wb_write_literal(wb, cm->base_qindex, QINDEX_BITS); in encode_quantization()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1415 cm->base_qindex = vpx_rb_read_literal(rb, QINDEX_BITS); in setup_quantization()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1823 quant_params->base_qindex = aom_rb_read_literal(rb, QINDEX_BITS); in setup_quantization()