Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h672 int64_t vbp_thresholds[4]; member
Dvp9_encodeframe.c580 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds()
970 if (y_sad > cpi->vbp_thresholds[1] && in chroma_check()
1066 int64_t thresholds[4] = { cpi->vbp_thresholds[0], cpi->vbp_thresholds[1], in choose_partitioning()
1067 cpi->vbp_thresholds[2], cpi->vbp_thresholds[3] }; in choose_partitioning()