Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dvar_based_part.c931 set_vbp_thresholds(cpi, cpi->vbp_info.thresholds, q, content_lowsumdiff, 0, in av1_set_variance_partition_thresholds()
934 cpi->vbp_info.threshold_minmax = 15 + (q >> 3); in av1_set_variance_partition_thresholds()
1105 int thresh_minmax = (int)cpi->vbp_info.threshold_minmax; in fill_variance_tree_leaves()
1284 const int64_t *const vbp_thresholds = cpi->vbp_info.thresholds; in av1_choose_var_based_partitioning()
Dencoder.h3088 VarBasedPartitionInfo vbp_info; member