HomeSort by relevance Sort by last modified time
    Searched defs:groupwin (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
stereo.cpp 567 int windowLen, groupwin, frameMaxScale; local
706 for (groupwin = 0; groupwin < pWindowGroupLength[group];
707 groupwin++, window++) {
755 for (groupwin = 0; groupwin < pWindowGroupLength[group];
756 groupwin++, window++) {
    [all...]
aacdec_hcr.cpp 306 SCHAR groupWin;
341 for (groupWin = winGroupLen; groupWin != 0; groupWin--, window++) {
570 SCHAR groupwin; local
616 for (groupwin = 0; groupwin < winGroupLen; groupwin++) {
617 window = groupoffset + groupwin;
    [all...]
block.cpp 224 int groupwin, group; local
234 for (groupwin = 0; groupwin < GetWindowGroupLength(
236 groupwin++, window++) {
491 int window, group, groupwin, band; local
507 for (groupwin = 0; groupwin < GetWindowGroupLength(
509 groupwin++, window++) {
611 } /* for (groupwin=0; groupwin <
675 int groupwin; local
    [all...]

Completed in 291 milliseconds