Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
Ddiv_s.cpp219 Word32 L_denom_by_2; in div_s() local
236 L_denom_by_2 = (L_denom << 1); in div_s()
249 if (L_num >= L_denom_by_2) in div_s()
251 L_num -= L_denom_by_2; in div_s()
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpvamrwb_math_op.cpp211 int32 L_denom_by_2; in div_16by16() local
225 L_denom_by_2 = (L_denom << 1); in div_16by16()
238 if (L_num >= L_denom_by_2) in div_16by16()
240 L_num -= L_denom_by_2; in div_16by16()