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

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dtypedefs.h34 #ifndef VOAAC_SHRT_MIN
35 #define VOAAC_SHRT_MIN (-32768) /* minimum (signed) short value */ macro
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dsf_estim.c290 while (sfbLast < stopSfb && scfOld[sfbLast] == VOAAC_SHRT_MIN) {
296 while ((sfbPrev>=0) && scfOld[sfbPrev] == VOAAC_SHRT_MIN) {
308 if (scfOld[sfb] != VOAAC_SHRT_MIN) {
316 while (sfbNext < sfbCnt && scfOld[sfbNext] == VOAAC_SHRT_MIN) {
346 if (scfOld[sfb] != VOAAC_SHRT_MIN) {

Completed in 71 milliseconds