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

  /frameworks/wilhelm/tests/sandbox/
playbq.c 68 // squeeze 16-bit signed PCM samples down to 8-bit unsigned PCM samples by truncation; no dithering
69 static void squeeze(const short *from, unsigned char *to, ssize_t n) function
71 // note that we don't squeeze the last odd byte
102 squeeze(buffer, (unsigned char *) buffer, nbytes);
444 squeeze(buffer, (unsigned char *) buffer, nbytes);
playbq.cpp 68 // squeeze 16-bit signed PCM samples down to 8-bit unsigned PCM samples by truncation; no dithering
69 static void squeeze(const short *from, unsigned char *to, ssize_t n) function
71 // note that we don't squeeze the last odd byte
102 squeeze(buffer, (unsigned char *) buffer, nbytes);
444 squeeze(buffer, (unsigned char *) buffer, nbytes);
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 80 void squeeze() function in class:Eigen::internal::CompressedStorage
SparseMatrix.h 466 m_data.squeeze();
    [all...]
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 93 void squeeze() { function in class:Eigen::SkylineStorage
SkylineMatrix.h 577 inline void squeeze() {
579 m_data.squeeze();
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 134 milliseconds