Loading lib_com/ivas_dirac_com_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -610,8 +610,7 @@ void computeDirectionVectors_fixed( Word32 *direction_vector_z, /* o: Q30*/ Word16 i_e /*Exponent of all the intensity buffers*/ , Word16 *i_e_band ) Word16 *i_e_band ) { Word16 i; Word32 intensityNorm; Loading lib_com/ivas_prot_fx.h +1 −2 Original line number Diff line number Diff line Loading @@ -3237,8 +3237,7 @@ void computeDirectionVectors_fixed( Word32 *direction_vector_z, /*Q30*/ Word16 i_e /*Exponent of all the intensity buffers*/ , Word16 *i_e_band ); Word16 *i_e_band ); UWord8 ivas_masa_surrcoh_signicant_fx( Loading lib_com/ivas_qmetadata_com_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -446,8 +446,6 @@ ivas_error only_reduce_bits_direction_fx( } } } } *reduce_bits_out = negate( reduce_bits ); Loading lib_dec/ivas_binRenderer_internal_fx.c +0 −3 Original line number Diff line number Diff line Loading @@ -339,7 +339,6 @@ static ivas_error ivas_binRenderer_convModuleOpen( { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Convolution Module \n" ) ); } } } /* set memories */ Loading Loading @@ -1264,7 +1263,6 @@ static void ivas_binRenderer_convModuleClose_fx( free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] ); hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] = NULL; } free( hBinRenConvModule->filterStatesLeftReal_fx[bandIdx] ); Loading @@ -1272,7 +1270,6 @@ static void ivas_binRenderer_convModuleClose_fx( free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] ); hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] = NULL; } free( hBinRenConvModule->filterStatesLeftReal_fx ); Loading lib_dec/ivas_svd_dec_fx.c +70 −75 Original line number Diff line number Diff line Loading @@ -294,7 +294,6 @@ Word16 svd_fx( push_wmops( "svd_fx" ); /* Collecting Values */ FOR( iCh = 0; iCh < nChannelsL; iCh++ ) { Loading Loading @@ -986,7 +985,6 @@ IF( LT_16( currChannel, nChannelsL ) ) /* i <= m */ singularVectors2_e[jCh][currChannel] = add( singularVectors2_e[jCh][currChannel], *sig_x_e ); move16(); } } // rescaling block Loading Loading @@ -1120,9 +1118,6 @@ static void biDiagonalReductionRight_fx( singularVectors2_e[currChannel][jCh] = add( singularVectors2_e[currChannel][jCh], *sig_x_e ); move16(); } } } Loading Loading
lib_com/ivas_dirac_com_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -610,8 +610,7 @@ void computeDirectionVectors_fixed( Word32 *direction_vector_z, /* o: Q30*/ Word16 i_e /*Exponent of all the intensity buffers*/ , Word16 *i_e_band ) Word16 *i_e_band ) { Word16 i; Word32 intensityNorm; Loading
lib_com/ivas_prot_fx.h +1 −2 Original line number Diff line number Diff line Loading @@ -3237,8 +3237,7 @@ void computeDirectionVectors_fixed( Word32 *direction_vector_z, /*Q30*/ Word16 i_e /*Exponent of all the intensity buffers*/ , Word16 *i_e_band ); Word16 *i_e_band ); UWord8 ivas_masa_surrcoh_signicant_fx( Loading
lib_com/ivas_qmetadata_com_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -446,8 +446,6 @@ ivas_error only_reduce_bits_direction_fx( } } } } *reduce_bits_out = negate( reduce_bits ); Loading
lib_dec/ivas_binRenderer_internal_fx.c +0 −3 Original line number Diff line number Diff line Loading @@ -339,7 +339,6 @@ static ivas_error ivas_binRenderer_convModuleOpen( { return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for Convolution Module \n" ) ); } } } /* set memories */ Loading Loading @@ -1264,7 +1263,6 @@ static void ivas_binRenderer_convModuleClose_fx( free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] ); hBinRenConvModule->filterStatesLeftImag_fx[bandIdx][chIdx] = NULL; } free( hBinRenConvModule->filterStatesLeftReal_fx[bandIdx] ); Loading @@ -1272,7 +1270,6 @@ static void ivas_binRenderer_convModuleClose_fx( free( hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] ); hBinRenConvModule->filterStatesLeftImag_fx[bandIdx] = NULL; } free( hBinRenConvModule->filterStatesLeftReal_fx ); Loading
lib_dec/ivas_svd_dec_fx.c +70 −75 Original line number Diff line number Diff line Loading @@ -294,7 +294,6 @@ Word16 svd_fx( push_wmops( "svd_fx" ); /* Collecting Values */ FOR( iCh = 0; iCh < nChannelsL; iCh++ ) { Loading Loading @@ -986,7 +985,6 @@ IF( LT_16( currChannel, nChannelsL ) ) /* i <= m */ singularVectors2_e[jCh][currChannel] = add( singularVectors2_e[jCh][currChannel], *sig_x_e ); move16(); } } // rescaling block Loading Loading @@ -1120,9 +1118,6 @@ static void biDiagonalReductionRight_fx( singularVectors2_e[currChannel][jCh] = add( singularVectors2_e[currChannel][jCh], *sig_x_e ); move16(); } } } Loading