Home
last modified time | relevance | path

Searched refs:vsin (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/toolkit/
DColorMatrix.cpp807 uint32_t vsin, uint32_t vsout, bool fin, bool fout) { argument
811 switch(vsin) {
827 switch(vsin) {
911 uint32_t vsin = mLastKey.u.inVecSize; local
952 One(out, in, mTmpFp, mTmpFpa, vsin, vsout, floatIn, floatOut);
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp783 uint32_t vsin, uint32_t vsout, bool fin, bool fout) { in One() argument
787 switch(vsin) { in One()
803 switch(vsin) { in One()
894 uint32_t vsin = cp->mLastKey.u.inVecSize; in kernel() local
934 One(info, out, in, cp->tmpFp, cp->tmpFpa, vsin, vsout, floatIn, floatOut); in kernel()