Searched refs:vbp_thresholds (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 610 const int64_t *const vbp_thresholds = cpi->vbp_info.thresholds; in av1_choose_var_based_partitioning() local 652 int64_t thresholds[5] = { vbp_thresholds[0], vbp_thresholds[1], in av1_choose_var_based_partitioning() 653 vbp_thresholds[2], vbp_thresholds[3], in av1_choose_var_based_partitioning() 654 vbp_thresholds[4] }; in av1_choose_var_based_partitioning()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 797 int64_t vbp_thresholds[4]; member
|
D | vp9_encodeframe.c | 672 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds() 1219 if (y_sad > cpi->vbp_thresholds[1] && in chroma_check() 1321 int64_t thresholds[4] = { cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], in choose_partitioning() 1322 cpi->vbp_thresholds[2], cpi->vbp_thresholds[3] }; in choose_partitioning()
|