Searched refs:yIdx (Results 1 – 4 of 4) sorted by relevance
61 for (int yIdx = 0; yIdx < width_ * height_; yIdx++) { in TEST_F() local62 yTmp = frame[yIdx] << 1; in TEST_F()66 frame[yIdx] = static_cast<uint8_t>(yTmp); in TEST_F()98 for (int yIdx = 0; yIdx < width_ * height_; yIdx++) { in TEST_F() local99 yTmp = y_plane[yIdx] >> 1; in TEST_F()100 y_plane[yIdx] = static_cast<uint8_t>(yTmp); in TEST_F()
48 for (int yIdx = 0; yIdx < 3; ++yIdx) { in DEF_TEST() local49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
2454 UINT_32 yIdx = 0; in HwlComputeThinEquation() local2463 pixelBit[i] = (((i - elementBytesLog2) & 1) == 0) ? x[xIdx++] : y[yIdx++]; in HwlComputeThinEquation()2481 yIdx = Log2(microBlockDim.h); in HwlComputeThinEquation()2490 pixelBit[i] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2495 xorExtra[i - blockSizeLog2] = ((i & 1) == 0) ? y[yIdx++] : x[xIdx++]; in HwlComputeThinEquation()2737 UINT_32 yIdx = Log2(microBlockDim.h); in HwlComputeThickEquation() local2758 pixelBit[i] = y[yIdx++]; in HwlComputeThickEquation()2774 xorExtra[i - blockSizeLog2] = y[yIdx++]; in HwlComputeThickEquation()