Home
last modified time | relevance | path

Searched refs:table_isqrt (Results 1 – 2 of 2) sorted by relevance

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