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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c338 const int64_t threshold_multiplier = 25; local
339 int64_t threshold = threshold_multiplier * cpi->common.base_qindex;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c417 const int64_t threshold_multiplier = 25; local
418 int64_t threshold = threshold_multiplier * cpi->common.base_qindex;

Completed in 63 milliseconds