HomeSort by relevance Sort by last modified time
    Searched refs:int32 (Results 1 - 25 of 677) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
scaling_tab.cpp 50 const int32 scale[63] = {0, 262145, 131073, 87382, 65537, 52430, 43692, 37450, 32769, 29128,
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_arm_gcc.h 54 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
56 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
58 static inline int32 fxp_mul32_Q30(const int32 a, const int32 b)
60 int32 result64_hi;
61 int32 result64_lo;
62 register int32 ra = (int32)a;
63 register int32 rb = (int32)b
    [all...]
pv_mp3dec_fxd_op_msc_evc.h 57 __inline int32 fxp_mul32_Q30(const int32 a, const int32 b)
59 return (int32)(((int64)(a) * b) >> 30);
63 __inline int32 fxp_mac32_Q30(const int32 a, const int32 b, int32 L_add)
65 return (L_add + (int32)(((int64)(a) * b) >> 30));
69 #define Qfmt_31(a) (int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F)
    [all...]
pvmp3_normalize.h 62 __inline int32 pvmp3_normalize(int32 x)
64 int32 y;
76 __inline int32 pvmp3_normalize(int32 x)
78 register int32 y;
79 register int32 ra = x;
98 int32 pvmp3_normalize(int32 x);
pvmp3_stereo_proc.h 89 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
90 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
93 int32 used_freq_lines,
96 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
97 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
98 int32 is_pos,
99 int32 Start,
100 int32 Number);
102 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
103 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS]
    [all...]
pvmp3_dct_16.h 81 void pvmp3_dct_16(int32 vec[], int32 flag);
83 void pvmp3_merge_in_place_N32(int32 vec[]);
85 void pvmp3_split(int32 *vect);
s_tmp3dec_chan.h 87 int32 used_freq_lines;
88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS];
89 int32 work_buf_int32[SUBBANDS_NUMBER*FILTERBANK_BANDS]; /* working buffer */
90 int32 circ_buffer[480 + 576];