Searched refs:max_cpb_size (Results 1 – 2 of 2) sorted by relevance
482 double max_cpb_size; // in kilobits member536 double max_cpb_size; // in bits member
657 level_spec->max_cpb_size > this_level->max_cpb_size || in vp9_get_level()1411 lc->max_cpb_size = INT_MAX; in init_level_constraint()1421 ls->max_cpb_size = vp9_level_defs[level_index].max_cpb_size * (double)1000; in set_level_constraint()5183 const double max_cpb_size = ls->max_cpb_size; local5188 VPXMIN(rc->max_frame_bandwidth, (int)(max_cpb_size * 0.5));5191 VPXMIN(rc->max_frame_bandwidth, (int)(max_cpb_size * 0.4));5194 VPXMIN(rc->max_frame_bandwidth, (int)(max_cpb_size * 0.2));5301 if (cpb_data_size > level_spec->max_cpb_size) {5302 level_spec->max_cpb_size = cpb_data_size;5380 if (level_spec->max_cpb_size > vp9_level_defs[level_index].max_cpb_size) {[all …]