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

  /external/opencore/codecs_v2/audio/aac/dec/src/
calc_sbr_synfilterbank.cpp 393 Int32 * pt_out = Sr; local
397 *(pt_out++) = 0;
398 *(pt_out++) = 0;
399 *(pt_out++) = 0;
400 *(pt_out++) = 0;
408 pt_out -= 32;
415 *(pt_out++) += realAccu1 >> 5;
416 *(pt_out++) += realAccu2 >> 5;
424 pt_out -= 32;
428 timeSig[2*i] = (Int16)((*(pt_out++) + 512) >> 10)
582 Int32 * pt_out = Sr; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_synfilterbank.cpp 393 Int32 * pt_out = Sr; local
397 *(pt_out++) = 0;
398 *(pt_out++) = 0;
399 *(pt_out++) = 0;
400 *(pt_out++) = 0;
408 pt_out -= 32;
415 *(pt_out++) += realAccu1 >> 5;
416 *(pt_out++) += realAccu2 >> 5;
424 pt_out -= 32;
428 timeSig[2*i] = (Int16)((*(pt_out++) + 512) >> 10)
582 Int32 * pt_out = Sr; local
    [all...]

Completed in 403 milliseconds