Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mIp

41     short mIp[16];
80 mIp[ct] = (short)(mFp[ct] * 256.f + 0.5f);
82 mIp[ct] = (short)(mFp[ct] * 256.f - 0.5f);
218 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
264 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
309 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
354 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
399 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
443 mIp, len);
490 mIp[ct] = (short)(mFp[ct] * 256.f + 0.5f);