Lines Matching defs:length
519 int err, i, length;
535 length = sps->vui.nal_hrd_parameters.initial_cpb_removal_delay_length_minus1 + 1;
536 xu(length, initial_cpb_removal_delay[SchedSelIdx],
538 1, MAX_UINT_BITS(length), 1, i);
539 xu(length, initial_cpb_removal_delay_offset[SchedSelIdx],
541 0, MAX_UINT_BITS(length), 1, i);
547 length = sps->vui.vcl_hrd_parameters.initial_cpb_removal_delay_length_minus1 + 1;
548 xu(length, initial_cpb_removal_delay[SchedSelIdx],
550 1, MAX_UINT_BITS(length), 1, i);
551 xu(length, initial_cpb_removal_delay_offset[SchedSelIdx],
553 0, MAX_UINT_BITS(length), 1, i);