Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc109 EXPECT_EQ(0, common->uv_dc_delta_q); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c248 quant = i == 0 ? vp9_dc_quant(q, cm->uv_dc_delta_q, cm->bit_depth) in vp9_init_quantizer()
331 cm->uv_dc_delta_q = 0; in vp9_set_quantizer()
Dvp9_bitstream.c755 write_delta_q(wb, cm->uv_dc_delta_q); in encode_quantization()
Dvp9_encodeframe.c5967 cm->uv_dc_delta_q == 0 && cm->uv_ac_delta_q == 0; in encode_frame_internal()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h168 int uv_dc_delta_q; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h659 signed char uv_dc_delta_q; member
Dradeon_vcn_dec.c476 result.uv_dc_delta_q = 0; in get_vp9_msg()
481 result.uv_dc_delta_q = pic->picture_parameter.uv_dc_delta_q; in get_vp9_msg()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_vp9.c310 context->desc.vp9.picture_parameter.uv_dc_delta_q = vp9_u(&vlc, 1) ? vp9_s(&vlc, 4) : 0; in vlVaDecoderVP9BitstreamHeader()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h773 int8_t uv_dc_delta_q; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1417 cm->uv_dc_delta_q = read_delta_q(rb); in setup_quantization()
1421 cm->uv_dc_delta_q == 0 && cm->uv_ac_delta_q == 0; in setup_quantization()
1438 vp9_dc_quant(qindex, cm->uv_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()
1449 vp9_dc_quant(qindex, cm->uv_dc_delta_q, cm->bit_depth); in setup_segmentation_dequant()