Lines Matching refs:fWeightDimX
1087 int fWeightDimX; // the x dimension of the weight grid member
1133 return fWeightDimX * fWeightDimY * (fDualPlaneEnabled ? 2 : 1); in numWeights()
1434 const int maxIdx = (fDualPlaneEnabled ? 2 : 1) * fWeightDimX * fWeightDimY - 1; in getWeight()
1463 const int gs = (cs*(fWeightDimX - 1) + 32) >> 6; in infillWeight()
1472 const int idx = js + jt*fWeightDimX; in infillWeight()
1475 const int p10 = this->getWeight(unquantizedValues, idx + fWeightDimX, dualPlane); in infillWeight()
1476 const int p11 = this->getWeight(unquantizedValues, idx + fWeightDimX + 1, dualPlane); in infillWeight()
1814 fWeightDimX = 12; in decodeBlockMode()
1819 fWeightDimX = A + 2; in decodeBlockMode()
1824 fWeightDimX = A + 6; in decodeBlockMode()
1832 fWeightDimX = 6; in decodeBlockMode()
1835 fWeightDimX = 10; in decodeBlockMode()
1854 fWeightDimX = B + 4; in decodeBlockMode()
1858 fWeightDimX = B + 8; in decodeBlockMode()
1862 fWeightDimX = A + 2; in decodeBlockMode()
1867 fWeightDimX = A + 2; in decodeBlockMode()
1870 fWeightDimX = (B & 1) + 2; in decodeBlockMode()