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

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 370 /* 3. short blocks from sfbcnt to last sfb do intensity stereo */
400 int32 sfbcnt; local
401 sfbcnt = -1;
413 sfbcnt = sfb;
422 sfbcnt += 1;
423 if (sfbcnt < 3)
425 sfbcnt = 3;
428 sfbTemp = sfbcnt; /* for later use */
432 * do normal stereo or MS stereo from sfb 3 to < sfbcnt:
434 for (sb = 3; sb < sfbcnt; sb++
484 int32 sfbcnt = -1; local
    [all...]
pvmp3_mpeg2_stereo_proc.cpp 379 int32 sfbcnt = -1; local
391 sfbcnt = sfb;
400 sfbcnt += 1;
401 if (sfbcnt < 3)
403 sfbcnt = 3; /* should not be necessary */
406 sfbTemp = sfbcnt; /* from this (short) sfb on we have intensity mode */
481 int32 sfbcnt = -1; local
492 sfbcnt = sfb;
501 sfbcnt += 1;
504 sfbTemp = sfbcnt; /* from this (short) sfb on we have intensity mode *
    [all...]

Completed in 223 milliseconds