Lines Matching defs:outB
889 const int64_t outB =
894 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
901 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
905 result.blue = static_cast<uint8_t>(outB >> 5); // 5:shift 5 bit right
1009 const int64_t outB =
1014 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
1021 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
1025 result.blue = static_cast<uint8_t>(outB >> 8); // 8:shift 8 bit right
1089 const int32_t outB =
1096 const int32_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
1103 result.blue = static_cast<uint8_t>(outB >> 8); // 8:shift 8 bit right
1158 const int64_t outB =
1165 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
1172 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
1402 const int64_t outB =
1409 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
1415 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
1431 const int32_t outB =
1438 const int32_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4;
1444 result.blue = static_cast<uint8_t>(outB >> 8); // 8:shift 8 bit right