Home
last modified time | relevance | path

Searched refs:uv_dc_delta_q (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc108 EXPECT_EQ(0, common->uv_dc_delta_q); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c276 quant = i == 0 ? vp9_dc_quant(q, cm->uv_dc_delta_q, cm->bit_depth) in vp9_init_quantizer()
360 cm->uv_dc_delta_q = 0; in vp9_set_quantizer()
Dvp9_bitstream.c748 write_delta_q(wb, cm->uv_dc_delta_q); in encode_quantization()
Dvp9_encodeframe.c3893 cm->uv_dc_delta_q == 0 && in encode_frame_internal()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h188 int uv_dc_delta_q; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1139 cm->uv_dc_delta_q = read_delta_q(rb); in setup_quantization()
1144 cm->uv_dc_delta_q == 0 && in setup_quantization()
1161 cm->uv_dequant[i][0] = vp9_dc_quant(qindex, cm->uv_dc_delta_q, in setup_segmentation_dequant()
1172 cm->uv_dequant[0][0] = vp9_dc_quant(qindex, cm->uv_dc_delta_q, in setup_segmentation_dequant()