Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.h88 FLAG_SKIP_INTRA_BESTINTER = 1 << 3, enumerator
Dvp9_speed_features.c92 FLAG_SKIP_INTRA_BESTINTER | in set_good_speed_feature()
190 | FLAG_SKIP_INTRA_BESTINTER | FLAG_SKIP_COMP_BESTINTRA in set_rt_speed_feature()
Dvp9_rdopt.c3369 if ((mode_search_skip_flags & FLAG_SKIP_INTRA_BESTINTER) && in vp9_rd_pick_inter_mode_sb()