Searched refs:uint32 (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Ds_mp3bits.h92 uint32 usedBits;
93 uint32 inputBufferCurrentLength;
94 uint32 offset;
H A Dpvmp3_crc.h84 uint32 getbits_crc(tmp3Bits *inputStream,
86 uint32 *crc,
87 uint32 crc_enabled);
90 void calculate_crc(uint32 data,
91 uint32 length,
92 uint32 *crc);
H A Dpvmp3_crc.cpp46 uint32 *crc, memory location holding calculated crc value
47 uint32 crc_enabled flag to enable/disable crc checking
55 uint32 data, data vector
56 uint32 length, number of element upon the crc will be calculated
57 uint32 *crc, memory location holding calculated crc value
123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */
125 uint32 *crc,
126 uint32 crc_enabled)
128 uint32 bits = getNbits(inputStream, neededBits);
141 void calculate_crc(uint32 dat
[all...]
H A Dpvmp3_dec_defs.h140 uint32 part2_3_length;
141 uint32 big_values;
143 uint32 scalefac_compress;
144 uint32 window_switching_flag;
145 uint32 block_type;
146 uint32 mixed_block_flag;
147 uint32 table_select[3];
148 uint32 subblock_gain[3];
149 uint32 region0_count;
150 uint32 region1_coun
[all...]
H A Dpvmp3_mpeg2_get_scale_data.h93 uint32 *scalefac_buffer,
94 uint32 *scalefac_IIP_buffer,
H A Ds_huffcodetab.h84 uint32 linbits; /*number of linbits */
H A Dpvmp3_getbits.cpp110 uint32 getNbits(tmp3Bits *ptBitStream,
114 uint32 offset;
115 uint32 bitIndex;
120 uint32 returnValue = 0;
135 returnValue = (((uint32)(Elem)) << 24) |
136 (((uint32)(Elem1)) << 16) |
137 (((uint32)(Elem2)) << 8) |
138 ((uint32)(Elem3));
162 uint32 offset;
163 uint32 bitInde
[all...]
H A Dpvmp3_decode_header.h91 uint32 *crc);
H A Dpvmp3_get_side_info.h92 uint32 *crc);
H A Dpvmp3_getbits.h87 uint32 getNbits(tmp3Bits *pMainData,
93 uint32 getUpTo17bits(tmp3Bits *pMainData,
H A Dpvmp3_mpeg2_get_scale_factors.h94 uint32 *scalefac_IIP_buffer,
H A Dpvmp3_framedecoder.h95 uint32 pvmp3_decoderMemRequirements(void);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_outside.cpp116 *((uint32*)ptr) = temp; \
117 *((uint32*)(ptr+4)) = temp; \
118 *((uint32*)(ptr+=16)) = temp; \
119 *((uint32*)(ptr+4)) = temp; \
120 *((uint32*)(ptr+=16)) = temp; \
121 *((uint32*)(ptr+4)) = temp; \
122 *((uint32*)(ptr+=16)) = temp; \
123 *((uint32*)(ptr+4)) = temp; \
124 *((uint32*)(ptr+=16)) = temp; \
125 *((uint32*)(pt
[all...]
H A Dget_pred_adv_b_add.cpp91 uint32 pred_word, word1, word2;
99 tmp = (uint32)prev & 0x3;
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev);
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4));
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */
122 *((uint32*)(pred_block += offset2)) = pred_word;
124 word1 = *((uint32*)(pre
[all...]
H A Dmp4def.h156 #define ZERO_OUT_64BYTES(x) { *((uint32*)x) = *(((uint32*)(x))+1) = \
157 *(((uint32*)(x))+2) = *(((uint32*)(x))+3) = \
158 *(((uint32*)(x))+4) = *(((uint32*)(x))+5) = \
159 *(((uint32*)(x))+6) = *(((uint32*)(x))+7) = \
160 *(((uint32*)(x))+8) = *(((uint32*)(
[all...]
/frameworks/ex/variablespeed/jni/
H A Dintegral_types.h30 typedef unsigned int uint32; typedef
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davc_types.h25 typedef uint32_t uint32; typedef
H A Davcapi_common.h137 uint32 id;
161 uint32 coding_order;
164 uint32 disp_order;
170 uint32 coding_timestamp;
231 typedef void (*FunctionType_DebugLog)(uint32 *userData, AVCLogType type, char *string1, int val1, int val2);
262 uint32 debugEnable;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_mb_offset.h53 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x12 = *((uint32*)(ref + 8)); /* L K J I */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
62 x12 = *((uint32*)(blk += 16));
63 x14 = *((uint32*)(blk + 4));
73 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
76 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
79 x10 = *((uint32*)(re
[all...]
H A Dsad_inline.h47 if ((uint32)src2 >= (uint32)src1)
56 x7 = mask & ((uint32)x7 >> 1);
88 x8 = (uint32)ref & 0x3;
108 x10 = *((uint32*)(ref += lx));
109 x11 = *((uint32*)(ref + 4));
110 x12 = *((uint32*)(blk += 16));
111 x14 = *((uint32*)(blk + 4));
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x1
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h159 uint32 CurrentFrameLength;
225 uint32 totalNumberOfBitsUsed;
239 uint32 pvmp3_decoderMemRequirements(void);
H A Dpvmp3_audio_type_defs.h71 typedef uint32_t uint32; typedef
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_mb_offset.h50 x10 = *((uint32*)(ref += lx)); /* D C B A */
51 x11 = *((uint32*)(ref + 4)); /* H G F E */
52 x12 = *((uint32*)(ref + 8)); /* L K J I */
54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
59 x12 = *((uint32*)(blk += 16));
60 x14 = *((uint32*)(blk + 4));
70 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
73 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
76 x10 = *((uint32*)(re
[all...]
H A Dsad_inline.h44 if ((uint32)src2 >= (uint32)src1)
53 x7 = mask & ((uint32)x7 >> 1);
105 x10 = *((uint32*)(ref += lx));
106 x11 = *((uint32*)(ref + 4));
107 x12 = *((uint32*)(blk += 16));
108 x14 = *((uint32*)(blk + 4));
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
124 x10 = *((uint32*)(re
[all...]
H A Dsad.cpp24 uint32 num_sad_MB = 0;
25 uint32 num_sad_Blk = 0;
26 uint32 num_sad_MB_call = 0;
27 uint32 num_sad_Blk_call = 0;
67 int dmin = (uint32)dmin_lx >> 16;
96 uint32 cur_word;
105 madstar = (uint32)dmin_lx >> 20;
113 cur_word = *((uint32*)(blk += 4));
128 cur_word = *((uint32*)(blk += 4));
143 cur_word = *((uint32*)(bl
[all...]

Completed in 333 milliseconds

1234