Home
last modified time | relevance | path

Searched defs:quantR (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-image/ios/
H A DBlurhash.swift225 let quantR = Int(max(0, min(18, floor(signPow(value.0 / maximumValue, 0.5) * 9 + 9.5)))) variable
251 let quantR = value / (19 * 19) in decodeAC() variable
/expo/ios/versioned/sdk49/ExpoImage/
H A DBlurhash.swift225 let quantR = Int(max(0, min(18, floor(signPow(value.0 / maximumValue, 0.5) * 9 + 9.5)))) variable
251 let quantR = value / (19 * 19) in decodeAC() variable
/expo/ios/versioned/sdk48/ExpoImage/
H A DBlurhash.swift225 let quantR = Int(max(0, min(18, floor(signPow(value.0 / maximumValue, 0.5) * 9 + 9.5)))) variable
251 let quantR = value / (19 * 19) in decodeAC() variable
/expo/packages/expo-image/build/utils/blurhash/
H A Ddecode.js35 const quantR = Math.floor(value / (19 * 19)); constant