/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
util.c | 28 * Function: Set_zero() * 32 void Set_zero(
|
hp400.c | 53 Set_zero(mem, 6);
|
hp50.c | 54 Set_zero(mem, 6);
|
hp6k.c | 49 Set_zero(mem, L_FIR - 1);
|
hp_wsp.c | 51 Set_zero(mem, 9);
|
decim54.c | 63 Set_zero(mem, 2 * NB_COEF_DOWN);
|
voAMRWBEnc.c | 84 Set_zero(cod_state->old_exc, PIT_MAX + L_INTERPOL); 85 Set_zero(cod_state->mem_syn, M); 86 Set_zero(cod_state->past_isfq, M); 95 Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME); 96 Set_zero(cod_state->old_wsp, (PIT_MAX / OPL_DECIM)); 97 Set_zero(cod_state->mem_decim2, 3); 124 Set_zero(cod_state->old_hp_wsp, (L_FRAME / 2) / OPL_DECIM + (PIT_MAX / OPL_DECIM)); 125 Set_zero(cod_state->mem_syn_hf, M); 126 Set_zero(cod_state->mem_syn_hi, M); 127 Set_zero(cod_state->mem_syn_lo, M) [all...] |
levinson.c | 102 Set_zero(mem, 18); /* old_A[0..M-1] = 0, old_rc[0..1] = 0 */
|
dtx.c | 119 Set_zero(st->log_en_hist, DTX_HIST_SIZE);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
set_zero.cpp | 37 * File : set_zero.h 46 #include "set_zero.h" 61 void Set_zero(
|
/external/skia/tests/ |
MemsetTest.cpp | 37 static void set_zero(void* dst, size_t bytes) { function 77 set_zero(buffer, sizeof(buffer)); 94 set_zero(buffer, sizeof(buffer));
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
set_zero.h | 38 * File : set_zero.h 70 void Set_zero(
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/ |
Android.mk | 55 src/set_zero.cpp \
|
/external/valgrind/main/auxprogs/ |
ppcfround.c | 21 static void set_ZERO ( void ) { 272 set_ZERO(); 294 set_ZERO(); 317 set_ZERO();
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
typedefs.h | 194 #define Set_zero voAWB_Set_zero
|
acelp.h | 471 void Set_zero(
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cod_amr.cpp | 396 Set_zero(st->old_speech, L_TOTAL); 397 Set_zero(st->old_exc, PIT_MAX + L_INTERPOL); 398 Set_zero(st->old_wsp, PIT_MAX); 399 Set_zero(st->mem_syn, M); 400 Set_zero(st->mem_w, M); 401 Set_zero(st->mem_w0, M); 402 Set_zero(st->mem_err, M); 403 Set_zero(st->zero, L_SUBFR); 404 Set_zero(st->hvec, L_SUBFR); // set to zero "h1[-L_SUBFR..-1]" 923 Set_zero(st->old_exc, PIT_MAX + L_INTERPOL) [all...] |
gain_q.cpp | 85 #include "set_zero.h" 288 Set_zero(state->sf0_exp_coeff, 5); 289 Set_zero(state->sf0_frac_coeff, 5);
|
ton_stab.cpp | 70 #include "set_zero.h" 261 Set_zero(st->gp, N_FRAME); // Init Gp_Clipping 299 Set_zero(st->gp, N_FRAME); /* Init Gp_Clipping */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
pstfilt.cpp | 206 Set_zero (state->mem_syn_pst, M); 207 Set_zero (state->res2, L_SUBFR); 208 Set_zero (state->synth_buf, L_FRAME + M); 366 Set_zero (&h[M + 1], L_H - M - 1);
|
ex_ctrl.cpp | 56 #include "set_zero.h"
|
dtx_dec.cpp | 59 #include "set_zero.h" 202 Set_zero(st->lsf_hist_mean, M*DTX_HIST_SIZE); 580 Set_zero(lsfState->past_r_q, M); // reset for next speech frame 1073 Set_zero(lsfState->past_r_q, M); /* reset for next speech frame */ [all...] |
bgnscd.cpp | 133 Set_zero (state->frameEnergyHist, L_ENERGYHIST);
|
dec_amr.cpp | 56 #include "set_zero.h" 322 Set_zero (state->old_exc, PIT_MAX + L_INTERPOL); 325 Set_zero (state->mem_syn, M); [all...] |
c_g_aver.cpp | 162 Set_zero (state->cbGainHistory, L_CBGAINHIST);
|