HomeSort by relevance Sort by last modified time
    Searched refs:warmup (Results 1 - 5 of 5) sorted by null

  /external/flac/include/FLAC/
format.h 304 FLAC__int32 warmup[FLAC__MAX_FIXED_ORDER]; member in struct:__anon6428
305 /**< Warmup samples to prime the predictor, length == order. */
330 FLAC__int32 warmup[FLAC__MAX_LPC_ORDER]; member in struct:__anon6429
331 /**< Warmup samples to prime the predictor, length == order. */
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 202 static void doLoop(bool warmup, int pgm, uint32_t passCount) {
203 if (warmup) {
  /external/flac/libFLAC/
stream_encoder_framing.c 390 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
428 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
stream_decoder.c     [all...]
stream_encoder.c     [all...]

Completed in 124 milliseconds