HomeSort by relevance Sort by last modified time
    Searched refs:Word32 (Results 151 - 175 of 240) sorted by null

1 2 3 4 5 67 8 910

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 40 Word32 sampleRate; /* audio file sample rate */
41 Word32 bitRate; /* encoder bit rate in bits/sec */
line_pe.h 50 Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB];
51 Word32 sfbPeFactors[MAX_CHANNELS][MAX_GROUPED_SFB];
qc_main.h 61 Word32 bitRate,
62 Word32 sampleRate);
qc_data.h 59 Word32 paddingRest;
71 Word32 chBitrate;
73 Word32 bitrate;
114 Word32 chBitrate;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsfwt.cpp 227 temp = (Word16)(((Word32)temp * 6242) >> 15);
232 temp = (Word16)(((Word32)wgt_fct * 28160) >> 15);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 78 Added proper casting (Word32) to some left shifting operations
455 Word32 L_temp;
672 Word32 L_temp;
673 Word32 L_temp2;
722 L_temp = ((Word32) state->prevCbGain * ONFACTPLUS1) << 1;
725 if (L_temp > (Word32) 0X1fffffffL)
730 else if (L_temp < (Word32) 0xe0000000L)
859 L_temp = ((Word32) c_inno_sav * *(p_ph_imp++)) >> 15;
870 L_temp = ((Word32) c_inno_sav * *(p_ph_imp++)) >> 15;
889 L_temp2 = ((Word32) * (p_inno++) * cbGain) << 1
    [all...]
b_cn_cod.cpp 98 pShift_reg = pointer to Old CN generator shift register state (Word32)
134 Word32 *shift_reg, // i/o : Old CN generator shift register state
203 Word32 *pShift_reg, /* i/o : Old CN generator shift register state */
257 pSeed = pointer to the Old CN generator shift register state (Word32)
295 Word32 *seed, // i/o : Old CN generator shift register state
358 Word32 *pSeed, /* i/o : Old CN generator shift register state */
401 pSeed = pointer to the Old CN generator shift register state (Word32)
500 Word32 L_temp;
lsp_avg.cpp 252 Word32 L_tmp; // Q31
300 Word32 L_tmp; /* Q31 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 58 static __inline Word16 Chebps2(Word16 x, Word16 f[], Word32 n);
66 Word32 i, j, nf, ip, order;
71 Word32 t0;
122 if ((ylow * yhigh) <= (Word32) 0)
129 if ((ylow * ymid) <= (Word32) 0)
214 static __inline Word16 Chebps2(Word16 x, Word16 f[], Word32 n)
216 Word32 i, cheb;
218 Word32 t0;
lp_dec2.c 42 Word32 i, j;
43 Word32 L_tmp;
weight_a.c 35 Word32 num = m - 1, fac;
hp400.c 65 Word32 L_tmp;
66 Word32 num;
73 num = (Word32)lg;
hp50.c 66 Word32 L_tmp;
67 Word32 num;
75 num = (Word32)lg;
isp_isf.c 39 Word32 i, ind;
40 Word32 L_tmp;
68 Word32 i, ind, L_tmp;
isp_az.c 34 static void Get_isp_pol(Word16 * isp, Word32 * f, Word16 n);
35 static void Get_isp_pol_16kHz(Word16 * isp, Word32 * f, Word16 n);
45 Word32 i, j;
47 Word32 f1[NC16k + 1], f2[NC16k];
49 Word32 t0;
51 Word32 tmax;
186 static void Get_isp_pol(Word16 * isp, Word32 * f, Word16 n)
189 Word32 i, j, t0;
217 static void Get_isp_pol_16kHz(Word16 * isp, Word32 * f, Word16 n)
220 Word32 i, j, t0
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gsm_amr_typedefs.h 90 typedef int32_t Word32;
cnst_vad.h 95 #define VAD_POW_LOW (Word32)15000 /* If input power is lower, */
97 #define POW_PITCH_THR (Word32)343040 /* If input power is lower, pitch */
100 #define POW_COMPLEX_THR (Word32)15000 /* If input power is lower, complex */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp 133 extern Word32 L_add(Word32 L_var1, Word32 L_var2, Flag *pOverflow);
544 Word32 L_lsp[M];
680 Word32 L_lsp[M];
711 (Word32)(st->lsp_hist[i * M + j]),
779 log_en = (Word16)(((Word32) st->log_en_index) << (-2 + 10));
799 log_en = (Word16)(((Word32)(5443 * log_en)) >> 15);
879 Word32 L_frame_en;
947 Word32 L_frame_en
    [all...]
cl_ltp.cpp 516 Word32 L_temp; // temporarily variable
643 Word32 L_temp; /* temporarily variable */
707 if ((lsp_flag != 0) && ((Word32)(*gain_pit) > GP_CLIP))
717 *gain_pit = ((Word32) * gain_pit > 13926) ? 13926 : *gain_pit;
756 L_temp = ((Word32) * (p_yl++) * temp) >> 14;
759 L_temp = ((Word32) * (p_exc++) * temp) >> 14;
c8_31pf.cpp 219 Word32 s;
245 cod[i] = (Word16)((Word32) cod[i] + POS_CODE);
252 cod[i] = (Word16)((Word32) cod[i] - NEG_CODE);
447 Word32 tempWord32;
455 tempWord32 = ((Word32) ib * 5) << 1;
463 tempWord32 = ((Word32) ic * 25) << 1;
579 Word32 tempWord32;
627 tempWord32 = ((Word32) ib * 5) << 1;
639 ic = (Word16)(((Word32) ib * 1311) >> 15);
lag_wind.cpp 141 Word32 x;
180 Word32 x;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 52 Word32 D[28];
53 Word32 sumD[DTX_HIST_SIZE];
93 Word32 enr, /* i : residual energy (in L_FRAME) */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 46 Word32 i;
71 Word32 minBits, j;
87 Word32 minBits, j, sum;
102 Word32 j;
114 Word32 i, maxMergeGain;
136 Word32 SplitBits;
137 Word32 MergeBits;
138 Word32 MergeGain;
161 Word32 i;
185 Word32 mergeStart, mergeEnd
    [all...]
qc_main.c 61 static Word16 calcFrameLen(Word32 bitRate,
62 Word32 sampleRate,
66 Word32 result;
67 Word32 quot;
90 static Word16 framePadding(Word32 bitRate,
91 Word32 sampleRate,
92 Word32 *paddingRest)
124 Word32 i;
164 Word32 i;
267 Word32 ch
    [all...]
stat_bits.c 81 Word32 i, k;
83 Word32 numOfWindows;
84 Word32 count;
85 Word32 coefBits;
184 Word32 statBits;
185 Word32 ch;

Completed in 777 milliseconds

1 2 3 4 5 67 8 910