Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.h92 FLAG_SKIP_INTRA_DIRMISMATCH = 1 << 4, enumerator
Dvp9_speed_features.c91 sf->mode_search_skip_flags = FLAG_SKIP_INTRA_DIRMISMATCH | in set_good_speed_feature()
189 sf->mode_search_skip_flags = FLAG_SKIP_INTRA_DIRMISMATCH in set_rt_speed_feature()
Dvp9_rdopt.c1086 if (cpi->sf.mode_search_skip_flags & FLAG_SKIP_INTRA_DIRMISMATCH) { in rd_pick_intra4x4block()
3374 if (mode_search_skip_flags & FLAG_SKIP_INTRA_DIRMISMATCH) { in vp9_rd_pick_inter_mode_sb()