Searched defs:vadSt (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dol_ltp.cpp90 vadSt = pointer to a vadState structure
132 vadState *vadSt, // i/o : VAD state struct
151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx);
157 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2,
162 *T_op = Pitch_ol_wgh(st, vadSt, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2,
167 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN_MR122, PIT_MAX,
203 vadState *vadSt, /* i/o : VAD state struct */
223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx,
230 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2,
235 *T_op = Pitch_ol_wgh(st, vadSt, ws
201 ol_ltp( pitchOLWghtState *st, vadState *vadSt, enum Mode mode, Word16 wsp[], Word16 *T_op, Word16 old_lags[], Word16 ol_gain_flg[], Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
H A Dcod_amr.h160 vadState *vadSt; member in struct:__anon376
H A Dp_ol_wgh.cpp467 vadState *vadSt, // i/o : VAD state struct
530 vadSt->L_Rmax = L_add(vadSt->L_Rmax, t0); // Save max correlation
531 vadSt->L_R0 = L_add(vadSt->L_R0, t1); // Save max energy
534 vad_tone_detection_update (vadSt, 0);
535 vad_tone_detection (vadSt, t0, t1);
572 vadState *vadSt, /* i/o : VAD state struct */
644 vadSt->L_Rmax = L_add(vadSt
571 Lag_max( vadState *vadSt, Word32 corr[], Word16 scal_sig[], Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 old_lag, Word16 *cor_max, Word16 wght_flg, Word16 *gain_flg, Flag dtx, Flag *pOverflow ) argument
860 Pitch_ol_wgh( pitchOLWghtState *st, vadState *vadSt, Word16 signal[], Word16 pit_min, Word16 pit_max, Word16 L_frame, Word16 old_lags[], Word16 ol_gain_flg[], Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
H A Dpitch_ol.cpp123 vadSt = pointer to a vadState structure
138 vadSt contains the updated VAD state parameters
190 vadState *vadSt, // i/o : VAD state struct
238 vad_tone_detection (vadSt, max, t0);
309 vadState *vadSt, /* i/o : VAD state struct */
382 vad_tone_detection(vadSt, max, t0, pOverflow);
507 vadSt = pointer to a vadState structure
522 vadSt contains the updated VAD state parameters
569 CALL Lag_max(vadSt = vadSt
633 Lag_max_wrapper( vadState *vadSt, Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Flag dtx, Flag *pOverflow ) argument
939 Pitch_ol( vadState *vadSt, enum Mode mode, Word16 signal[], Word16 pit_min, Word16 pit_max, Word16 L_frame, Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h64 VadVars *vadSt; member in struct:__anon395

Completed in 234 milliseconds