Searched refs:uint16 (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_decode_huff_cw.h88 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *);
89 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *);
90 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *);
91 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *);
92 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *);
93 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *);
94 uint16 pvmp3_decode_huff_cw_tab7(tmp3Bits *);
95 uint16 pvmp3_decode_huff_cw_tab8(tmp3Bits *);
96 uint16 pvmp3_decode_huff_cw_tab9(tmp3Bits *);
97 uint16 pvmp3_decode_huff_cw_tab1
[all...]
H A Dpvmp3_tables.h97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_1
[all...]
H A Ds_huffcodetab.h85 uint16(*pdec_huff_tab)(tmp3Bits *);
H A Dpvmp3_decode_huff_cw.cpp140 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
150 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *pMainData)
153 uint16 cw;
167 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *pMainData)
170 uint16 cw;
193 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *pMainData)
196 uint16 cw;
219 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *pMainData)
222 uint16 cw;
248 uint16 pvmp3_decode_huff_cw_tab
[all...]
H A Dpvmp3_getbits.h90 uint16 getUpTo9bits(tmp3Bits *pMainData,
H A Dpvmp3_getbits.cpp158 uint16 getUpTo9bits(tmp3Bits *ptBitStream,
166 uint16 returnValue;
174 returnValue = (((uint16)(Elem)) << 8) |
175 ((uint16)(Elem1));
186 return (uint16)(returnValue >> (16 - neededBits));
H A Dpvmp3_seek_synch.cpp133 uint16 val;
212 uint16 tmp1 = *(pElem++);
213 uint16 tmp2 = *(pElem);
284 uint16 val;
290 val = (uint16)getUpTo17bits(inputStream, SYNC_WORD_LNGTH);
H A Dpvmp3_huffman_decoding.cpp197 uint16 cw = (*h->pdec_huff_tab)(pMainData);
251 uint16 cw;
H A Dpvmp3_tables.cpp256 const uint16 huffTable_1[8] =
262 const uint16 huffTable_2[15] =
270 const uint16 huffTable_3[15] =
279 const uint16 huffTable_5[25] =
292 const uint16 huffTable_6[26] =
306 const uint16 huffTable_7[73] =
383 const uint16 huffTable_8[66] =
455 const uint16 huffTable_9[53] =
514 const uint16 huffTable_10[96] =
615 const uint16 huffTable_1
[all...]
H A Dpvmp3_framedecoder.cpp463 uint16 mixedBlocksLongBlocks = 0; /* 0 = long or short, 2=mixed, 4=mixed 2.5@8000 */
/frameworks/ex/variablespeed/jni/
H A Dintegral_types.h29 typedef unsigned short uint16; // NOLINT typedef
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davc_types.h23 typedef uint16_t uint16; typedef
H A Davcint_common.h484 uint16 RefIdx; /* index used for reference frame */
575 uint16 RefIdx[4]; /* ref index, has value of AVCPictureData->RefIdx */
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h69 typedef uint16_t uint16; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h28 typedef uint16_t uint16; typedef
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h27 typedef uint16_t uint16; typedef
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp443 *((uint16*)(dst += 24)) = a & 0xFFFF; //dst is not word-aligned.
444 *((uint16*)(dst + 2)) = a >> 16;
H A Dmotion_comp.cpp208 pix2 = *((uint16*)ref);
230 result = *((uint16*)ref);
2117 uint16 temp;
2129 *((uint16*)pOut) = temp; /* write 2 bytes */
2142 temp = *((uint16*)pRef);
2143 *((uint16*)pOut) = temp;
H A Davcenc_lib.h380 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost);
H A Dintra_est.cpp731 uint16 min_cost, cost;
1289 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost)
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp30 uint16 refIdx = 0;

Completed in 967 milliseconds