Lines Matching defs:cnt
185 unsigned int cnt = get_bits_count(gb);
235 return get_bits_count(gb) - cnt;
1049 unsigned int cnt = get_bits_count(gb);
1057 return get_bits_count(gb) - cnt;
1062 return get_bits_count(gb) - cnt;
1068 return get_bits_count(gb) - cnt;
1087 return get_bits_count(gb) - cnt;
1107 * @param cnt length of TYPE_FIL syntactic element in bytes
1112 GetBitContext *gb_host, int crc, int cnt, int id_aac)
1117 skip_bits_long(gb_host, cnt*8 - 4);
1146 num_align_bits = ((cnt << 3) - 4 - num_sbr_bits) & 7;
1149 if (bytes_read > cnt) {
1151 "Expected to read %d SBR bytes actually read %d.\n", cnt, bytes_read);
1154 return cnt;