Unverified Commit 83ecd58d authored by norvell's avatar norvell
Browse files

Further fixes within HARM_HQ_CORE

parent 6fca072f
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1652,8 +1652,7 @@ Word16 ivas_assign_gain_bits_fx(
    Word16 *gain_bits_array,                                    /* o  : Assigned gain bits                      */
    Word16 *Rcalc                                               /* o  : Bit budget for shape quantizer       Q3 */
);
#endif
#ifdef HARM_HQ_CORE

void ivas_fine_gain_pred_fx(
    const Word16 *sfm_start,                                    /* i  : Sub band start indices                  */
    const Word16 *sfm_end,                                      /* i  : Sub band end indices                    */
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ void ivas_fine_gain_pred_fx(
                }
                ELSE
                {
                    IF( EQ_16( sfm_size[0], 10 ) )
                    IF( EQ_16( sfm_size[0], 10 ) ) /* If sfm_size[0] is 10, it means the extended ACELP->HQ transition frame is used. See hq_configure_fx(). */
                    {
                        bw_idx = band_len_idx_ext[shr( bw, 3 )];
                        tmp1 = fine_gain_pred_sqrt_bw_ext[bw_idx];