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

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dunpack_idx.cpp43 (2) define temp_spec as Int32 to avoid overflow
48 (2) temp_spec is Int because the result never exceeds 16 bits
338 Int temp_spec; local
350 temp_spec = (codeword_indx * DIV_3_CUBED) >> Q_FORMAT_MOD3;
352 codeword_indx -= temp_spec * THREE_CUBED;
354 temp_spec -= off;
355 *pQuantSpec++ = (Int16)temp_spec;
357 temp_spec = pv_abs(temp_spec);
359 if (temp_spec > *ma
428 Int temp_spec; local
555 Int temp_spec; local
[all...]

Completed in 58 milliseconds