Searched refs:elemIdx (Results 1 – 4 of 4) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | AnnotationInstanceInfo.java | 137 for (int elemIdx = 0; elemIdx < aii.elementValues().size(); ++elemIdx) { in makeLinkListHDF() 138 final String elemBase = aiiBase + ".elementValues." + elemIdx; in makeLinkListHDF() 139 final AnnotationValueInfo value = aii.elementValues().get(elemIdx); in makeLinkListHDF()
|
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 331 UINT_32 elemIdx, ///< [in] per pipe element index within a macro tile in ComputeTileCoordFromPipeAndElemIdx() argument 345 UINT_32 elemIdx0 = _BIT(elemIdx,0); in ComputeTileCoordFromPipeAndElemIdx() 346 UINT_32 elemIdx1 = _BIT(elemIdx,1); in ComputeTileCoordFromPipeAndElemIdx() 347 UINT_32 elemIdx2 = _BIT(elemIdx,2); in ComputeTileCoordFromPipeAndElemIdx() 595 UINT_32 elemIdx = 0; in TileCoordToMaskElementIndex() local 613 elemIdx = Bits2Number(3,elemIdx2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex() 620 elemIdx = Bits2Number(2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex() 627 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex() 634 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex() 642 elemIdx = Bits2Number(3, elemIdx2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex() [all …]
|
D | siaddrlib.h | 232 UINT_32 elemIdx, UINT_32 pipe, AddrPipeCfg pipeCfg, UINT_32 pitchInMacroTile,
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 2258 int elemIdx = 0; in Drm_xHEAACDecoderConfig() local 2260 usc->element[elemIdx].m_stereoConfigIndex = 0; in Drm_xHEAACDecoderConfig() 2267 usc->element[elemIdx].usacElementType = ID_USAC_SCE; in Drm_xHEAACDecoderConfig() 2269 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig() 2275 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig() 2276 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig() 2277 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig() 2280 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, elemIdx, in Drm_xHEAACDecoderConfig() 2281 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig() 2282 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig() [all …]
|