HomeSort by relevance Sort by last modified time
    Searched defs:spectrum (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
aacdec_pns.cpp 348 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength); local
361 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
368 noise_e = GenerateRandomVector (spectrum + BandOffsets [band], bandWidth,
374 ScaleBand (spectrum + BandOffsets [band], bandWidth,
  /external/skia/gm/
all_bitmap_configs.cpp 41 uint8_t spectrum[256]; local
43 spectrum[y] = y;
47 memcpy(bm.getAddr8(0, y), &spectrum[y], 128);

Completed in 157 milliseconds