Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h497 int64_t vbp_threshold_minmax; member
Dvp9_encodeframe.c527 cpi->vbp_threshold_minmax = 15 + (q >> 3); in vp9_set_variance_partition_thresholds()
849 if (minmax > cpi->vbp_threshold_minmax) { in choose_partitioning()