Lines Matching defs:Le
44 * L = 2^( (Le+.5)/256 - 64 ) # real from 15-bit
46 * Le = floor( 256*(log2(L) + 64) ) # 15-bit from real
96 * S Le ue ve
102 * Le' Ce
108 * L = 2^((Le'+.5)/64 - 12) # real from 10-bit
110 * Le' = floor( 64*(log2(L) + 12) ) # 10-bit from real
699 int Le = p16 & 0x7fff;
702 if (!Le)
704 Y = exp(M_LN2/256.*(Le+.5) - M_LN2*64.);
945 int Le, Ce;
948 Le = LogL10fromY(XYZ[1], em);
951 if (!Le || s <= 0.) {
962 return (Le << 14 | Ce);
1032 int Le, Ce;
1035 Le = 0;
1037 Le = (1<<10) - 1;
1039 Le = (luv3[0]-3314) >> 2;
1041 Le = itrunc(.25*(luv3[0]-3314.), sp->encode_meth);
1047 *luv++ = (uint32)Le << 14 | Ce;
1083 unsigned int Le, ue, ve;
1086 Le = (unsigned int)LogL16fromY(XYZ[1], em);
1089 if (!Le || s <= 0.) {
1103 return (Le << 16 | ue << 8 | ve);