Searched refs:handle_crc (Results 1 – 2 of 2) sorted by relevance
365 static int handle_crc(MPADecodeContext *s, int sec_len) in handle_crc() function399 ret = handle_crc(s, (s->nb_channels == 1) ? 8*16 : 8*32); in mp_decode_layer1()514 ret = handle_crc(s, get_bits_count(&s->gb) - 16); in mp_decode_layer2()1216 ret = handle_crc(s, ((s->nb_channels == 1) ? 8*9 : 8*17)); in mp_decode_layer3()1221 ret = handle_crc(s, ((s->nb_channels == 1) ? 8*17 : 8*32)); in mp_decode_layer3()
241 - avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()