Searched refs:st (Results 26 - 50 of 171) sorted by relevance

1234567

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dbgnscd.cpp190 st = pointer to state variables of type Bgn_scdState
197 st = function updates the state variables of type Bgn_scdState
198 pointed to by st.
231 Word16 Bgn_scd (Bgn_scdState *st, // i : State variables for bgn SCD
265 if (sub(st->frameEnergyHist[i], frameEnergyMin) < 0)
266 frameEnergyMin = st->frameEnergyHist[i];
271 maxEnergy = st->frameEnergyHist[0];
274 if ( sub (maxEnergy, st->frameEnergyHist[i]) < 0)
276 maxEnergy = st->frameEnergyHist[i];
280 maxEnergyLastPart = st
399 Bgn_scd(Bgn_scdState *st, Word16 ltpGainHist[], Word16 speech[], Word16 *voicedHangover, Flag *pOverflow ) argument
[all...]
H A Ddec_amr.cpp494 st = pointer to a structure of type Decoder_amrState
502 structure pointed to by st contains the newly calculated decoder
536 Decoder_amrState *st, // i/o : State variables
591 newDTXState = rx_dtx_handler(st->dtxDecoderState, frame_type);
596 Decoder_amr_reset (st, MRDTX);
598 dtx_dec(st->dtxDecoderState,
599 st->mem_syn,
600 st->lsfState,
601 st->pred_state,
602 st
1333 Decoder_amr( Decoder_amrState *st, enum Mode mode, Word16 parm[], enum RXFrameType frame_type, Word16 synth[], Word16 A_t[] ) argument
[all...]
H A Dpost_pro.h115 Word16 Post_Process_reset(Post_ProcessState *st);
119 void Post_Process_exit(Post_ProcessState **st);
121 stores NULL in *st
125 Post_ProcessState *st, /* i/o : post process state */
H A Dc_g_aver.h115 * Description : Stores pointer to filter status struct in *st. This
119 Word16 Cb_gain_average_init(Cb_gain_averageState **st);
126 Word16 Cb_gain_average_reset(Cb_gain_averageState *st);
134 void Cb_gain_average_exit(Cb_gain_averageState **st);
142 Cb_gain_averageState *st, /* i/o : State variables for CB gain avergeing */
H A Dec_gains.h135 ec_gain_codeState *st, /* i/o : State struct */
150 ec_gain_codeState *st, /* i/o : State struct */
181 ec_gain_pitchState *st, /* i/o : state variables */
195 ec_gain_pitchState *st, /* i/o : state variables */
H A Dlsp_avg.h123 lsp_avgState *st, /* i/o : State struct Q15 */
H A Dagc.h121 Word16 agc_reset(agcState *st);
136 agcState *st, /* i/o : agc state */
H A Dpstfilt.h115 Word16 Post_Filter_reset(Post_FilterState *st);
121 Post_FilterState *st, /* i/o : post filter states */
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp83 ResXMLParser* st = new ResXMLParser(*osb); local
84 if (st == NULL) {
89 st->restart();
91 return reinterpret_cast<jlong>(st);
97 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
98 if (st == NULL) {
103 ResXMLParser::event_code_t code = st->next();
131 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
132 if (st == NULL) {
136 return static_cast<jint>(st
142 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
153 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
164 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
176 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
188 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
200 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
212 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
224 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
236 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
248 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
261 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
291 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
304 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
317 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
341 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Ddtx_enc.h124 * Description : Stores pointer to filter status struct in *st. This
130 Word16 dtx_enc_init(dtx_encState **st);
141 Word16 dtx_enc_reset(dtx_encState *st);
148 * Description : Stores NULL in *st
152 void dtx_enc_exit(dtx_encState **st);
163 void dtx_enc(dtx_encState *st, /* i/o : State struct */
179 void dtx_buffer(dtx_encState *st, /* i/o : State struct */
196 Word16 tx_dtx_handler(dtx_encState *st, /* i/o : State struct */
H A Dpitch_fr.h109 Word16 Pitch_fr_init(Pitch_frState **st);
111 Stores pointer to filter status struct in *st. This pointer has to
116 Word16 Pitch_fr_reset(Pitch_frState *st);
121 void Pitch_fr_exit(Pitch_frState **st);
123 stores NULL in *st
127 Pitch_frState *st, /* i/o : State struct */
H A Dton_stab.cpp219 st = pointer to pointer to structure type tonStabState.
252 int ton_stab_reset (tonStabState *st)
254 if (st == (tonStabState *) NULL){
260 st->count = 0;
261 Set_zero(st->gp, N_FRAME); // Init Gp_Clipping
289 Word16 ton_stab_reset(tonStabState *st) argument
291 if (st == (tonStabState *) NULL)
298 st->count = 0;
299 Set_zero(st->gp, N_FRAME); /* Init Gp_Clipping */
436 Word16 check_lsp(tonStabState *st, //
525 check_lsp(tonStabState *st, Word16 *lsp, Flag *pOverflow ) argument
690 check_gp_clipping(tonStabState *st, Word16 g_pitch, Flag *pOverflow ) argument
788 update_gp_clipping(tonStabState *st, Word16 g_pitch, Flag *pOverflow ) argument
[all...]
H A Dgain_q.cpp117 st -- double pointer to gainQuantState
120 st -- double ponter to gainQuantState
218 st -- double pointer to gainQuantState
221 st -- double ponter to gainQuantState
306 st -- double pointer to gainQuantState
384 st -- pointer to gainQuantState
402 st -- pointer to gainQuantState
468 gainQuantState *st, /* i/o : State struct */
510 st->gain_idx_ptr = (*anap)++;
512 // gc_pred_copy(&(st
467 gainQuant( gainQuantState *st, enum Mode mode, Word16 res[], Word16 exc[], Word16 code[], Word16 xn[], Word16 xn2[], Word16 y1[], Word16 Y2[], Word16 g_coeff[], Word16 even_subframe, Word16 gp_limit, Word16 *sf0_gain_pit, Word16 *sf0_gain_cod, Word16 *gain_pit, Word16 *gain_cod, Word16 **anap, Flag *pOverflow ) argument
[all...]
H A Dgain_q.h133 Word16 gainQuant_init(gainQuantState **st);
135 Stores pointer to filter status struct in *st. This pointer has to
139 Word16 gainQuant_reset(gainQuantState *st);
143 void gainQuant_exit(gainQuantState **st);
145 stores NULL in *st
149 gainQuantState *st, /* i/o : State struct */
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp553 st -- pointer to type vadState1 -- State struct
558 st -- pointer to type vadState1 -- State struct
614 vadState1 *st, /* i/o : State struct */
625 first_filter_stage(in, tmp_buf, st->a_data5[0], pOverflow);
629 filter5(&tmp_buf[4*i], &tmp_buf[4*i+2], st->a_data5[1], pOverflow);
630 filter5(&tmp_buf[4*i+1], &tmp_buf[4*i+3], st->a_data5[2], pOverflow);
634 filter3(&tmp_buf[8*i+0], &tmp_buf[8*i+4], &st->a_data3[0], pOverflow);
635 filter3(&tmp_buf[8*i+2], &tmp_buf[8*i+6], &st->a_data3[1], pOverflow);
636 filter3(&tmp_buf[8*i+3], &tmp_buf[8*i+7], &st->a_data3[4], pOverflow);
641 filter3(&tmp_buf[16*i+0], &tmp_buf[16*i+8], &st
613 filter_bank( vadState1 *st, Word16 in[], Word16 level[], Flag *pOverflow ) argument
750 update_cntrl( vadState1 *st, Word16 level[], Flag *pOverflow ) argument
944 hangover_addition( vadState1 *st, Word16 noise_level, Word16 low_power, Flag *pOverflow ) argument
1103 noise_estimate_update( vadState1 *st, Word16 level[], Flag *pOverflow ) argument
1253 complex_estimate_adapt( vadState1 *st, Word16 low_power, Flag *pOverflow ) argument
1371 complex_vad( vadState1 *st, Word16 low_power, Flag *pOverflow ) argument
1478 vad_decision( vadState1 *st, Word16 level[COMPLEN], Word32 pow_sum, Flag *pOverflow ) argument
1922 vad_complex_detection_update( vadState1 *st, Word16 best_corr_hp) argument
1999 vad_tone_detection( vadState1 *st, Word32 t0, Word32 t1, Flag *pOverflow ) argument
2088 vad_tone_detection_update( vadState1 *st, Word16 one_lag_per_frame, Flag *pOverflow ) argument
2176 vad_pitch_detection( vadState1 *st, Word16 T_op[], Flag *pOverflow ) argument
2288 vad1( vadState1 *st, Word16 in_buf[], Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dp_ol_wgh.h108 Word16 p_ol_wgh_init(pitchOLWghtState **st);
110 Stores pointer to filter status struct in *st. This pointer has to
115 Word16 p_ol_wgh_reset(pitchOLWghtState *st);
120 void p_ol_wgh_exit(pitchOLWghtState **st);
122 stores NULL in *st
126 pitchOLWghtState *st, /* i/o : State struct */
H A Dvad1.h141 Word16 vad1_init(vadState1 **st);
143 Stores pointer to filter status struct in *st. This pointer has to
148 Word16 vad1_reset(vadState1 *st);
153 void vad1_exit(vadState1 **st);
155 stores NULL in *st
158 void vad_complex_detection_update(vadState1 *st, /* i/o : State struct */
162 void vad_tone_detection(vadState1 *st, /* i/o : State struct */
169 vadState1 *st, /* i/o : State struct */
176 void vad_pitch_detection(vadState1 *st, /* i/o : State struct */
181 Word16 vad1(vadState1 *st, /*
[all...]
H A Dq_plsf.h125 Word16 Q_plsf_init(Q_plsfState **st);
127 Stores pointer to filter status struct in *st. This pointer has to
132 Word16 Q_plsf_reset(Q_plsfState *st);
137 void Q_plsf_exit(Q_plsfState **st);
139 stores NULL in *st
143 Q_plsfState *st, /* i/o: state struct */
145 Word16 *lsp1, /* i : 1st LSP vector Q15 */
146 Word16 *lsp1_q, /* o : quantized 1st LSP vector Q15 */
153 Q_plsfState *st,
154 Word16 *lsp1, /* i : 1st LS
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DProcessCpuTracker.java412 Stats st = curStatsIndex < NS ? allProcs.get(curStatsIndex) : null;
414 if (st != null && st.pid == pid) {
416 st.added = false;
417 st.working = false;
421 + " pid " + pid + ": " + st);
423 if (st.interesting) {
427 if (!Process.readProcFile(st.statFile.toString(),
437 if (utime == st.base_utime && stime == st
862 getName(Stats st, String cmdlineFile) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dwb_vad.h70 Word16 wb_vad_init(VadVars ** st, VO_MEM_OPERATOR *pMemOP);
71 Word16 wb_vad_reset(VadVars * st);
72 void wb_vad_exit(VadVars ** st, VO_MEM_OPERATOR *pMemOP);
73 void wb_vad_tone_detection(VadVars * st, Word16 p_gain);
74 Word16 wb_vad(VadVars * st, Word16 in_buf[]);
H A Ddtx.h79 Word16 dtx_enc_init(dtx_encState ** st, Word16 isf_init[], VO_MEM_OPERATOR *pMemOP);
80 Word16 dtx_enc_reset(dtx_encState * st, Word16 isf_init[]);
81 void dtx_enc_exit(dtx_encState ** st, VO_MEM_OPERATOR *pMemOP);
84 dtx_encState * st, /* i/o : State struct */
91 dtx_encState * st, /* i/o : State struct */
97 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c38 Coder_State *st /*i/o: coder global parameters struct */
44 Word16 bitstreamformat = st->frameType;
46 unsigned short* dataOut = st->outputStream;
50 st->sid_update_counter--;
52 if (st->prev_ft == TX_SPEECH)
55 st->sid_update_counter = 3;
58 if ((st->sid_handover_debt > 0) && (st->sid_update_counter > 2))
62 st->sid_handover_debt--;
65 if (st
[all...]
H A DvoAMRWBEnc.c77 Coder_State * st /* (i/o) : State structure */
81 void Reset_encoder(void *st, Word16 reset_all) argument
85 cod_state = (Coder_State *) st;
161 Coder_State *st; local
215 st = (Coder_State *) spe_state;
244 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME);
245 Copy(st->old_wsp, old_wsp, PIT_MAX / OPL_DECIM);
246 Copy(st->old_exc, old_exc, PIT_MAX + L_INTERPOL);
256 Decim_12k8(speech16k, L_FRAME16k, new_speech, st->mem_decim);
259 Copy(st
1601 Coder_State *st; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddtx.h160 int16 dtx_enc_init(dtx_encState ** st, int16 isf_init[]);
161 int16 dtx_enc_reset(dtx_encState * st, int16 isf_init[]);
162 void dtx_enc_exit(dtx_encState ** st);
165 dtx_encState * st, /* i/o : State struct */
172 dtx_encState * st, /* i/o : State struct */
178 void tx_dtx_handler(dtx_encState * st, /* i/o : State struct */
190 int16 dtx_dec_amr_wb_reset(dtx_decState * st, const int16 isf_init[]);
193 dtx_decState * st, /* i/o : State struct */
201 dtx_decState * st,
207 dtx_decState * st, /*
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceRequest.java62 * @param st ssdp search target. Cannot be null.<br>
73 public static WifiP2pUpnpServiceRequest newInstance(String st) { argument
74 if (st == null) {
79 sb.append(WifiP2pServiceInfo.bin2HexStr(st.getBytes()));

Completed in 416 milliseconds

1234567