Lines Matching defs:cnt
2537 * @param cnt length of TYPE_FIL syntactic element in bytes
2541 static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
2545 int res = cnt;
2549 av_log(ac->avctx, AV_LOG_DEBUG, "extension type: %d len:%d\n", type, cnt);
2563 skip_bits_long(gb, 8 * cnt - 4);
2567 skip_bits_long(gb, 8 * cnt - 4);
2571 skip_bits_long(gb, 8 * cnt - 4);
2584 res = AAC_RENAME(ff_decode_sbr_extension)(ac, &che->sbr, gb, crc_flag, cnt, elem_type);
2590 decode_fill(ac, gb, 8 * cnt - 4);
2595 skip_bits_long(gb, 8 * cnt - 4);