Home | History | Annotate | Download | only in source

Lines Matching defs:predictor

1221     // pixels for predictor calculation.
1386 * Calculate the predictor for sample curRowBuf[col][curComp].
1394 * predictor is passed out.
1768 // Add the predictor to the difference.
1815 // Add the predictor to the difference.
2341 // turn this row into a previous row for later predictor
2406 // First column of row above is predictor for first column.
2412 // For the rest of the column on this row, predictor
2515 int32 predictor = QuickPredict (col,
2522 curRowBuf [col] [curComp] = (ComponentType) (d + predictor);
2978 int32 predictor [4];
2984 predictor [channel] = 1 << (fSrcBitDepth - 1);
2987 predictor [channel] = sPtr [channel - fSrcRowStep];
2996 int32 pred0 = predictor [0];
2997 int32 pred1 = predictor [1];
3036 int16 diff = (int16) (pixel - predictor [channel]);
3040 predictor [channel] = pixel;
3084 int32 predictor [4];
3090 predictor [channel] = 1 << (fSrcBitDepth - 1);
3093 predictor [channel] = sPtr [channel - fSrcRowStep];
3102 int32 pred0 = predictor [0];
3103 int32 pred1 = predictor [1];
3142 int16 diff = (int16) (pixel - predictor [channel]);
3146 predictor [channel] = pixel;