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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmath_op.c91 static Word16 table_isqrt[49] = variable
125 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
126 tmp = vo_sub(table_isqrt[i], table_isqrt[i + 1]); /* table[i] - table[i+1]) */
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp314 static const int16 table_isqrt[49] = variable
351 *frac = L_deposit_h(table_isqrt[i]); /* table[i] << 16 */
352 tmp = table_isqrt[i] - table_isqrt[i + 1]; /* table[i] - table[i+1]) */

Completed in 75 milliseconds