Lines Matching refs:col
460 int32 QuickPredict (int32 col,
1386 * Calculate the predictor for sample curRowBuf[col][curComp].
1402 inline int32 dng_lossless_decoder::QuickPredict (int32 col,
1408 int32 diag = prevRowBuf [col - 1] [curComp];
1409 int32 upper = prevRowBuf [col ] [curComp];
1410 int32 left = curRowBuf [col - 1] [curComp];
1781 for (int32 col = 1; col < numCOL; col++)
1817 curRowBuf [col] [curComp] = (ComponentType) (d + curRowBuf [col-1] [curComp]);
1910 for (int32 col = 0; col < numCOL; col += 2)
1939 curRowBuf [col] [0] = (ComponentType) p0;
1969 curRowBuf [col + 1] [0] = (ComponentType) p0;
1999 curRowBuf [col ] [1] = (ComponentType) p1;
2000 curRowBuf [col + 1] [1] = (ComponentType) p1;
2030 curRowBuf [col ] [2] = (ComponentType) p2;
2031 curRowBuf [col + 1] [2] = (ComponentType) p2;
2074 for (int32 col = 0; col < numCOL; col += 2)
2103 prevRowBuf [col] [0] = (ComponentType) p0;
2133 prevRowBuf [col + 1] [0] = (ComponentType) p0;
2163 curRowBuf [col] [0] = (ComponentType) p0;
2193 curRowBuf [col + 1] [0] = (ComponentType) p0;
2223 prevRowBuf [col ] [1] = (ComponentType) p1;
2224 prevRowBuf [col + 1] [1] = (ComponentType) p1;
2226 curRowBuf [col ] [1] = (ComponentType) p1;
2227 curRowBuf [col + 1] [1] = (ComponentType) p1;
2257 prevRowBuf [col ] [2] = (ComponentType) p2;
2258 prevRowBuf [col + 1] [2] = (ComponentType) p2;
2260 curRowBuf [col ] [2] = (ComponentType) p2;
2261 curRowBuf [col + 1] [2] = (ComponentType) p2;
2291 for (int32 col = 0; col < numCOL; col += 2)
2325 curRowBuf [col ] [0] = (ComponentType) p0;
2326 curRowBuf [col + 1] [0] = (ComponentType) p1;
2426 for (int32 col = 1; col < numCOL; col++)
2485 for (int32 col = 1; col < numCOL; col++)
2515 int32 predictor = QuickPredict (col,
2522 curRowBuf [col] [curComp] = (ComponentType) (d + predictor);
3002 for (uint32 col = 0; col < srcCols; col++)
3028 for (uint32 col = 0; col < fSrcCols; col++)
3108 for (uint32 col = 0; col < srcCols; col++)
3134 for (uint32 col = 0; col < fSrcCols; col++)