/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_decode_huff_cw.h | 88 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_tab10(tmp3Bits *); [all …]
|
D | pvmp3_tables.h | 97 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_11[]; [all …]
|
D | pvmp3_decode_huff_cw.cpp | 140 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab0() 150 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab1() 153 uint16 cw; in pvmp3_decode_huff_cw_tab1() 167 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab2() 170 uint16 cw; in pvmp3_decode_huff_cw_tab2() 193 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab3() 196 uint16 cw; in pvmp3_decode_huff_cw_tab3() 219 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab5() 222 uint16 cw; in pvmp3_decode_huff_cw_tab5() 248 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *pMainData) in pvmp3_decode_huff_cw_tab6() [all …]
|
D | pvmp3_tables.cpp | 256 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_11[116] = [all …]
|
D | pvmp3_seek_synch.cpp | 133 uint16 val; in pvmp3_frame_synch() 212 uint16 tmp1 = *(pElem++); in pvmp3_frame_synch() 213 uint16 tmp2 = *(pElem); in pvmp3_frame_synch() 284 uint16 val; in pvmp3_header_sync() 290 val = (uint16)getUpTo17bits(inputStream, SYNC_WORD_LNGTH); in pvmp3_header_sync()
|
D | pvmp3_getbits.cpp | 158 uint16 getUpTo9bits(tmp3Bits *ptBitStream, in getUpTo9bits() 166 uint16 returnValue; in getUpTo9bits() 174 returnValue = (((uint16)(Elem)) << 8) | in getUpTo9bits() 175 ((uint16)(Elem1)); in getUpTo9bits() 186 return (uint16)(returnValue >> (16 - neededBits)); in getUpTo9bits()
|
D | pvmp3_huffman_decoding.cpp | 197 uint16 cw = (*h->pdec_huff_tab)(pMainData); in pvmp3_huffman_pair_decoding() 251 uint16 cw; in pvmp3_huffman_pair_decoding_linbits()
|
D | s_huffcodetab.h | 85 uint16(*pdec_huff_tab)(tmp3Bits *);
|
D | pvmp3_getbits.h | 90 uint16 getUpTo9bits(tmp3Bits *pMainData,
|
D | pvmp3_framedecoder.cpp | 463 … uint16 mixedBlocksLongBlocks = 0; /* 0 = long or short, 2=mixed, 4=mixed 2.5@8000 */ in pvmp3_framedecoder()
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
D | avc_types.h | 23 typedef uint16_t uint16; typedef
|
D | avcint_common.h | 484 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/ |
D | pvmp3_audio_type_defs.h | 69 typedef uint16_t uint16; typedef
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
D | m4vh263_decoder_pv_types.h | 28 typedef uint16_t uint16; typedef
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | basic_types.h | 45 typedef unsigned short uint16; typedef
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4def.h | 27 typedef uint16_t uint16; typedef
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | findhalfpel.cpp | 428 *((uint16*)(dst += 24)) = a & 0xFFFF; //dst is not word-aligned. in GenerateHalfPelPred() 429 *((uint16*)(dst + 2)) = a >> 16; in GenerateHalfPelPred()
|
D | motion_comp.cpp | 208 pix2 = *((uint16*)ref); in eCreateAlign() 230 result = *((uint16*)ref); in eCreateAlign() 2117 uint16 temp; in eChromaFullMC_SIMD() 2129 *((uint16*)pOut) = temp; /* write 2 bytes */ in eChromaFullMC_SIMD() 2142 temp = *((uint16*)pRef); in eChromaFullMC_SIMD() 2143 *((uint16*)pOut) = temp; in eChromaFullMC_SIMD()
|
D | avcenc_lib.h | 380 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost);
|
D | intra_est.cpp | 731 uint16 min_cost, cost; in blk_intra4x4_search() 1289 void cost_i4(uint8 *org, int org_pitch, uint8 *pred, uint16 *cost) in cost_i4()
|
/frameworks/base/services/net/java/android/net/apf/ |
D | ApfFilter.java | 304 private int uint16(short s) { in uint16() method in ApfFilter.Ra 337 uint16(mPacket.getShort(ICMP6_RA_ROUTER_LIFETIME_OFFSET)))); in toString()
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | dpb.cpp | 30 uint16 refIdx = 0; in InitDPB()
|