Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyxc_int.h132 int uvdc_delta_q; member
/external/libvpx/vp8/decoder/
Ddecodframe.c50 pc->UVdequant[Q][0] = (short)vp8_dc_uv_quant(Q, pc->uvdc_delta_q); in vp8cx_init_de_quantizer()
767 pc->uvdc_delta_q = get_delta_q(bc, pc->uvdc_delta_q, &q_update); in vp8_decode_frame()
/external/libvpx/vp8/encoder/
Dencodeframe.c199 quant_val = vp8_dc_uv_quant(Q, cpi->common.uvdc_delta_q); in vp8cx_init_quantizer()
268 quant_val = vp8_dc_uv_quant(Q, cpi->common.uvdc_delta_q); in vp8cx_init_quantizer()
Dbitstream.c1566 put_delta_q(bc, pc->uvdc_delta_q); in vp8_pack_bitstream()
Donyx_if.c2780 cm->uvdc_delta_q = 0; in set_quantizer()