Lines Matching defs:srcLineWidth
852 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
856 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
861 const Color16 p3 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth]));
862 const Color16 p4 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
971 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
975 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
980 const Color24 p3 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth]));
981 const Color24 p4 = *(reinterpret_cast<Color24*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1063 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
1067 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
1072 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1073 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1131 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
1135 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
1140 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1141 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1231 vaddq_s32(vmulq_s32(vIntV, vdupq_n_s32(in.srcLineWidth)), vmulq_s32(vIntU, vdupq_n_s32(in.pixelSize)));
1248 vaddq_s32(vmulq_s32(vIntV, vdupq_n_s32(in.srcLineWidth)), vmulq_s32(vIntU, vdupq_n_s32(in.pixelSize)));
1271 arrayp3[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1272 arrayp4[i] = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1377 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
1381 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
1386 const ColorType p3 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth]));
1387 const ColorType p4 = *(reinterpret_cast<ColorType*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize]));
1564 uint32_t val1 = __SMUAD(intV, in.srcLineWidth);
1568 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize;
1696 const int32_t srcLineWidth = part.info.header.width * pixelSize;
1708 srcLineWidth,