Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dquant_common.h24 extern int vp8_dc_quant(int QIndex, int Delta);
Dquant_common.c39 int vp8_dc_quant(int QIndex, int Delta) in vp8_dc_quant() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c446 quant_val = vp8_dc_quant(Q, cpi->common.y1dc_delta_q); in vp8cx_init_quantizer()
541 quant_val = vp8_dc_quant(Q, cpi->common.y1dc_delta_q); in vp8cx_init_quantizer()
Dencodeframe.c771 vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q)); in vp8_encode_frame()
Dfirstpass.c573 vp8_initialize_rd_consts(cpi, x, vp8_dc_quant(cm->base_qindex, cm->y1dc_delta_q)); in vp8_first_pass()
Drdopt.c1978 int intra_rd_penalty = 10* vp8_dc_quant(cpi->common.base_qindex, in vp8_rd_pick_inter_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c47 pc->Y1dequant[Q][0] = (short)vp8_dc_quant(Q, pc->y1dc_delta_q); in vp8cx_init_de_quantizer()