Searched refs:vbp_thresholds (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 402 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()
|
D | encoder.h | 929 int64_t vbp_thresholds[5]; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 799 int64_t vbp_thresholds[4]; member
|
D | vp9_encodeframe.c | 613 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()
|