Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h486 int copy_partition_flag; member
Dvp9_speed_features.c364 sf->copy_partition_flag = 0; in set_rt_speed_feature_framesize_independent()
572 sf->copy_partition_flag = 1; in set_rt_speed_feature_framesize_independent()
Dvp9_encodeframe.c1096 if (x->skip_low_source_sad && cpi->sf.copy_partition_flag && in choose_partitioning()
1223 if (cpi->sf.copy_partition_flag && y_sad_last < cpi->vbp_threshold_copy && in choose_partitioning()
1433 if (cm->frame_type != KEY_FRAME && cpi->sf.copy_partition_flag) { in choose_partitioning()
Dvp9_encoder.c3577 if (cpi->sf.copy_partition_flag) alloc_copy_partition_data(cpi);