Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1184 static int estimate_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh) in estimate_q() function
2012 tmp_q = estimate_q(cpi, mod_frame_err, (int)arf_frame_bits); in define_gf_group()