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

  /external/aac/libAACenc/src/
aacenc_pns.h 98 #define NO_NOISE_PNS FDK_INT_MIN
aacenc_pns.cpp 209 noiseNrg[sfb] = NO_NOISE_PNS; /* clear nrg's of previous frame */
440 noiseNrg[sfb] = NO_NOISE_PNS;
449 if(noiseNrg[sfb] != NO_NOISE_PNS)
468 noiseNrg[sfb] = NO_NOISE_PNS;
dyn_bits.cpp 262 if(noiseNrg[i] != NO_NOISE_PNS){
677 if (noiseNrg[i] != NO_NOISE_PNS) {
psy_main.cpp     [all...]

Completed in 250 milliseconds