HomeSort by relevance Sort by last modified time
    Searched refs:Int16 (Results 26 - 50 of 77) sorted by null

12 3 4

  /frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4.h 25 (1) modified definition of w_64rx4 from Int to Int16
68 extern const Int16 w_64rx4[];
long_term_prediction.h 107 const Int16 buffer[],
long_term_synthesis.h 89 Int16 win_sfb_top[],
ps_stereo_processing.cpp 177 Int16 h11;
178 Int16 h12;
179 Int16 h21;
180 Int16 h22;
204 h11 = (Int16)(pms->H11[group] >> 16);
206 h12 = (Int16)(pms->H12[group] >> 16);
212 h21 = (Int16)(pms->H21[group] >> 16);
214 h22 = (Int16)(pms->H22[group] >> 16);
257 h11 = (Int16)(pms->H11[SUBQMF_GROUPS] >> 16);
259 h12 = (Int16)(pms->H12[SUBQMF_GROUPS] >> 16)
    [all...]
trans4m_freq_2_time_fxp.cpp 148 type Int16
464 __inline Int16 sat(Int32 y)
475 return((Int16)y);
485 __inline Int16 sat(Int32 y)
500 return ((Int16)x);
520 y = (Int16)(z);
567 Int16 Output_buffer[],
585 Int16 *pFreqInfo;
589 Int16 *pFreq_2_Time_data_1;
590 Int16 *pFreq_2_Time_data_2
    [all...]
mdct_fxp.cpp 275 Int16 cos_n;
276 Int16 sin_n;
347 cos_n = (Int16)(exp_jw >> 16);
348 sin_n = (Int16)(exp_jw & 0xFFFF);
389 cos_n = (Int16)(exp_jw >> 16);
390 sin_n = (Int16)(exp_jw & 0xFFFF);
qmf_filterbank_coeff.h 61 #define Qfmt(x) (Int16)(x*(((Int32)1<<15)*1.11111111111111111F) + (x>=0?0.5F:-0.5F))
s_frameinfo.h 107 Int16 *win_sfb_top[MAX_WIN]; /* top coef per sfb per SB */
infoinit.cpp 226 Int16 *sfbands;
231 const Int16 * pt_SFbands1024 = NULL;
232 const Int16 * pt_SFbands128 = NULL;
287 pFrameInfo->win_sfb_top[0] = (Int16 *)pt_SFbands1024;
303 pFrameInfo->win_sfb_top[i] = (Int16 *)pt_SFbands128;
calc_sbr_synfilterbank.cpp 108 __inline Int16 sat(Int32 y)
117 return((Int16)y);
129 __inline Int16 sat(Int32 y)
142 return((Int16)y);
152 __inline Int16 sat(Int32 y)
164 return ((Int16)x);
192 *c = (Int16)a; \
200 *d = (Int16)b; \
235 Int16 * timeSig,
236 Int16 V[1280]
    [all...]
trans4m_time_2_freq_fxp.cpp 384 const Int16 *pLong_Window_1;
385 const Int16 *pLong_Window_2;
386 const Int16 *pShort_Window_1;
387 const Int16 *pShort_Window_2;
390 const Int16 * Long_Window_fxp[NUM_WINDOW_SHAPES];
391 const Int16 * Short_Window_fxp[NUM_WINDOW_SHAPES];
huffman.h 187 Int16 quantSpec[],
188 Int16 tmp_spec[],
200 Int16 interleaved[],
201 Int16 deinterleaved[],
ps_all_pass_fract_delay_filter.h 61 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
fwd_short_complex_rot.cpp 163 Int16 I;
164 const Int16 *pTable;
pvmp4audiodecoder_api.h 225 Int16 *pOutputBuffer;
234 Int16 *pOutputBuffer_plus; /* Used in AAC+ and enhanced AAC+ */
s_tdec_int_file.h 229 Int16 tmp_spec[LN2]; /* Used in conjunction with quant_spec */
258 Int16 quantSpec[LN2];
huffspec_fxp.cpp 105 factors[] = array that contains scalefactors for each sfb, type Int16
305 Int16 quantSpec[],
306 Int16 tmp_spec[],
326 Int16 *pQuantSpec; /* probably could be short */
340 Int16 quant_spec[],
sbr_open.cpp 156 Int16 i ;
long_term_prediction.cpp 72 buffer = history buffer (Int16) containing the reconstructed time domain
353 const Int16 buffer[],
372 const Int16 *pBuffer;
calc_sbr_anafilterbank.cpp 135 Int16 * X,
144 Int16 * pt_X_1;
145 Int16 * pt_X_2;
272 Int16 * X,
284 Int16 * pt_X_1;
285 Int16 * pt_X_2;
fxp_mul32_c_equivalent.h 112 __inline Int32 fxp_mac_16_by_16(Int16 L_var1, Int16 L_var2, Int32 L_add)
125 __inline Int32 fxp_mac_16_by_16_bb(Int16 L_var1, Int32 L_var2, Int32 L_add)
136 __inline Int32 fxp_mac_16_by_16_bt(Int16 L_var1, Int32 L_var2, Int32 L_add)
152 Int32 rTmp0 = (Int16)(exp_jw >> 16);
177 Int32 rTmp0 = (Int16)(L_var2 >> 16);
pvmp4audiodecoderframe.cpp 129 2048 Int16->Int16 copies per frame.
    [all...]
fxp_mul32_c_msc_evc.h 103 __inline Int32 fxp_mac_16_by_16(Int16 L_var1, Int16 L_var2, Int32 L_add)
110 __inline Int32 fxp_mac_16_by_16_bb(Int16 L_var1, Int32 L_var2, Int32 L_add)
119 __inline Int32 fxp_mac_16_by_16_bt(Int16 L_var1, Int32 L_var2, Int32 L_add)
154 Int32 rTmp0 = (Int16)(L_var2 >> 16);
sbr_applied.cpp 158 Int16 *ch_left,
159 Int16 *ch_right,
160 Int16 *timeData,
357 Int16 *tempInt16Ptr = (Int16 *)SbrChannel[RIGHT].frameData.V;
apply_ms_synt.cpp 327 const Int16 *pBand;

Completed in 1306 milliseconds

12 3 4