Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/
DColorMatrix.cpp536 int opInit[4] = {0, 0, 0, 0}; local
541 ops[i][0] = 0x2 | opInit[0];
542 opInit[0] = 1;
546 ops[i][1] = 0x2 | opInit[1];
547 opInit[1] = 1;
550 ops[i][2] = 0x2 | opInit[2];
551 opInit[2] = 1;
556 ops[i][3] = 0x2 | opInit[3];
557 opInit[3] = 1;
615 if (opInit[j]) {
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp498 int opInit[4] = {0, 0, 0, 0}; in build() local
503 ops[i][0] = 0x2 | opInit[0]; in build()
504 opInit[0] = 1; in build()
508 ops[i][1] = 0x2 | opInit[1]; in build()
509 opInit[1] = 1; in build()
512 ops[i][2] = 0x2 | opInit[2]; in build()
513 opInit[2] = 1; in build()
518 ops[i][3] = 0x2 | opInit[3]; in build()
519 opInit[3] = 1; in build()
577 if (opInit[j]) { in build()
[all …]