OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table_isqrt
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
math_op.c
91
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/
pvamrwb_math_op.cpp
314
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 552 milliseconds