Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c2033 unsigned frame_crc; /* the one we calculate from the input stream */ in read_frame_() local
2039 frame_crc = 0; in read_frame_()
2040 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[0], frame_crc); in read_frame_()
2041 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[1], frame_crc); in read_frame_()
2042 FLAC__bitreader_reset_read_crc16(decoder->private_->input, (FLAC__uint16)frame_crc); in read_frame_()
2093 frame_crc = FLAC__bitreader_get_read_crc16(decoder->private_->input); in read_frame_()
2096 if(frame_crc == x) { in read_frame_()