Home
last modified time | relevance | path

Searched refs:uvdc_delta_q (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Donyxc_int.h118 int uvdc_delta_q; member
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c280 quant_val = vp8_dc_uv_quant(Q, cpi->common.uvdc_delta_q); in vp8cx_init_quantizer()
569 update |= cm->uvdc_delta_q != new_uv_delta_q; in vp8_set_quantizer()
570 cm->uvdc_delta_q = new_uv_delta_q; in vp8_set_quantizer()
Dbitstream.c1486 put_delta_q(bc, pc->uvdc_delta_q); in vp8_pack_bitstream()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c52 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q); in vp8cx_init_de_quantizer()
1209 pc->uvdc_delta_q = get_delta_q(bc, pc->uvdc_delta_q, &q_update); in vp8_decode_frame()