Home
last modified time | relevance | path

Searched refs:nb_cpb (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c376 static void decode_sublayer_hrd(GetBitContext *gb, unsigned int nb_cpb, in decode_sublayer_hrd() argument
381 for (i = 0; i < nb_cpb; i++) { in decode_sublayer_hrd()
428 unsigned int nb_cpb = 1; in decode_hrd() local
440 nb_cpb = get_ue_golomb_long(gb) + 1; in decode_hrd()
441 if (nb_cpb < 1 || nb_cpb > 32) { in decode_hrd()
442 av_log(NULL, AV_LOG_ERROR, "nb_cpb %d invalid\n", nb_cpb); in decode_hrd()
448 decode_sublayer_hrd(gb, nb_cpb, subpic_params_present); in decode_hrd()
450 decode_sublayer_hrd(gb, nb_cpb, subpic_params_presen in decode_hrd()
[all...]

Completed in 2 milliseconds