Lines Matching defs:masks
474 int masks[] = { 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4 };
481 int nbBit = masks[c_full >> 28] + masks[c_part >> 28];
571 int masks[16] = { 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4};
615 nbBit += masks[c_full[0] >> 28];
616 nbBit += masks[c_full[1] >> 28];
617 nbBit += masks[c_full[2] >> 28];
618 nbBit += masks[c_full[3] >> 28];
723 nbBit += masks[c_full[j] >> 28];
724 // nbPartBit+=masks[c_part[j]>>28];