Searched defs:Ni (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp1062 int Ni = incoming.size(); local
1063 // Ni could be big because it comes from previous MODULATEs
1073 } else if (Ni == 1) {
1081 if ((Nt + Ni) > 32) {
1082 // we will overflow, reduce the precision of Ni to 8 bits
1085 shift += Ni-8;
1086 Ni = 8;
1090 if (Nt >= Ni) {
1093 // when shift==16 && Nt<16 && Ni<16, in which
1099 // operation: (Cf*Ct)/((1<<Ni)
1154 int Ni = incoming.size(); local
1192 int Ni = incoming.size(); local
[all...]

Completed in 68 milliseconds