HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 251 - 275 of 996) sorted by null

<<11121314151617181920>>

  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 74 int32 w0L = ptrA->origWidthE;
75 int32 h0L = ptrA->origHeightE;
77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
78 int32 h1L = ( h0L - ptrA->yOffE ) >> 1;
83 int32 iL, jL;
84 int32 kL = 0;
95 int32 idxL = jL * 2 * w0L + iL * 2;
109 int32 w0L = ptrA->workWidthE;
110 int32 h0L = ptrA->workHeightE;
111 int32 w1L = w0L >> 1
    [all...]
  /external/chromium/net/disk_cache/
file_lock.h 40 volatile int32* updating_;
  /external/libvpx/vp8/common/
preprocif.h 70 extern void set_scan_param(x_pp_inst ppi, UINT32 param_id, INT32 param_value);
filter_c.c 291 * INT32 *vp8_filter : Array of 2 bi-linear filter taps.
293 * OUTPUTS : INT32 *output_ptr : Pointer to filtered block.
302 * SPECIAL NOTES : Produces INT32 output to retain precision for next pass.
344 * INPUTS : INT32 *src_ptr : Pointer to source block.
349 * INT32 *vp8_filter : Array of 2 bi-linear filter taps.
408 * INT32 *HFilter : Array of 2 horizontal filter taps.
409 * INT32 *VFilter : Array of 2 vertical filter taps.
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt3D.c 138 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
139 int32 scaleBbpA,
180 struct bts_Flt16Alt3D bts_Flt16Alt3D_create32( int32 xxA, int32 xyA, int32 xzA,
181 int32 yxA, int32 yyA, int32 yzA,
182 int32 zxA, int32 zyA, int32 zzA
    [all...]
Cluster2D.h 61 int32 bbpE;
108 /** returns int32 x-coordinate with given bbp at indexed position */
109 int32 bts_Cluster2D_int32X( struct bbs_Context* cpA,
111 uint32 indexA, int32 bbpA );
113 /** returns int32 y-coordinate with given bbp at indexed position */
114 int32 bts_Cluster2D_int32Y( struct bbs_Context* cpA,
117 int32 bbpA );
Flt16Vec3D.h 98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFactorA );
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 103 INT32 *c_private;
105 INT32 *private;
124 INT32 *c_private;
126 INT32 *private;
Xvproto.h 69 INT32 numerator B32;
70 INT32 denominator B32;
103 INT32 min B32;
104 INT32 max B32;
322 INT32 value B32;
491 INT32 value B32;
586 INT32 value B32;
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_decode_bs_utils.cpp 138 Int32 GetNrBitsAvailable(HANDLE_BIT_BUFFER hBitBuf)
150 void differential_Decoding(Int32 enable,
151 Int32 *aIndex,
152 Int32 *aPrevFrameIndex,
153 Int32 DtDf,
154 Int32 nrElements,
155 Int32 stride,
156 Int32 minIdx,
157 Int32 maxIdx)
159 Int32 i
    [all...]
sbr_create_limiter_bands.cpp 96 #define Q_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
135 void sbr_create_limiter_bands(Int32 limSbc[][13],
136 Int32 *gateMode,
139 const Int32 noBands)
141 Int32 i;
142 Int32 j;
143 Int32 k;
145 Int32 patchBorders[MAX_NUM_PATCHES + 1];
146 Int32 workLimiterBandTable[32 + MAX_NUM_PATCHES + 1]
    [all...]
sbr_envelope_unmapping.cpp 116 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
121 const Int32 one_over_one_plus_two_to_n[11] =
132 const Int32 one_over_one_plus_sq_2_by_two_to_n[12] =
158 Int32 i;
159 Int32 tempLeft;
160 Int32 tempRight;
162 Int32 tmp;
163 Int32 *iEnvelopeLeft_man = hFrameData1->iEnvelope_man;
164 Int32 *iEnvelopeLeft_exp = hFrameData1->iEnvelope_exp
    [all...]
tns_decode_coef.cpp 55 casting to Int32 is performed on the unsigned operand.
252 const Int32 tns_table[2][16] =
286 Int32 lpc_coef[TNS_MAX_ORDER],
287 Int32 scratchTnsDecCoefMem[2*TNS_MAX_ORDER])
295 Int32 *pB = &(scratchTnsDecCoefMem[TNS_MAX_ORDER]);
297 Int32 *pA = scratchTnsDecCoefMem;
299 Int32 *temp_ptr = NULL;
302 Int32 *pLPC;
306 const Int32 *pTnsTable;
308 Int32 table_index
    [all...]
tns_inv_filter.cpp 49 [Int32[], length = num_coef]
86 Int32 array
98 A block of spectral data (Int32 coef[]) of length (const Int num_coef)
106 back to the calling function via (Int32 coef[])
108 In order to avoid overflow, the filter input (Int32 coef[]) must utilize
119 [Int32 coef] must store no more than 16 bits of data.
122 the input data [Int32 coef], and to make use of a fast
186 tempInt32 = (Int32)(*(pLPC) * *(pFilterInput));
200 tempInt32 = (Int32)(*(pLPC) * *(pFilterInput));
297 Int32 coef[]
    [all...]
window_block_fxp.h 27 modified function definition: Time_data from Int to Int32
172 Int32 Frequency_data[],
173 Int32 Time_data[],
175 Int32 Output_buffer[],
183 Int32 abs_max_per_window[],
184 Int32 freq_2_time_buffer[] ,
191 Int32 Frequency_data[],
192 Int32 Time_data[],
198 Int32 abs_max_per_window[],
199 Int32 freq_2_time_buffer[
    [all...]
pv_log2.cpp 32 Int32 x 32-bit integer input
86 #define Q_fmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
88 const Int32 log_table[9] =
114 Int32 pv_log2(Int32 z)
116 const Int32 *pt_table = log_table;
117 Int32 y;
118 Int32 i;
120 Int32 int_log2 = 0
    [all...]
s_tdec_int_file.h 172 Int32 pns_cur_noise_state;
183 * and the fxpCoef matrix. These 2 matrices are [2][38][64] == 4864 Int32
188 Int32 fxpCoef[2][LN]; /* LN = 2048 */
214 * as a single 2560 int32 continuous memory for circular
225 Int32 fft[LONG_WINDOW]; /* 1024, as needed by the FFT */
226 Int32 tns_inv_filter[TNS_MAX_ORDER];
227 Int32 tns_decode_coef[2*TNS_MAX_ORDER];
236 Int32 scratch_mem[16][64];
252 Int32 predictedSamples[LONG_BLOCK1]; /* 2048 Int32 */
    [all...]
sbr_aliasing_reduction.h 75 void sbr_aliasing_reduction(Int32 *degreeAlias,
76 Int32 * nrg_gain_man,
77 Int32 * nrg_gain_exp,
78 Int32 * nrg_est_man,
79 Int32 * nrg_est_exp,
80 Int32 * dontUseTheseGainValues,
81 Int32 noSubbands,
82 Int32 lowSubband,
83 Int32 sqrt_cache[][4],
84 Int32 * groupVector)
    [all...]
sbr_requantize_envelope_data.cpp 103 #define Qfmt(x) (Int32)(x*((Int32)1<<R_SHIFT) + (x>=0?0.5F:-0.5F))
131 Int32 i;
134 Int32 nScaleFactors = hFrameData->nScaleFactors;
135 Int32 nNoiseFactors = hFrameData->nNoiseFactors;
136 Int32 ampRes = hFrameData->ampRes;
137 Int32 *iEnvelope_man = hFrameData->iEnvelope_man;
138 Int32 *iEnvelope_exp = hFrameData->iEnvelope_exp;
139 Int32 *sbrNoiseFloorLevel_man = hFrameData->sbrNoiseFloorLevel_man;
140 Int32 *sbrNoiseFloorLevel_exp = hFrameData->sbrNoiseFloorLevel_exp
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_scale_factors.cpp 40 int32 gr, granule
41 int32 ch, channel
89 #define Qfmt_28(a)(int32(double(0x10000000)*a))
100 const int32 slen[2][16] =
108 int32 l[5];
109 int32 s[3];
116 const int32 long_sfbtable[4] = { 6, 5, 5, 5};
134 int32 gr,
135 int32 ch,
138 int32 sfb
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 43 int32 addr_v;
69 addr_v = (int32)v_pel * width;
124 max_diff = (QP_store[((((int32)v_blk*width)>>3))>>3] >> 2) + 4;
125 ptr = &Rec_C[(int32)v_blk * width];
191 max_diff = (QP_store[((((int32)v_blk*width)>>3)+h_blk)>>3] >> 2) + 4;
192 ptr = &Rec_C[(int32)v_blk * width + h_blk];
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
  /external/clearsilver/util/
skiplist.c 35 INT32 level; /* item level */
43 INT32 topLevel; /* current max level in any item */
44 INT32 levelHint; /* hint at level to start search */
64 INT32 maxLevel; /* max level list can reach */
242 INT32 i;
327 INT32 level = 0;
490 static skipItem skipLock(skipList list, UINT32 key, skipItem *save, INT32 top) {
492 INT32 i;
524 INT32 i, level;
586 INT32 i, level
    [all...]
  /external/jpeg/
jfdctfst.c 79 #define FIX_0_382683433 ((INT32) 98) /* FIX(0.382683433) */
80 #define FIX_0_541196100 ((INT32) 139) /* FIX(0.541196100) */
81 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
82 #define FIX_1_306562965 ((INT32) 334) /* FIX(1.306562965) */
102 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 231 HANDLE_TYPE( INT32, int32);
351 SWAP_ARRAYS(INT32 , int32 );
378 SWAP_VALUES(INT32 , int32 );
439 HANDLE_TYPE( INT32, int32);
477 CLEAR_TYPE(INT32 , int32 );
    [all...]
  /external/webkit/WebCore/plugins/
npfunctions.h 49 typedef int32 (*NPN_WriteProcPtr)(NPP instance, NPStream* stream, int32 len, void* buffer);
71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen);
108 typedef int32 (*NPP_WriteReadyProcPtr)(NPP instance, NPStream* stream);
109 typedef int32 (*NPP_WriteProcPtr)(NPP instance, NPStream* stream, int32_t offset, int32_t len, void* buffer);

Completed in 598 milliseconds

<<11121314151617181920>>