Lines Matching refs:curRowBuf

462 						    MCU *curRowBuf,
484 void DecodeFirstRow (MCU *curRowBuf);
1404 MCU *curRowBuf, in QuickPredict() argument
1410 int32 left = curRowBuf [col - 1] [curComp]; in QuickPredict()
1730 void dng_lossless_decoder::DecodeFirstRow (MCU *curRowBuf) in DecodeFirstRow() argument
1773 curRowBuf [0] [curComp] = (ComponentType) (d + (1 << (Pr-Pt-1))); in DecodeFirstRow()
1817 curRowBuf [col] [curComp] = (ComponentType) (d + curRowBuf [col-1] [curComp]); in DecodeFirstRow()
1877 MCU *curRowBuf = mcuROW2; in DecodeImage() local
1939 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage()
1969 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage()
1999 curRowBuf [col ] [1] = (ComponentType) p1; in DecodeImage()
2000 curRowBuf [col + 1] [1] = (ComponentType) p1; in DecodeImage()
2030 curRowBuf [col ] [2] = (ComponentType) p2; in DecodeImage()
2031 curRowBuf [col + 1] [2] = (ComponentType) p2; in DecodeImage()
2037 PmPutRow (curRowBuf, compsInScan, numCOL, row); in DecodeImage()
2039 swap (MCU *, prevRowBuf, curRowBuf); in DecodeImage()
2163 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage()
2193 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage()
2226 curRowBuf [col ] [1] = (ComponentType) p1; in DecodeImage()
2227 curRowBuf [col + 1] [1] = (ComponentType) p1; in DecodeImage()
2260 curRowBuf [col ] [2] = (ComponentType) p2; in DecodeImage()
2261 curRowBuf [col + 1] [2] = (ComponentType) p2; in DecodeImage()
2268 PmPutRow (curRowBuf, compsInScan, numCOL, row); in DecodeImage()
2325 curRowBuf [col ] [0] = (ComponentType) p0; in DecodeImage()
2326 curRowBuf [col + 1] [0] = (ComponentType) p1; in DecodeImage()
2330 PmPutRow (curRowBuf, compsInScan, numCOL, row); in DecodeImage()
2365 DecodeFirstRow (curRowBuf); in DecodeImage()
2367 PmPutRow (curRowBuf, compsInScan, numCOL, row); in DecodeImage()
2369 swap (MCU *, prevRowBuf, curRowBuf); in DecodeImage()
2408 curRowBuf [0] [curComp] = (ComponentType) (d + prevRowBuf [0] [curComp]); in DecodeImage()
2421 uint16 *dPtr = &curRowBuf [1] [0]; in DecodeImage()
2517 curRowBuf, in DecodeImage()
2522 curRowBuf [col] [curComp] = (ComponentType) (d + predictor); in DecodeImage()
2530 PmPutRow (curRowBuf, compsInScan, numCOL, row); in DecodeImage()
2532 swap (MCU *, prevRowBuf, curRowBuf); in DecodeImage()