Home | History | Annotate | Download | only in libFLAC

Lines Matching full:overread

504 /* Number of samples that will be overread to watch for end of stream.  By
505 * 'overread', we mean that the FLAC__stream_encoder_process*() calls will
2000 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2014 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */
2017 /* move unprocessed overread samples to beginnings of arrays */
2055 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2071 /* move unprocessed overread samples to beginnings of arrays */
2073 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */
2090 /* "i <= blocksize" to overread 1 sample; see comment in OVERREAD_ decl */
2100 /* move unprocessed overread samples to beginnings of arrays */
2102 FLAC__ASSERT(OVERREAD_ == 1); /* assert we only overread 1 sample which simplifies the rest of the code below */