Searched refs:section_max_qfactor (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1057 * cpi->twopass.section_max_qfactor
2349 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025);
2351 if (cpi->twopass.section_max_qfactor < 0.80)
2352 cpi->twopass.section_max_qfactor = 0.80;
3027 cpi->twopass.section_max_qfactor = 1.0 - ((Ratio - 10.0) * 0.025);
3029 if (cpi->twopass.section_max_qfactor < 0.80)
3030 cpi->twopass.section_max_qfactor = 0.80;
H A Donyx_int.h570 double section_max_qfactor; member in struct:VP8_COMP::twopass_rc

Completed in 26 milliseconds