Commit d450a2d5 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

rename BASOP_sub(_sub)_end() to pop_wmops()

parent ad9e2d66
Loading
Loading
Loading
Loading
+23 −23
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        move16();
    }
#ifdef WMOPS
    BASOP_sub_end(); /* Entropy dec */
    pop_wmops(); /* Entropy dec */
#endif

#ifdef WMOPS
@@ -244,7 +244,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        }
    }
#ifdef WMOPS
    BASOP_sub_end(); /* Ari dec */
    pop_wmops(); /* Ari dec */
#endif

#ifdef WMOPS
@@ -261,7 +261,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -273,7 +273,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
                                      h_DecSetup->prev_bfi, h_DecSetup->prev_prev_bfi, &h_DecSetup->plcAd->stab_fac);
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -296,7 +296,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
                         &h_DecSetup->prev_fac_ns_fx, &h_DecSetup->pc_nbLostFramesInRow);
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

    IF (sub(bfi, 1) != 0)
@@ -310,7 +310,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
        );
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef WMOPS
@@ -327,7 +327,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
            );
        }
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef WMOPS
@@ -335,7 +335,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
        processApplyGlobalGain_fx(q_d_fx, &q_fx_exp, decoder->yLen, gg_idx, h_DecSetup->quantizedGainOff);
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef WMOPS
@@ -349,7 +349,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
        );
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef ENABLE_HR_MODE
@@ -359,7 +359,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        processSnsInterpolateScf_fx(scf_q_ip, int_scf_fx_ip, int_scf_fx_exp, 0, decoder->bands_number, currentScratch);

#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef WMOPS
@@ -369,7 +369,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s

        processMdctShaping_fx(q_d_fx, int_scf_fx_ip, int_scf_fx_exp, decoder->bands_offset, decoder->bands_number);
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif
#else
#ifdef WMOPS
@@ -378,7 +378,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        /* currentScratch Size = 128 bytes */
        processSnsInterpolateScf_fx(scf_q, int_scf_fx, int_scf_fx_exp, 0, decoder->bands_number, currentScratch);
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif

#ifdef WMOPS
@@ -387,7 +387,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        processScfScaling(int_scf_fx_exp, decoder->bands_number, &q_fx_exp);
        processMdctShaping_fx(q_d_fx, int_scf_fx, int_scf_fx_exp, decoder->bands_offset, decoder->bands_number);
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif
        /* end int_scf_fx */
#endif /* ENABLE_HR_MODE */
@@ -433,7 +433,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
                      );
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    
#ifdef ENABLE_HR_MODE
@@ -463,7 +463,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        );
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -500,7 +500,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif /* ENABLE_HR_MODE */

#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -515,7 +515,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
                        );
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -534,7 +534,7 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
#endif
                            currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    
#ifdef ENABLE_HR_MODE
@@ -580,15 +580,15 @@ static int Dec_LC3PLUS_Channel(LC3PLUS_Dec *decoder, int channel, int bits_per_s
        }
    }
#ifdef WMOPS
    BASOP_sub_end(); /* Output scaling */
    pop_wmops(); /* Output scaling */
#endif

#ifdef WMOPS
    BASOP_sub_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
    BASOP_sub_end(); /* Decoder */
    pop_wmops(); /* Decoder */
#endif


@@ -633,7 +633,7 @@ LC3PLUS_Error Dec_LC3PLUS(LC3PLUS_Dec *decoder, UWord8 *input, int num_bytes, vo
                            &decoder->m_fec, scratch);

#ifdef WMOPS
            BASOP_sub_end();
            pop_wmops();
#endif

            for (ch = 0; ch < decoder->channels; ch++)
@@ -680,7 +680,7 @@ LC3PLUS_Error Dec_LC3PLUS(LC3PLUS_Dec *decoder, UWord8 *input, int num_bytes, vo
                                &decoder->n_pc, &decoder->m_fec, scratch);

#ifdef WMOPS
                BASOP_sub_end();
                pop_wmops();
#endif

                decoder->epmr = MIN(decoder->epmr, channel_epmr);
+28 −28
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                          h_EncSetup->mdct_mem32, encoder->frame_length, h_EncSetup->resamp_mem32,
                          h_EncSetup->olpa_mem_s12k8, &h_EncSetup->resamp_exp);
#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif
    }
    ELSE
@@ -175,7 +175,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                   encoder->W_fx, encoder->W_size,
                   h_EncSetup->stEnc_mdct_mem, encoder->stEnc_mdct_mem_len, d_fx, &d_fx_exp, currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

    /* begin s_12k8 */
@@ -199,7 +199,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                          );
#endif /* ENABLE_HR_MODE */
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -213,7 +213,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif                    
                    h_EncSetup->resamp_exp, encoder->frame_dms, currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -230,7 +230,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif
);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

    /* end s_12k8 */
@@ -244,7 +244,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
    attack_detector_fx(encoder, h_EncSetup, s_in_scaled, sub(h_EncSetup->x_exp, 15), currentScratch);
#endif
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    
    /* begin ener_fx */
@@ -259,7 +259,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif
    );
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -284,7 +284,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
            ltpf_idx[1] = 0;  move16();
        }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
#ifdef WMOPS
    push_wmops("BW Cutoff-Detection");
@@ -312,7 +312,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        BW_cutoff_idx = 0;
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -325,7 +325,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                            h_EncSetup->attdec_detected, encoder->attdec_damping, currentScratch, encoder->sns_damping
    );
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -335,7 +335,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        
    processSnsQuantizeScfEncoder_fx(scf, L_scf_idx, scf_q, currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -344,7 +344,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
    /* currentScratch Size = 128 bytes */
    processSnsInterpolateScf_fx(scf_q, int_scf_fx, int_scf_fx_exp, 1, encoder->bands_number, currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -353,7 +353,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
    processMdctShaping_fx(d_fx, int_scf_fx, int_scf_fx_exp, encoder->bands_offset, encoder->bands_number);

#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    /* end int_scf_fx_exp */
#ifdef WMOPS
@@ -365,7 +365,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        BW_cutoff_idx = s_min(BW_cutoff_idx, encoder->bw_index);
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
#ifdef WMOPS
    push_wmops("Tns_enc");
@@ -393,7 +393,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        move16();
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -431,7 +431,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif
    );
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    /* begin q_d_fx16 */
        
@@ -449,7 +449,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                           codingdata, &lsbMode, -1);
#endif /* ENABLE_HR_MODE */
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -467,7 +467,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                               h_EncSetup->targetBitsQuant, h_EncSetup->mem_specBits, &gainChange, encoder->fs_idx);
#endif /* ENABLE_HR_MODE */
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -486,7 +486,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif /* ENABLE_HR_MODE */
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -517,7 +517,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        move16();
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -544,7 +544,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
        move16();
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif
    
#ifdef WMOPS
@@ -554,7 +554,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                          encoder->yLen, encoder->BW_cutoff_bits, tns_numfilters, lsbMode, lastnz, tns_order,
                          fac_ns_idx, quantizedGain, BW_cutoff_idx, ltpf_idx, L_scf_idx, bfi_ext, encoder->fs_idx);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -569,7 +569,7 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
                         tns_order, tns_numfilters, indexes, lastnz, codingdata, resBits, numResBits, lsbMode,
                         h_EncSetup->enable_lpc_weighting, currentScratch);
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

#ifdef WMOPS
@@ -607,17 +607,17 @@ static void Enc_LC3PLUS_Channel(LC3PLUS_Enc *encoder, int channel, int bits_per_
#endif
        
#ifdef WMOPS
        BASOP_sub_end(); /* Ari dec */
        pop_wmops(); /* Ari dec */
#endif
        processReorderBitstream_fx(bytes, h_EncSetup->n_pccw, h_EncSetup->n_pc, b_left, currentScratch);
    }
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

    /* end q_d_fx16 */
#ifdef WMOPS
    BASOP_sub_end();
    pop_wmops();
#endif

    Dyn_Mem_Deluxe_Out();
@@ -646,7 +646,7 @@ int Enc_LC3PLUS(LC3PLUS_Enc *encoder, void **input, int bits_per_sample, UWord8
                        encoder->channel_setup[ch]->n_pccw, scratch);

#ifdef WMOPS
            BASOP_sub_end();
            pop_wmops();
#endif

            lc3buf += output_size2;
@@ -671,7 +671,7 @@ int Enc_LC3PLUS(LC3PLUS_Enc *encoder, void **input, int bits_per_sample, UWord8
                    scratch);

#ifdef WMOPS
        BASOP_sub_end();
        pop_wmops();
#endif
    }

+4 −4
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static void array_insert_and_shift(Word32 *array, UWord8 value, Word16 longterm_
    array[*byte_position] = current_byte; move16();
    
#ifdef WMOPS
    BASOP_sub_sub_end();
    pop_wmops();
#endif
}

@@ -105,7 +105,7 @@ static void array_calculate(Word32 *array_tdc, Word32 *array_ns, int length, Wor
    *counter_phecu = sub(sub(overall_counter, counter_loc_tdc), counter_loc_ns);
#endif
#ifdef WMOPS
    BASOP_sub_sub_end();
    pop_wmops();
#endif
}
#endif
@@ -247,7 +247,7 @@ void processPLCclassify_fx(Word16 plcMeth, Word16 *concealMethod, Word16 *nbLost

    Dyn_Mem_Deluxe_Out();
#ifdef WMOPS
    BASOP_sub_sub_end();
    pop_wmops();
#endif
}

@@ -416,7 +416,7 @@ Word16 spectral_centroid_fx_lc(Word16 old_scf_q[], const Word16 *band_offsets, W

    Dyn_Mem_Deluxe_Out();
#ifdef WMOPS
    BASOP_sub_sub_end();
    pop_wmops();
#endif
    return sc;
}
+24 −24
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ static void rotate_W16_fx(Word16 re_in, Word16 im_in, Word16 cosFactor, Word16 s
   *re_out_ptr = msu_r(L_mult(re_in, cosFactor), im_in, sinFactor); /* 2 ops no move when inlined */
   *im_out_ptr = mac_r(L_mult(re_in, sinFactor), im_in, cosFactor); /* 2 ops no move when inlined */
#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
   return;
}
@@ -159,7 +159,7 @@ static void valley_magnitude_adj_fx(Word16 *re_ptr, Word16 *im_ptr, Word16 uniFa
   *im_ptr = mult_r(scale_fx, shl_sat(*im_ptr, 1)); /* no moves , should be inlined */

#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
   return;
}
@@ -202,7 +202,7 @@ Word16 rand_phase_fx(const Word16 seed, Word16 *sin_F, Word16 *cos_F)
   Dyn_Mem_Out();
#endif
#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
   return seed2;
}
@@ -798,7 +798,7 @@ void trans_burst_ana_fx(
   Dyn_Mem_Out();
#endif
#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
}

@@ -914,7 +914,7 @@ static Word16 imax_fx( /* o: The location, relative to the
   Dyn_Mem_Out();
#endif
#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
   return posi; 
   /* Q15. The position either left or right relative to the index of the middle of the 3 given data   points. */
@@ -1017,7 +1017,7 @@ static Word16 imax_fx( /* o: The location, relative to the
            BASOP_rfftN(L_xfp, Lprot, &fft_scale, buffer_fft);
         }
#ifdef WMOPS
         BASOP_sub_sub_end(); /* anawin+fft */
         pop_wmops(); /* anawin+fft */
#endif

         /* Convert 32 Bit intlv FFT into phecu 16 bit flipped fft  format */
@@ -1174,7 +1174,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         }

#ifdef WMOPS
         BASOP_sub_sub_end(); /* peaks refine */
         pop_wmops(); /* peaks refine */
#endif

         logic16();
@@ -1218,7 +1218,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -1670,7 +1670,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -1761,7 +1761,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return;
      }
@@ -1850,7 +1850,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif

         return;
@@ -1917,7 +1917,7 @@ static Word16 imax_fx( /* o: The location, relative to the
#endif
         BASOP_irfftN(L_x, Lprot, &fft_scale, buffer_fft);
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif

         pX_L = &L_x[0];
@@ -1956,7 +1956,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return;
      }
@@ -2245,7 +2245,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -2269,7 +2269,7 @@ static Word16 imax_fx( /* o: The location, relative to the


#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return z;
      }
@@ -2336,7 +2336,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -2376,7 +2376,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -2479,7 +2479,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return sum;
      }
@@ -2548,7 +2548,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return;
      }
@@ -2668,7 +2668,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
         return posi; /* Q15. The position either left or right relative to the index of the middle of the 3 given
                     data points. */
@@ -2751,7 +2751,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -2803,7 +2803,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -2872,7 +2872,7 @@ static Word16 imax_fx( /* o: The location, relative to the
         Dyn_Mem_Out();
#endif
#ifdef WMOPS
         BASOP_sub_sub_end();
         pop_wmops();
#endif
      }

@@ -3145,7 +3145,7 @@ static Word16 imax_fx( /* o: The location, relative to the
		  } /* bands available*/

#ifdef WMOPS
		  BASOP_sub_sub_end();
		  pop_wmops();
#endif

		  return nonpure_tone_detect;
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ void plc_phEcu_peak_locator_fx(const Word16 *inp, /* i: vector with values >=0
   Dyn_Mem_Out();
#endif
#ifdef WMOPS
   BASOP_sub_sub_end();
   pop_wmops();
#endif
}
Loading