Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h109 FIXED_PARTITION = 1, enumerator
Dvp9_speed_features.c147 sf->partition_search_type = FIXED_PARTITION; in set_good_speed_feature()
Dvp9_encodeframe.c2451 sf->partition_search_type == FIXED_PARTITION || in encode_rd_sb_row()
2458 if (sf->partition_search_type == FIXED_PARTITION) { in encode_rd_sb_row()
3089 case FIXED_PARTITION: in encode_nonrd_sb_row()
3090 bsize = sf->partition_search_type == FIXED_PARTITION ? in encode_nonrd_sb_row()
3189 sf->partition_search_type = FIXED_PARTITION; in source_var_based_partition_search_method()
3203 sf->partition_search_type = FIXED_PARTITION; in source_var_based_partition_search_method()