Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c421 static int is_slowest_mode(int mode) { in is_slowest_mode() function
430 cpi->rd_thresh_mult[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0; in set_rd_speed_thresholds()
511 cpi->rd_thresh_mult_sub8x8[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0; in set_rd_speed_thresholds_sub8x8()