Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c35 int mi_col, BLOCK_SIZE bsize, float *features, int features_to_get);
385 int mi_col, BLOCK_SIZE bsize, float *features, int features_to_get) { in simple_motion_search_prune_part_features() argument
399 if (!pc_tree->sms_none_valid && features_to_get & FEATURE_SMS_NONE_FLAG) { in simple_motion_search_prune_part_features()
408 if (features_to_get & FEATURE_SMS_SPLIT_FLAG) { in simple_motion_search_prune_part_features()
426 if (!pc_tree->sms_rect_valid && features_to_get & FEATURE_SMS_RECT_FLAG) { in simple_motion_search_prune_part_features()
457 if (features_to_get & FEATURE_SMS_NONE_FLAG) { in simple_motion_search_prune_part_features()
463 if (features_to_get & FEATURE_SMS_SPLIT_FLAG) { in simple_motion_search_prune_part_features()
471 if (features_to_get & FEATURE_SMS_RECT_FLAG) { in simple_motion_search_prune_part_features()