Home
last modified time | relevance | path

Searched refs:yIdx (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc61 for (int yIdx = 0; yIdx < width_ * height_; yIdx++) { in TEST_F() local
62 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() local
99 yTmp = y_plane[yIdx] >> 1; in TEST_F()
100 y_plane[yIdx] = static_cast<uint8_t>(yTmp); in TEST_F()
/external/skqp/tests/
DPathOpsAngleTest.cpp48 for (int yIdx = 0; yIdx < 3; ++yIdx) { in DEF_TEST() local
49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
/external/skia/tests/
DPathOpsAngleTest.cpp48 for (int yIdx = 0; yIdx < 3; ++yIdx) { in DEF_TEST() local
49 SkPoint test = { xs[xIdx], ys[yIdx] }; in DEF_TEST()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp2454 UINT_32 yIdx = 0; in HwlComputeThinEquation() local
2463 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() local
2758 pixelBit[i] = y[yIdx++]; in HwlComputeThickEquation()
2774 xorExtra[i - blockSizeLog2] = y[yIdx++]; in HwlComputeThickEquation()