Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c173 quant = i == 0 ? vp9_dc_quant(q, cm->uv_dc_delta_q) in vp9_init_quantizer()
284 cm->uv_dc_delta_q = 0; in vp9_set_quantizer()
Dvp9_bitstream.c737 write_delta_q(wb, cm->uv_dc_delta_q); in encode_quantization()
Dvp9_encodeframe.c3098 && cm->uv_dc_delta_q == 0 && cm->uv_ac_delta_q == 0; in encode_frame_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h136 int uv_dc_delta_q; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c580 update |= read_delta_q(rb, &cm->uv_dc_delta_q); in setup_quantization()
587 cm->uv_dc_delta_q == 0 && in setup_quantization()
1210 cm->uv_dequant[q][0] = vp9_dc_quant(q, cm->uv_dc_delta_q); in vp9_init_dequantizer()