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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c417 Word16 maxThisSfb; local
418 maxThisSfb = 0;
423 maxThisSfb = max(maxThisSfb, absVal);
426 maxValue[sfbOffs+sfb] = maxThisSfb;
427 maxValueAll = max(maxValueAll, maxThisSfb);

Completed in 83 milliseconds