Searched refs:set_vbp_thresholds (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 534 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q, in set_vbp_thresholds() function 601 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds() 1304 set_vbp_thresholds(cpi, thresholds, q, content_state); in choose_partitioning() 1306 set_vbp_thresholds(cpi, thresholds, cm->base_qindex, content_state); in choose_partitioning()
|