Searched defs:y11 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 89 …const Y& y11{z}; // expected-error {{excess elements}} expected-note {{in initialization of tempor… in testExplicit() local
|
/external/opencv3/modules/videoio/src/ |
D | cap_v4l.cpp | 1508 int i, j, y00, y01, y10, y11, u, v; in yuv420p_to_rgb24() local 1551 int i, j, y00, y01, y10, y11, u, v; in yuv420_to_rgb24() local 1613 int i, j, y00, y01, y10, y11, u, v; in yuv411p_to_rgb24() local
|
/external/clang/test/Analysis/ |
D | dead-stores.c | 253 int y11 = 4; in f22() local
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in icvCircle() local
|
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6165 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local 6237 int y11 = std::max(0, int(y2[i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local 6306 int y11 = std::max(0, int(y2[2 * i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local 6377 int y11 = std::max(0, int(y2[2 * i + 1]) - 16) * ITUR_BT_601_CY; in operator ()() local 6467 …int y11 = ITUR_BT_601_CRY * r11 + ITUR_BT_601_CGY * g11 + ITUR_BT_601_CBY * b11 + halfShift + shif… in operator ()() local
|
D | drawing.cpp | 1427 int y11 = center.y - dy, y12 = center.y + dy, y21 = center.y - dx, y22 = center.y + dx; in Circle() local
|