Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.h23 #define QINDEX_BITS 8 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c734 vp9_wb_write_literal(wb, cm->base_qindex, QINDEX_BITS); in encode_quantization()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c586 cm->base_qindex = vp9_rb_read_literal(rb, QINDEX_BITS); in setup_quantization()