Home
last modified time | relevance | path

Searched defs:l_dc (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-image/src/utils/thumbhash/
H A Dthumbhash.ts81 const [l_dc, l_ac, l_scale] = encodeChannel(l, max(3, lx), max(3, ly)); constant
129 const l_dc = (header24 & 63) / 63; constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt123 val l_dc = (header24 and 63).toFloat() / 63.0f in thumbHashToRGBA() constant
/expo/packages/expo-image/android/src/main/java/expo/modules/image/thumbhash/
H A DThumbhashDecoder.kt123 val l_dc = (header24 and 63).toFloat() / 63.0f in thumbHashToRGBA() constant
/expo/packages/expo-image/ios/
H A DThumbhash.swift250 var l_dc = Float32(il_dc) in thumbHashToRGBA() variable
/expo/ios/versioned/sdk49/ExpoImage/
H A DThumbhash.swift250 var l_dc = Float32(il_dc) in thumbHashToRGBA() variable