Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_encoder.h913 int64_t vbp_threshold_copy; member
Dvp9_encodeframe.c649 cpi->vbp_threshold_copy = 0; in vp9_set_variance_partition_thresholds()
660 cpi->vbp_threshold_copy = 4000; in vp9_set_variance_partition_thresholds()
662 cpi->vbp_threshold_copy = 8000; in vp9_set_variance_partition_thresholds()
664 cpi->vbp_threshold_copy = (cpi->y_dequant[q][1] << 3) > 8000 in vp9_set_variance_partition_thresholds()
670 cpi->vbp_threshold_copy = 0; in vp9_set_variance_partition_thresholds()
1524 if (cpi->sf.copy_partition_flag && y_sad_last < cpi->vbp_threshold_copy && in choose_partitioning()