Home
last modified time | relevance | path

Searched refs:num_align_bits (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacsbr_template.c1114 unsigned int num_sbr_bits = 0, num_align_bits; local
1146 num_align_bits = ((cnt << 3) - 4 - num_sbr_bits) & 7;
1147 bytes_read = ((num_sbr_bits + num_align_bits + 4) >> 3);