Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c426 cpi->vbp_threshold_minmax = 15 + (q >> 3); in av1_set_variance_partition_thresholds()
614 int thresh_minmax = (int)cpi->vbp_threshold_minmax; in av1_choose_var_based_partitioning()
Dencoder.h930 int64_t vbp_threshold_minmax; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h800 int64_t vbp_threshold_minmax; member
Dvp9_encodeframe.c641 cpi->vbp_threshold_minmax = 15 + (q >> 3); in vp9_set_variance_partition_thresholds()
1561 int thresh_minmax = (int)cpi->vbp_threshold_minmax; in choose_partitioning()