Searched refs:curRowBuf (Results 1 – 1 of 1) sorted by relevance
462 MCU *curRowBuf,484 void DecodeFirstRow (MCU *curRowBuf);1404 MCU *curRowBuf, in QuickPredict() argument1410 int32 left = curRowBuf [col - 1] [curComp]; in QuickPredict()1730 void dng_lossless_decoder::DecodeFirstRow (MCU *curRowBuf) in DecodeFirstRow() argument1773 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() local1939 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage()1969 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage()[all …]