PixType 124 modules/calib3d/src/stereosgbm.cpp PixType* buffer, const PixType* tab, PixType 131 modules/calib3d/src/stereosgbm.cpp const PixType *row1 = img1.ptr<PixType>(y), *row2 = img2.ptr<PixType>(y); PixType 132 modules/calib3d/src/stereosgbm.cpp PixType *prow1 = buffer + width2*2, *prow2 = prow1 + width*cn*2; PixType 202 modules/calib3d/src/stereosgbm.cpp buffer[x] = (PixType)v0; PixType 203 modules/calib3d/src/stereosgbm.cpp buffer[x + width2] = (PixType)v1; PixType 350 modules/calib3d/src/stereosgbm.cpp PixType clipTab[TAB_SIZE]; PixType 353 modules/calib3d/src/stereosgbm.cpp clipTab[k] = (PixType)(std::min(std::max(k - TAB_OFS, -ftzero), ftzero) + ftzero); PixType 383 modules/calib3d/src/stereosgbm.cpp width*16*img1.channels()*sizeof(PixType) + // temp buffer for computing per-pixel cost PixType 398 modules/calib3d/src/stereosgbm.cpp PixType* tempBuf = (PixType*)(disp2ptr + width);