Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h128 FLAG_SKIP_INTRA_LOWVAR = 1 << 5, enumerator
Dvp9_speed_features.c239 FLAG_SKIP_COMP_BESTINTRA | FLAG_SKIP_INTRA_LOWVAR; in set_good_speed_feature_framesize_independent()
394 FLAG_SKIP_COMP_BESTINTRA | FLAG_SKIP_INTRA_LOWVAR; in set_rt_speed_feature_framesize_independent()
Dvp9_rdopt.c3317 if ((mode_search_skip_flags & FLAG_SKIP_INTRA_LOWVAR) && in vp9_rd_pick_inter_mode_sb()