Loading lib_enc/fd_cng_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ void initFdCngEnc_fx( move16(); hsCom->numCoreBands = 16; move16(); hsCom->regularStopBand = extract_l( L_shr( imult3216( 5243, extract_l( L_shr( input_Fs, 5 ) ) ), 17 ) ); /* Q0. equivalent to L_shr( input_Fs, 5 )/25 */ hsCom->regularStopBand = idiv1616U( extract_l( L_shr( input_Fs, 5 ) ), 25 ); /* Q0 */ move16(); if ( GT_16( hsCom->regularStopBand, 40 ) ) { Loading Loading
lib_enc/fd_cng_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ void initFdCngEnc_fx( move16(); hsCom->numCoreBands = 16; move16(); hsCom->regularStopBand = extract_l( L_shr( imult3216( 5243, extract_l( L_shr( input_Fs, 5 ) ) ), 17 ) ); /* Q0. equivalent to L_shr( input_Fs, 5 )/25 */ hsCom->regularStopBand = idiv1616U( extract_l( L_shr( input_Fs, 5 ) ), 25 ); /* Q0 */ move16(); if ( GT_16( hsCom->regularStopBand, 40 ) ) { Loading