Commit 6f91e009 authored by vaclav's avatar vaclav
Browse files

fix build + format prot_fx.h

parent ef0c516b
Loading
Loading
Loading
Loading
Loading
+1432 −1128

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Original line Diff line number Diff line
@@ -64,7 +64,6 @@ extern const Word16 dft_win_8k_fx[70];


extern const Word16 cna_init_bands[CNA_INIT_NBANDS + 1];
extern const Word16 cna_init_bands[CNA_INIT_NBANDS + 1];



extern const Word16 min_smooth_gains1_fx[SBA_DIRAC_STEREO_NUM_BANDS];
extern const Word16 min_smooth_gains1_fx[SBA_DIRAC_STEREO_NUM_BANDS];
extern const Word16 max_smooth_gains1_fx[SBA_DIRAC_STEREO_NUM_BANDS];
extern const Word16 max_smooth_gains1_fx[SBA_DIRAC_STEREO_NUM_BANDS];
extern const Word16 min_smooth_gains2_fx[SBA_DIRAC_STEREO_NUM_BANDS];
extern const Word16 min_smooth_gains2_fx[SBA_DIRAC_STEREO_NUM_BANDS];
+9 −29
Original line number Original line Diff line number Diff line
@@ -1651,32 +1651,12 @@ return;
}
}




/*-------------------------------------------------------------------*
 * IGFEncResetTCX10BitCounter_ivas_fx()
 *
 * IGF reset bitstream bit counter for TCX10 modes
 *-------------------------------------------------------------------*/

void IGFEncResetTCX10BitCounter_ivas_fx(
    const IGF_ENC_INSTANCE_HANDLE hIGFEnc /* i  : instance handle of IGF Encoder */
)
{
    IGF_ENC_PRIVATE_DATA_HANDLE hPrivateData;

    hPrivateData = &hIGFEnc->igfData;
    hPrivateData->igfBitstreamBits = 0;
    hIGFEnc->infoTotalBitsWritten = 0;
    move16();
    move16();

    return;
}


/**********************************************************************/ /*
/**********************************************************************/ /*
 IGF write concatenated bitsream for TCX10 modes
 IGF write concatenated bitsream for TCX10 modes
**************************************************************************/
**************************************************************************/
Word16 IGFEncWriteConcatenatedBitstream_fx(                                          /**< out: Q0 | total number of bits written   */

/**< out: Q0 | total number of bits written   */
Word16 IGFEncWriteConcatenatedBitstream_fx(
    const IGF_ENC_INSTANCE_HANDLE hInstance, /**< in:     | instance handle of IGF Encoder */
    const IGF_ENC_INSTANCE_HANDLE hInstance, /**< in:     | instance handle of IGF Encoder */
    BSTR_ENC_HANDLE hBstr                    /* i/o: encoder bitstream handle       */
    BSTR_ENC_HANDLE hBstr                    /* i/o: encoder bitstream handle       */
)
)
@@ -4103,12 +4083,12 @@ void IGFEncSetMode_ivas_fx(




/*-------------------------------------------------------------------*
/*-------------------------------------------------------------------*
 * IGFEncResetTCX10BitCounter_ivas_fx()
 * IGFEncResetTCX10BitCounter_fx()
 *
 *
 * IGF reset bitstream bit counter for TCX10 modes
 * IGF reset bitstream bit counter for TCX10 modes
 *-------------------------------------------------------------------*/
 *-------------------------------------------------------------------*/


void IGFEncResetTCX10BitCounter_ivas_fx(
void IGFEncResetTCX10BitCounter_fx(
    const IGF_ENC_INSTANCE_HANDLE hIGFEnc /* i  : instance handle of IGF Encoder */
    const IGF_ENC_INSTANCE_HANDLE hIGFEnc /* i  : instance handle of IGF Encoder */
)
)
{
{
+827 −633

File changed.

Preview size limit exceeded, changes collapsed.