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

  /frameworks/av/media/libstagefright/codecs/aacdec/
dct64.cpp 189 const Int32 *cosTerms = &CosTable_48[31];
199 aux3 = *(cosTerms--);
204 aux3 = *(cosTerms--);
214 aux3 = *(cosTerms--);
219 aux3 = *(cosTerms--);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 140 double cosTerms = Math.cos((latRad1 + latRad2) / 2.0);
141 cosTerms = cosTerms * cosTerms;
142 double trigTerm = sineLat * sineLat + cosTerms * sineLng * sineLng;

Completed in 321 milliseconds