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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c419 Word16 maxThisSfb; local
420 maxThisSfb = 0;
425 maxThisSfb = max(maxThisSfb, absVal);
428 maxValue[sfbOffs+sfb] = maxThisSfb;
429 maxValueAll = max(maxValueAll, maxThisSfb);

Completed in 5 milliseconds