Searched refs:LINEAR_SEARCH_WITHIN_SAMPLES (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dstream_decoder.c3214 static const FLAC__uint64 LINEAR_SEARCH_WITHIN_SAMPLES = FLAC__MAX_BLOCK_SIZE * 2; local
3226 if (iteration == 0 || this_frame_sample > target_sample || target_sample - this_frame_sample > LINEAR_SEARCH_WITHIN_SAMPLES) {

Completed in 118 milliseconds