Searched refs:set_vbp_thresholds (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 345 static AOM_INLINE void set_vbp_thresholds(AV1_COMP *cpi, int64_t thresholds[], in set_vbp_thresholds() function 572 set_vbp_thresholds(cpi, cpi->vbp_info.thresholds, q, content_state); in av1_set_variance_partition_thresholds() 667 set_vbp_thresholds(cpi, thresholds, q, content_state); in av1_choose_var_based_partitioning() 669 set_vbp_thresholds(cpi, thresholds, cm->quant_params.base_qindex, in av1_choose_var_based_partitioning()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 603 static void set_vbp_thresholds(VP9_COMP *cpi, int64_t thresholds[], int q, in set_vbp_thresholds() function 672 set_vbp_thresholds(cpi, cpi->vbp_thresholds, q, content_state); in vp9_set_variance_partition_thresholds() 1403 set_vbp_thresholds(cpi, thresholds, q, content_state); in choose_partitioning() 1405 set_vbp_thresholds(cpi, thresholds, cm->base_qindex, content_state); in choose_partitioning()
|