Searched refs:kBitAllocationTable (Results 1 – 1 of 1) sorted by relevance
1883 static const int kBitAllocationTable[2][6][3] = { in decodeBlockMode() local1902 fWeightBits = kBitAllocationTable[highPrecision][R - 2][0]; in decodeBlockMode()1903 fWeightTrits = kBitAllocationTable[highPrecision][R - 2][1]; in decodeBlockMode()1904 fWeightQuints = kBitAllocationTable[highPrecision][R - 2][2]; in decodeBlockMode()