Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c465 rd->thresh_mult[i] = is_best_mode(cpi->oxcf.mode) ? -500 : 0; in vp9_set_rd_speed_thresholds()
551 rd->thresh_mult_sub8x8[i] = is_best_mode(cpi->oxcf.mode) ? -500 : 0; in vp9_set_rd_speed_thresholds_sub8x8()
Dvp9_encoder.h243 static INLINE int is_best_mode(MODE mode) { in is_best_mode() function
Dvp9_rdopt.c1367 if (!is_best_mode(cpi->oxcf.mode)) { in rd_pick_best_sub8x8_mode()
1409 if (is_best_mode(cpi->oxcf.mode)) { in rd_pick_best_sub8x8_mode()