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

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c218 Word16 tmp16; local
221 tmp16 = round16(tmp);
222 tmp = L_mult(tmp16, tmp16);
223 tmp16 = round16(tmp);
224 tmp = L_mult(tmp16, tmp16);
225 tmp16 = round16(tmp);
227 iLog4 = (-(iLog4 << 2) - norm_s(tmp16)) - 1;

Completed in 51 milliseconds