Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.h80 FLAG_SKIP_COMP_BESTINTRA = 1 << 1, enumerator
Dvp9_speed_features.c93 FLAG_SKIP_COMP_BESTINTRA | in set_good_speed_feature()
190 | FLAG_SKIP_INTRA_BESTINTER | FLAG_SKIP_COMP_BESTINTRA in set_rt_speed_feature()
Dvp9_rdopt.c3343 if ((mode_search_skip_flags & FLAG_SKIP_COMP_BESTINTRA) && in vp9_rd_pick_inter_mode_sb()
3916 if (cpi->sf.mode_search_skip_flags & FLAG_SKIP_COMP_BESTINTRA) in vp9_rd_pick_inter_mode_sub8x8()