Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c402 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in av1_set_variance_partition_thresholds()
469 int64_t thresholds[5] = { cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], in av1_choose_var_based_partitioning()
470 cpi->vbp_thresholds[2], cpi->vbp_thresholds[3], in av1_choose_var_based_partitioning()
471 cpi->vbp_thresholds[4] }; in av1_choose_var_based_partitioning()
Dencoder.h929 int64_t vbp_thresholds[5]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h799 int64_t vbp_thresholds[4]; member
Dvp9_encodeframe.c613 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds()
1160 if (y_sad > cpi->vbp_thresholds[1] && in chroma_check()
1262 int64_t thresholds[4] = { cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], in choose_partitioning()
1263 cpi->vbp_thresholds[2], cpi->vbp_thresholds[3] }; in choose_partitioning()