Searched refs:FLAC__bitreader_reset_read_crc16 (Results 1 – 4 of 4) sorted by relevance
259 FLAC__bitreader_reset_read_crc16(br, 0xFFFF); in test_bitreader()266 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()274 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()287 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()311 FLAC__bitreader_reset_read_crc16(br, 0); in test_bitreader()
62 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed);
349 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed) in FLAC__bitreader_reset_read_crc16() function
2045 FLAC__bitreader_reset_read_crc16(decoder->private_->input, (FLAC__uint16)frame_crc); in read_frame_()