Home
last modified time | relevance | path

Searched refs:vp8_dc_quant (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dquant_common.h23 extern int vp8_dc_quant(int QIndex, int Delta);
Dquant_common.c37 int vp8_dc_quant(int QIndex, int Delta) { in vp8_dc_quant() function
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c192 quant_val = vp8_dc_quant(Q, cpi->common.y1dc_delta_q); in vp8cx_init_quantizer()
Dencodeframe.c719 vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q)); in vp8_encode_frame()
Drdopt.c1775 10 * vp8_dc_quant(cpi->common.base_qindex, cpi->common.y1dc_delta_q); in vp8_rd_pick_inter_mode()
Dfirstpass.c535 vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q)); in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c47 pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->y1dc_delta_q); in vp8cx_init_de_quantizer()