Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c2027 unsigned frame_crc; /* the one we calculate from the input stream */ in read_frame_() local
2033 frame_crc = 0; in read_frame_()
2034 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[0], frame_crc); in read_frame_()
2035 frame_crc = FLAC__CRC16_UPDATE(decoder->private_->header_warmup[1], frame_crc); in read_frame_()
2036 FLAC__bitreader_reset_read_crc16(decoder->private_->input, (FLAC__uint16)frame_crc); in read_frame_()
2087 frame_crc = FLAC__bitreader_get_read_crc16(decoder->private_->input); in read_frame_()
2090 if(frame_crc == x) { in read_frame_()