Searched refs:FLAC__bitreader_reset_read_crc16 (Results 1 – 4 of 4) sorted by relevance
226 FLAC__bitreader_reset_read_crc16(br, 0xFFFF); in test_bitreader()233 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()241 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()254 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()278 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()
61 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed);
333 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed) in FLAC__bitreader_reset_read_crc16() function
2030 FLAC__bitreader_reset_read_crc16(decoder->private_->input, (FLAC__uint16)frame_crc); in read_frame_()