Home
last modified time | relevance | path

Searched refs:matrixId (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/util/
DNalUnitUtil.java766 for (int matrixId = 0; matrixId < 6; matrixId += sizeId == 3 ? 3 : 1) { in skipH265ScalingList()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DH265Reader.java396 for (int matrixId = 0; matrixId < 6; matrixId += sizeId == 3 ? 3 : 1) { in skipScalingList()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/util/
DNalUnitUtil.java747 for (int matrixId = 0; matrixId < 6; matrixId += sizeId == 3 ? 3 : 1) { in skipH265ScalingList()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DH265Reader.java398 for (int matrixId = 0; matrixId < 6; matrixId += sizeId == 3 ? 3 : 1) { in skipScalingList()
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp4055 const spirv::IdRef matrixId(id); in preprocessAliasingAttributes() local
4061 mExpandedMatrixFirstVectorIdById[matrixId] = attributeId; in preprocessAliasingAttributes()
4064 ASSERT(attributeId == mExpandedMatrixFirstVectorIdById[matrixId] + offset); in preprocessAliasingAttributes()
4263 const spirv::IdRef matrixId(interfaceList[index]); in transformEntryPoint() local
4265 if (!mExpandedMatrixFirstVectorIdById[matrixId].valid()) in transformEntryPoint()
4270 const ShaderInterfaceVariableInfo *info = mVariableInfoById[matrixId]; in transformEntryPoint()
4274 const spirv::IdRef vec0Id(mExpandedMatrixFirstVectorIdById[matrixId]); in transformEntryPoint()
4647 const spirv::IdRef matrixId(matrixIdIndex); in declareExpandedMatrixVectors() local
4649 if (!mExpandedMatrixFirstVectorIdById[matrixId].valid()) in declareExpandedMatrixVectors()
4654 const spirv::IdRef vec0Id(mExpandedMatrixFirstVectorIdById[matrixId]); in declareExpandedMatrixVectors()
[all …]