Lines Matching full:overread
487 /* Number of samples that will be overread to watch for end of stream. By
488 * 'overread', we mean that the FLAC__stream_encoder_process*() calls will
2180 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2194 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */
2197 /* move unprocessed overread samples to beginnings of arrays */
2235 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2251 /* move unprocessed overread samples to beginnings of arrays */
2253 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */
2270 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2280 /* move unprocessed overread samples to beginnings of arrays */
2282 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */