Searched refs:set_vbp_thresholds (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 356 static void set_vbp_thresholds(AV1_COMP *cpi, int64_t thresholds[], int q, in set_vbp_thresholds() function 402 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in av1_set_variance_partition_thresholds() 480 set_vbp_thresholds(cpi, thresholds, cm->base_qindex, content_state); in av1_choose_var_based_partitioning()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 545 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q, in set_vbp_thresholds() function 613 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds() 1342 set_vbp_thresholds(cpi, thresholds, q, content_state); in choose_partitioning() 1344 set_vbp_thresholds(cpi, thresholds, cm->base_qindex, content_state); in choose_partitioning()
|