Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:lookahead

187 	FLAC__bool cached; /* true if there is a byte in lookahead */
190 FLAC__byte lookahead; /* temp storage when we need to look ahead one byte in the stream */
1382 x = (FLAC__uint32)decoder->private_->lookahead;
1413 decoder->private_->lookahead = (FLAC__byte)x;
1968 x = (FLAC__uint32)decoder->private_->lookahead;
1983 decoder->private_->lookahead = (FLAC__byte)x;
2193 decoder->private_->lookahead = (FLAC__byte)x;
2354 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */
2367 decoder->private_->lookahead = raw_header[raw_header_len-1]; /* back up as much as we can */