Home
last modified time | relevance | path

Searched refs:curRowBuf (Results 1 – 1 of 1) sorted by relevance

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp462 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()
[all …]