Lines Matching defs:sign
521 int8_t sign; // sign of coeff_i603 // note: it's important to take sign of the _original_ coeff,605 const int sign = (in[j] < 0);606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];663 cur->sign = sign;700 out[n] = node->sign ? -node->level : node->level;