Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h498 int64_t vbp_threshold_sad; member
Dvp9_encodeframe.c517 cpi->vbp_threshold_sad = 0; in vp9_set_variance_partition_thresholds()
521 cpi->vbp_threshold_sad = 100; in vp9_set_variance_partition_thresholds()
523 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 ? in vp9_set_variance_partition_thresholds()
774 y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()