Commit 2a312227 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

clang-format

parent 038cc8cb
Loading
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -462,7 +462,8 @@ int32_t ivas_get_lcld_bitrate( const int32_t SplitRendBitRate, const IVAS_SPLIT_

int32_t ivas_get_lc3plus_bitrate( const int32_t SplitRendBitRate, IVAS_SPLIT_REND_POSE_CORRECTION_MODE poseCorrectionMode
#ifdef API_5MS
, int16_t split_prerender_frame_size_ms
                                  ,
                                  int16_t split_prerender_frame_size_ms
#endif
)
{
@@ -514,7 +515,8 @@ int8_t ivas_get_lc3plus_bitrate_id( const int32_t SplitRendBitRate )
}
int32_t ivas_get_lc3plus_size_from_id( const int8_t SplitRendBitRateId, IVAS_SPLIT_REND_POSE_CORRECTION_MODE poseCorrectionMode
#ifdef API_5MS
, int16_t split_prerender_frame_size_ms
                                       ,
                                       int16_t split_prerender_frame_size_ms
#endif
)
{
@@ -556,7 +558,8 @@ int32_t ivas_get_lc3plus_size_from_id( const int8_t SplitRendBitRateId, IVAS_SPL

    bitrate = ivas_get_lc3plus_bitrate( bitrate, poseCorrectionMode
#ifdef API_5MS
    , split_prerender_frame_size_ms
                                        ,
                                        split_prerender_frame_size_ms
#endif
    );

+10 −8
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ ivas_error split_rend_write_bitstream_to_file(
    IVAS_SPLIT_REND_CODEC codec,
    IVAS_SPLIT_REND_POSE_CORRECTION_MODE poseCorrection
#ifdef API_5MS
    , int16_t codec_frame_size_ms
    ,
    int16_t codec_frame_size_ms
#endif
)
{
@@ -230,7 +231,8 @@ ivas_error split_rend_read_bits_from_file(
    IVAS_SPLIT_REND_CODEC *codec,
    IVAS_SPLIT_REND_POSE_CORRECTION_MODE *poseCorrection
#ifdef API_5MS
    , int16_t* codec_frame_size_ms
    ,
    int16_t *codec_frame_size_ms
#endif
)
{
+10 −8
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ ivas_error split_rend_write_bitstream_to_file(
    IVAS_SPLIT_REND_CODEC codec,
    IVAS_SPLIT_REND_POSE_CORRECTION_MODE poseCorrection
#ifdef API_5MS
    , int16_t codec_frame_size_ms
    ,
    int16_t codec_frame_size_ms
#endif
);

@@ -77,7 +78,8 @@ ivas_error split_rend_read_bits_from_file(
    IVAS_SPLIT_REND_CODEC *codec,
    IVAS_SPLIT_REND_POSE_CORRECTION_MODE *poseCorrection
#ifdef API_5MS
    , int16_t* codec_frame_size_ms
    ,
    int16_t *codec_frame_size_ms
#endif
);

+1 −1

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.