Searched refs:fDualPlaneEnabled (Results 1 – 1 of 1) sorted by relevance
1081 bool fDualPlaneEnabled; // is this block compressing dual weight planes? member1133 return fWeightDimX * fWeightDimY * (fDualPlaneEnabled ? 2 : 1); in numWeights()1434 const int maxIdx = (fDualPlaneEnabled ? 2 : 1) * fWeightDimX * fWeightDimY - 1; in getWeight()1435 if (fDualPlaneEnabled) { in getWeight()1505 if (fDualPlaneEnabled) { in texelWeights()1605 if (fDualPlaneEnabled) { in getTexel()1633 if (fDualPlaneEnabled && this->numPartitions() == 4) { in decode()1646 if (fDualPlaneEnabled) { in decodeDualPlane()1808 fDualPlaneEnabled = (blockMode >> 10) & 0x1; in decodeBlockMode()1826 fDualPlaneEnabled = false; in decodeBlockMode()[all …]