Searched defs:loBand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dsbr_generate_high_freq.cpp495 Int32 loBand; local
502 for (loBand = 1; loBand < v_k_master[0]; loBand++)
507 loBand,
538 k1[loBand] = - quotient.quotient >> quotient.shift_factor;
544 k1[loBand] = (Int32)0xC0000000; /* -1.0 in Q30 */
548 k1[loBand] = 0x40000000; /* 1.0 in Q30 */
552 k1[loBand] = -quotient.quotient;
559 k1[loBand]
710 Int32 loBand; local
807 Int32 loBand; local
939 Int32 loBand; local
[all...]

Completed in 171 milliseconds