Home
last modified time | relevance | path

Searched refs:L_num (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
Ddiv_s.cpp217 Word32 L_num; in div_s() local
234 L_num = (Word32) var1; in div_s()
241 L_num <<= 3; in div_s()
243 if (L_num >= L_denom_by_4) in div_s()
245 L_num -= L_denom_by_4; in div_s()
249 if (L_num >= L_denom_by_2) in div_s()
251 L_num -= L_denom_by_2; in div_s()
255 if (L_num >= (L_denom)) in div_s()
257 L_num -= (L_denom); in div_s()
Ddiv_32.cpp168 Word32 Div_32(Word32 L_num, in Div_32() argument
201 n_hi = (Word16)(L_num >> 16); in Div_32()
202 n_lo = (L_num >> 1) - (n_hi << 15); in Div_32()
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpvamrwb_math_op.cpp209 int32 L_num; in div_16by16() local
223 L_num = (int32) var1; in div_16by16()
230 L_num <<= 3; in div_16by16()
232 if (L_num >= L_denom_by_4) in div_16by16()
234 L_num -= L_denom_by_4; in div_16by16()
238 if (L_num >= L_denom_by_2) in div_16by16()
240 L_num -= L_denom_by_2; in div_16by16()
244 if (L_num >= (L_denom)) in div_16by16()
246 L_num -= (L_denom); in div_16by16()
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
Ddiv_32.h104 Word32 Div_32(Word32 L_num,