Home
last modified time | relevance | path

Searched refs:frame_crc (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dstream_decoder.c2020 unsigned frame_crc; /* the one we calculate from the input stream */ in read_frame_() local
2026 frame_crc = 0; in read_frame_()
2027 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[0], frame_crc); in read_frame_()
2028 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[1], frame_crc); in read_frame_()
2029 FLAC__bitreader_reset_read_crc16(decoder->private_->input, (FLAC__uint16)frame_crc); in read_frame_()
2080 frame_crc = FLAC__bitreader_get_read_crc16(decoder->private_->input); in read_frame_()
2083 if(frame_crc == x) { in read_frame_()