@@ -327,9 +331,15 @@ Word16 find_uv_fx( /* o : coding type
test();
test();
test();
#ifdef BASOP_NOGLOB
if((EQ_16(st_fx->last_coder_type_raw_fx,UNVOICED))||/* previous frame was unvoiced */
((LT_32(ee[0],ee0_th))&&(GT_32(hp_E[0],L_shl(E_MIN_FX,Q_new)))&&/* energy is concentrated in high frequencies provided that some energy is present in HF */
(LT_16(add_o(st_fx->voicing_fx[0],corr_shift,&Overflow),voi_th))))/* normalized correlation is low */
#else /* BASOP_NOGLOB */
if((EQ_16(st_fx->last_coder_type_raw_fx,UNVOICED))||/* previous frame was unvoiced */
((LT_32(ee[0],ee0_th))&&(GT_32(hp_E[0],L_shl(E_MIN_FX,Q_new)))&&/* energy is concentrated in high frequencies provided that some energy is present in HF */
(LT_16(add(st_fx->voicing_fx[0],corr_shift),voi_th))))/* normalized correlation is low */
#endif /* BASOP_NOGLOB */
{
tmp_offset_flag=0;
move16();
@@ -431,7 +441,11 @@ Word16 find_uv_fx( /* o : coding type