HomeSort by relevance Sort by last modified time
    Searched refs:OPL_DECIM (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 39 Word16 old_wsp[PIT_MAX / OPL_DECIM]; /* old decimated weighted speech vector */
63 Word16 old_hp_wsp[L_FRAME / OPL_DECIM + (PIT_MAX / OPL_DECIM)];
cnst.h 53 #define OPL_DECIM 2 /* Decimation in open-loop pitch analysis */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h 106 #define OPL_DECIM 2 /* Decimation in open-loop pitch analysis */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 98 Set_zero(cod_state->old_wsp, (PIT_MAX / OPL_DECIM));
126 Set_zero(cod_state->old_hp_wsp, (L_FRAME / 2) / OPL_DECIM + (PIT_MAX / OPL_DECIM));
167 Word16 old_wsp[L_FRAME + (PIT_MAX / OPL_DECIM)];
241 wsp = old_wsp + (PIT_MAX / OPL_DECIM);
245 Copy(st->old_wsp, old_wsp, PIT_MAX / OPL_DECIM);
472 Scale_sig_opt(wsp, L_FRAME / OPL_DECIM, shift);
474 Scale_sig(wsp, L_FRAME / OPL_DECIM, shift);
480 Scale_sig(old_wsp, PIT_MAX / OPL_DECIM, exp);
481 Scale_sig(st->old_hp_wsp, PIT_MAX / OPL_DECIM, exp)
    [all...]

Completed in 147 milliseconds