Searched refs:pTable (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Ddigit_reversal_tables.cpp255 const Int16 *pTable; local
257 pTable = digit_reverse_swap_256;
261 i = *pTable++;
262 j = *pTable++;
H A Dfwd_short_complex_rot.cpp164 const Int16 *pTable; local
184 pTable = digit_reverse_64;
217 I = *pTable++;
H A Dinv_short_complex_rot.cpp168 const Int16 *pTable; local
205 pTable = digit_reverse_64;
230 I = *pTable++;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h36 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey) argument
37 : m_pHashTable(pTable)
39 m_HashValue = pTable->hash()(pKey);
175 EntryIteratorBase(HashTableImplTy* pTable, argument
177 : m_pHashTable(pTable), m_Index(pIndex)
286 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) argument
287 : IteratorBase(pTable, pIndex)
291 explicit HashIterator(typename IteratorBase::hash_table* pTable, argument
294 : IteratorBase(pTable, pKey)
/frameworks/av/services/camera/libcameraservice/
H A DFakeCamera.cpp153 uint8_t *pTable; local
158 pTable = gCrTable + 384;
160 pTable[i] = (uint8_t) clamp( i/kRr + 128.5 );
180 uint8_t *pTable; local
185 pTable = gCbTable + 384;
187 pTable[i] = (uint8_t) clamp( i/kBb + 128.5 );
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s57 pTable RN 11 label
148 LDREQ pTable, =armVCM4P10_WidthBranchTableMVIsZero
150 LDRNE pTable, =armVCM4P10_WidthBranchTableMVIsNotZero
165 LDR pc, [pTable, iWidth, LSL #1] ;// Branch to the case based on iWidth
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s48 pTable RN 8 label
176 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case
185 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
H A DomxVCM4P10_PredictIntra_16x16_s.s53 pTable RN 9 label
180 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case
189 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
H A DomxVCM4P10_PredictIntra_4x4_s.s40 pTable RN 8 label
166 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case
173 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s43 pTable RN 4 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s43 pTable RN 4 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s59 pTable RN 9 label
124 LDR pTable,=armVCM4P10_pIndexTable8x8 ;// Load index table for switch case
134 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
H A DomxVCM4P10_PredictIntra_16x16_s.s51 pTable RN 9 label
121 LDR pTable,=armVCM4P10_pIndexTable16x16 ;// Load index table for switch case
130 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode
H A DomxVCM4P10_PredictIntra_4x4_s.s46 pTable RN 9 label
106 LDR pTable,=armVCM4P10_pSwitchTable4x4 ;// Load index table for switch case
114 LDR pc, [pTable, predMode, LSL #2] ;// Branch to the case based on preMode

Completed in 141 milliseconds