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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c289 Word32 pePart; local
307 pePart = ((pePerWindow * 24) * (max_bark * barcWidth)) /
311 pePart = min(pePart, 8400);
312 pePart = max(pePart, 1400);
318 snr = pow2_xy((pePart - 16*1000),1000) - 0x0000c000;

Completed in 36 milliseconds