Lines Matching defs:depth
655 sanei_hp_accessor_vector_new (HpData data, unsigned length, unsigned depth)
660 unsigned width = depth > 8 ? 2 : 1;
666 assert(depth > 0 && depth <= 16);
673 new->mask = ((unsigned)1 << depth) - 1;
709 unsigned depth)
712 ( (_HpAccessorVector) sanei_hp_accessor_vector_new(data, length, depth) );
768 unsigned depth)
771 ( (_HpAccessorVector) sanei_hp_accessor_vector_new(data, length, depth) );
779 this->fmax = depth == 10 ? SANE_FIX(4.0) : SANE_FIX(2.0);
781 this->fmax >>= (depth - 1);