Searched refs:nb_cpb (Results 1 – 1 of 1) sorted by relevance
379 static void decode_sublayer_hrd(GetBitContext *gb, unsigned int nb_cpb, in decode_sublayer_hrd() argument384 for (i = 0; i < nb_cpb; i++) { in decode_sublayer_hrd()431 unsigned int nb_cpb = 1; in decode_hrd() local443 nb_cpb = get_ue_golomb_long(gb) + 1; in decode_hrd()444 if (nb_cpb < 1 || nb_cpb > 32) { in decode_hrd()445 av_log(NULL, AV_LOG_ERROR, "nb_cpb %d invalid\n", nb_cpb); in decode_hrd()451 decode_sublayer_hrd(gb, nb_cpb, subpic_params_present); in decode_hrd()453 decode_sublayer_hrd(gb, nb_cpb, subpic_params_present); in decode_hrd()