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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dcalc_sbr_synfilterbank.cpp393 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
582 Int32 * pt_out = Sr; local
[all...]

Completed in 59 milliseconds