Searched refs:kReconShift (Results 1 – 2 of 2) sorted by relevance
101 static const int kReconShift = kChromaFilterShift + 1; in GenerateKey() local103 static_assert(kReconShift <= 7); in GenerateKey()110 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()
100 static const int kReconShift = kChromaFilterShift + 1; in GenerateKey() local102 GR_STATIC_ASSERT(kReconShift <= 7); in GenerateKey()109 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()