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

<<21222324252627282930>>

  /frameworks/base/media/libstagefright/codecs/aacdec/
idct32.h 61 void idct_32(Int32 vec[], Int32 scratch_mem[]);
pv_log2.h 62 Int32 pv_log2(Int32 z);
pv_pow2.h 61 Int32 pv_pow2(Int32 z);
trans4m_time_2_freq_fxp.cpp 71 type Int32
86 type Int32
370 Int32 Time2Freq_data[], /* time data size 2048 */
375 Int32 mem_4_in_place_FFT[]) /* scratch memory for computing FFT */
380 Int32 *pAux_temp_1;
381 Int32 *pAux_temp_2;
382 Int32 *pAux_temp;
383 // Int32 temp;
apply_ms_synt.cpp 57 [Int32 *, length 1024]
61 [Int32 *, length 1024]
301 Int32 coefLeft[],
302 Int32 coefRight[],
308 Int32 *pCoefRight;
310 Int32 *pCoefLeft;
apply_tns.cpp 27 [Int32 *, length 1024]
172 Int32 coef[],
177 Int32 scratch_Int_buffer[])
194 Int32 *pCoef = coef;
195 Int32 *pTempCoef;
200 Int32 *pLpcCoef;
sbr_envelope_calc_tbl.cpp 125 #define Q30_fmt(x) (Int32)(x*((Int32)1<<30) + (x>=0?0.5F:-0.5F))
126 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
129 const Int32 limGains[5] = { Q30_fmt(0.70795f), Q30_fmt(1.0f),
133 const Int32 smoothLengths[2] = { 4, 0 };
271 const Int32 fir_table[5][5] =
286 const Int32 rPxx[512] =
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 142 int32 offset;
155 int32 size = (int32) video->nTotalMB << 8;
185 offset = (int32)ypos * width + xpos;
559 int32 offset;
562 int32 size = (int32) video->nTotalMB << 8;
572 offset = (int32)ypos * width + xpos;
block_idct.cpp 232 int32 offset;
235 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8;
539 x1 = (int32)blk[12] << 8;
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp;
630 int32 word;
643 x1 = (int32)blk[4] << 8;
665 x0 = ((int32)blk[0] << 8) + 8192;
710 *((int32*)(comp)) = word;
726 *((int32*)(comp + 4)) = word
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 407 int32 int_val = 0;
449 int_val = (int32)sd_msglevel;
458 int_val = (int32)si->sd_blockmode;
472 int_val = (int32)si->client_block_size[int_val];
513 int_val = (int32)si->sd_use_dma;
522 int_val = (int32)si->use_client_ints;
581 int_val = (int32)si->intrcount;
586 int_val = (int32)0;
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdstd.h 211 extern uint32 *sdstd_reg_map(osl_t *osh, int32 addr, int size);
212 extern void sdstd_reg_unmap(osl_t *osh, int32 addr, int size);
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_types.h 72 #ifndef int32
73 typedef long int int32; typedef
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_types.h 66 #ifndef int32
67 typedef long int int32; typedef
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_types.h 72 #ifndef int32
73 typedef long int int32; typedef
  /external/jpeg/
jcphuff.c 35 INT32 put_buffer; /* current bit-accumulation buffer */
72 /* IRIGHT_SHIFT is like RIGHT_SHIFT, but works on int rather than INT32.
73 * We assume that int right shift is unsigned if INT32 right shift is,
232 register INT32 put_buffer = (INT32) code;
242 put_buffer &= (((INT32) 1)<<size) - 1; /* mask off any extra bits in code */
jquant2.c 184 typedef INT32 FSERROR; /* may need more than 16 bits */
185 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */
264 INT32 volume;
299 register INT32 maxv = 0;
322 INT32 dist0,dist1,dist2;
661 INT32 minmaxdist, min_dist, max_dist, tdist;
662 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */
786 register INT32 * bptr; /* pointer into bestdist[] array */
788 INT32 dist0, dist1; /* initial distance values */
789 register INT32 dist2; /* current distance in inner loop *
    [all...]
jquant1.c 131 typedef INT32 FSERROR; /* may need more than 16 bits */
132 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */
254 return (int) (((INT32) j * MAXJSAMPLE + maxj/2) / maxj);
264 return (int) (((INT32) (2*j + 1) * MAXJSAMPLE + maxj) / (2*maxj));
400 INT32 num,den;
410 den = 2 * ODITHER_CELLS * ((INT32) (ncolors - 1));
413 num = ((INT32) (ODITHER_CELLS-1 - 2*((int)base_dither_matrix[j][k])))
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 98 case FD::CPPTYPE_INT32 : return sizeof(RepeatedField<int32 >);
118 case FD::CPPTYPE_INT32 : return sizeof(int32 );
255 HANDLE_TYPE(INT32 , int32 );
334 HANDLE_TYPE( INT32, int32);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 555 int32 r0, r1, r2, r3, r4, r5;
556 int32 r13, r6;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 276 int32 r0, r1, r2, r3, r4, r5;
277 int32 r13, r6;
789 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8, r13;
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_seek_synch.cpp 157 int32 version;
175 int32 freq_index = (temp << 20) >> 30;
179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20,
193 if (numBytes > (int32)pVars->inputStream.inputBufferCurrentLength)
199 else if (numBytes == (int32)pVars->inputStream.inputBufferCurrentLength)
208 int32 offset = pVars->inputStream.usedBits + ((numBytes) << 3);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 236 int32 idletime; /* Control for activity timeout */
237 int32 idlecount; /* Activity timeout counter */
238 int32 idleclock; /* How to set bus driver when idle */
239 int32 sd_divisor; /* Speed control to bus driver */
240 int32 sd_mode; /* Mode control to bus driver */
241 int32 sd_rxchain; /* If bcmsdh api accepts PKT chains */
466 int32 min_size = DONGLE_MIN_MEMSIZE;
471 (dhd_dongle_memsize < (int32)bus->orig_ramsize))
623 int32 iovalue;
    [all...]
  /hardware/ril/mock-ril/src/generated/java/com/android/internal/telephony/ril_proto/
RilCmds.java 187 // optional int32 pin1_replaced = 6;
431 // optional int32 gsm_umts_subscription_app_index = 3;
448 // optional int32 cdma_subscription_app_index = 4;
465 // optional int32 num_applications = 5;
686 // optional int32 uus_length = 3;
848 // optional int32 index = 2;
865 // optional int32 toa = 3;
916 // optional int32 als = 6;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 144 // Int32, UInt32, Int64, UInt64, TimeInMillis
157 // Int32FromGTestEnv() - parses an Int32 environment variable.
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 269 int32 pvDecoder_AmrWbMemRequirements()
281 int32 pvDecoder_AmrWb(
323 int32 L_tmp, L_gain_code;
328 int32 max;
702 L_tmp = ((int32) exc[i-1+i_subfr] + exc[i+1+i_subfr]);
704 L_tmp += ((int32) exc[i+i_subfr] * 20972);
1045 L_tmp = (int32)(code[0] << 16);
1056 L_tmp = (int32)(code[i] << 16);
1065 L_tmp = (int32)(code[L_SUBFR - 1] << 16);
    [all...]

Completed in 1147 milliseconds

<<21222324252627282930>>