Home | History | Annotate | Download | only in dsp

Lines Matching refs:mtx

192                                 const VP8Matrix* const mtx) {
199 const uint16_t* ppsharpen = &mtx->sharpen_[0];
200 const uint32_t* ppzthresh = &mtx->zthresh_[0];
201 const uint16_t* ppq = &mtx->q_[0];
202 const uint16_t* ppiq = &mtx->iq_[0];
203 const uint32_t* ppbias = &mtx->bias_[0];
243 const VP8Matrix* const mtx) {
245 nz = QuantizeBlock_MIPS32(in + 0 * 16, out + 0 * 16, mtx) << 0;
246 nz |= QuantizeBlock_MIPS32(in + 1 * 16, out + 1 * 16, mtx) << 1;