Home | History | Annotate | Download | only in enc

Lines Matching refs:mtx

490                                 const VP8Matrix* const mtx,
505 const int thresh = mtx->q_[1] * mtx->q_[1] / 4;
536 const int Q = mtx->q_[j];
537 const int iQ = mtx->iq_[j];
542 int coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
634 in[j] = out[n] * mtx->q_[j];