Loading lib_rend/ivas_rotation.c +2 −2 Original line number Diff line number Diff line Loading @@ -773,7 +773,7 @@ void rotateFrame_sd( /* output channel index without LFE */ ch_out_woLFE = ( ch_out >= index_lfe ) ? ch_out - 1 : ch_out; gains_prev_fx[ch_in][ch_out] = tmp_gains_fx[ch_out_woLFE]; gains_prev_fx[ch_in][ch_out] = L_shr( tmp_gains_fx[ch_out_woLFE], Q2 ); // Adjusting Q30 -> Q28 } } Loading @@ -798,7 +798,7 @@ void rotateFrame_sd( /* output channel index without LFE */ ch_out_woLFE = ( ch_out >= index_lfe ) ? ch_out - 1 : ch_out; gains_fx[ch_in][ch_out] = tmp_gains_fx[ch_out_woLFE]; gains_fx[ch_in][ch_out] = L_shr( tmp_gains_fx[ch_out_woLFE], Q2 ); // Adjusting Q30 -> Q28 } } } Loading Loading
lib_rend/ivas_rotation.c +2 −2 Original line number Diff line number Diff line Loading @@ -773,7 +773,7 @@ void rotateFrame_sd( /* output channel index without LFE */ ch_out_woLFE = ( ch_out >= index_lfe ) ? ch_out - 1 : ch_out; gains_prev_fx[ch_in][ch_out] = tmp_gains_fx[ch_out_woLFE]; gains_prev_fx[ch_in][ch_out] = L_shr( tmp_gains_fx[ch_out_woLFE], Q2 ); // Adjusting Q30 -> Q28 } } Loading @@ -798,7 +798,7 @@ void rotateFrame_sd( /* output channel index without LFE */ ch_out_woLFE = ( ch_out >= index_lfe ) ? ch_out - 1 : ch_out; gains_fx[ch_in][ch_out] = tmp_gains_fx[ch_out_woLFE]; gains_fx[ch_in][ch_out] = L_shr( tmp_gains_fx[ch_out_woLFE], Q2 ); // Adjusting Q30 -> Q28 } } } Loading