Searched refs:idx_map (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | autocalib.cpp | 157 const int idx_map[3][3] = {{0, 1, 2}, {1, 3, 4}, {2, 4, 5}}; in calibrateRotatingCamera() local 173 int idx = idx_map[l][s]; in calibrateRotatingCamera() 177 A(eq_idx, idx_map[i][j]) -= 1; in calibrateRotatingCamera() 188 W(i,j) = W(j,i) = wcoef(idx_map[i][j], 0) / wcoef(5,0); in calibrateRotatingCamera()
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 576 const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */ in read_assignment() local 584 mask |= 1 << idx_map[mask_str[i] - 'w']; in read_assignment()
|
D | ir.cpp | 1433 static const unsigned char idx_map[26] = { in create() local 1460 swiz_idx[i] = idx_map[str[i] - 'a'] - base; in create()
|