Commit a54695e7 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Apply clang format

parent a53ad499
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -597,7 +597,6 @@ ivas_error ivas_init_encoder(
            {
                return error;
            }

        }

        if ( ( error = ivas_qmetadata_open( &( st_ivas->hQMetaData ) ) ) != IVAS_ERR_OK )
+2 −6
Original line number Diff line number Diff line
@@ -253,15 +253,11 @@ ivas_error ivas_omasa_enc_config(
        /* re-write IVAS format signalling - actual 'ism_mode' was not known before */
        if ( st_ivas->nSCE > 0 )
        {
            reset_indices_enc( st_ivas->hSCE[0]->hCoreCoder[0]->hBstr,
                               st_ivas->hSCE[0]->hCoreCoder[0]->hBstr->nb_bits_tot
            );
            reset_indices_enc( st_ivas->hSCE[0]->hCoreCoder[0]->hBstr, st_ivas->hSCE[0]->hCoreCoder[0]->hBstr->nb_bits_tot );
        }
        else
        {
            reset_indices_enc( st_ivas->hCPE[0]->hCoreCoder[0]->hBstr,
                               st_ivas->hCPE[0]->hCoreCoder[0]->hBstr->nb_bits_tot
            );
            reset_indices_enc( st_ivas->hCPE[0]->hCoreCoder[0]->hBstr, st_ivas->hCPE[0]->hCoreCoder[0]->hBstr->nb_bits_tot );
        }

        ivas_write_format( st_ivas );