Lines Matching refs:isAnchor
1025 bool isAnchor = false; in decode() local
1034 isAnchor = (pixelNum == 0); in decode()
1040 isAnchor = ((pixelNum == 0) || (pixelNum == AnchorTable2[partition])); in decode()
1044 idx.value = data.consumeBits(idx.numBits - isAnchor - 1, 0); in decode()
1515 auto isAnchor = anchorIdx == texelIdx; in decode() local
1516 auto colorIdx = colorIndex(mode, isAnchor, colorIndexBitOffset); in decode()
1517 auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); in decode()
1586 IndexInfo colorIndex(const Mode &mode, bool isAnchor, in colorIndex()
1597 auto numReadBits = numBits - (isAnchor ? 1 : 0); in colorIndex()
1605 IndexInfo alphaIndex(const Mode &mode, bool isAnchor, in alphaIndex()
1616 auto numReadBits = numBits - (isAnchor ? 1 : 0); in alphaIndex()