Searched full:density (Results 1 – 4 of 4) sorted by relevance
28 * rangegoto is used only if the density is higher than 0.7.35 * apply, because there may be regions that have density > 0.7. Thus, the37 * maximal range of tags whose density is > 0.7.130 /* If the density is high enough, the range is allowed to be large */ in BuildRangeGotoNode()
34 …The main goal of using accumulator is to improve encoding density without losing much in performan…
97382 this.density = 0;97435 this.m_density = i(e.density, 0);97524 t(" fd.density = %.15f;\n", this.m_density);97664 i.density = e;103257 this.density = 1;103280 this.density = t.density;103357 this.SetDensity(t.density);103563 this.m_def.density = t;103564 this.m_inverseDensity = 1 / this.m_def.density;103567 return this.m_def.density;[all …]