Searched refs:uv_dc_delta_q (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 109 EXPECT_EQ(0, common->uv_dc_delta_q); in HandleDecodeResult()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 248 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()
|
D | vp9_bitstream.c | 755 write_delta_q(wb, cm->uv_dc_delta_q); in encode_quantization()
|
D | vp9_encodeframe.c | 5967 cm->uv_dc_delta_q == 0 && cm->uv_ac_delta_q == 0; in encode_frame_internal()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 168 int uv_dc_delta_q; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.h | 659 signed char uv_dc_delta_q; member
|
D | radeon_vcn_dec.c | 476 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/ |
D | picture_vp9.c | 310 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/ |
D | p_video_state.h | 773 int8_t uv_dc_delta_q; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1417 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()
|