Searched refs:Isqrt_n (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | math_op.c | 66 Isqrt_n(&L_x, &exp); in Isqrt() 100 void Isqrt_n( in Isqrt_n() function
|
D | c2t64fx.c | 81 Isqrt_n(&s, &exp); in ACELP_2t64_fx() 95 Isqrt_n(&s, &exp); in ACELP_2t64_fx()
|
D | p_med_ol.c | 141 Isqrt_n(&R1, &exp_R1); in Pitch_med_ol()
|
D | pitch_f4.c | 234 Isqrt_n(&L_tmp, &exp_norm); in Norm_Corr()
|
D | dtx.c | 268 Isqrt_n(&ener32, &exp); in dtx_enc()
|
D | c4t64fx.c | 252 Isqrt_n(&s, &exp); in ACELP_4t64_fx() 263 Isqrt_n(&s, &exp); in ACELP_4t64_fx()
|
D | voAMRWBEnc.c | 1433 Isqrt_n(&L_tmp, &exp); in synthesis() 1528 Isqrt_n(&L_tmp, &exp); in synthesis()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | math_op.h | 31 void Isqrt_n(
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | Norm_Corr_opt.s | 38 .extern Isqrt_n 150 @Isqrt_n(&L_tmp, &exp_norm) 160 BL Isqrt_n
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Norm_Corr_neon.s | 38 .extern Isqrt_n 190 @Isqrt_n(&L_tmp, &exp_norm) 200 BL Isqrt_n
|