Home | History | Annotate | Download | only in source

Lines Matching refs:pixel

2513 			        // Predict the pixel value.
3034 int32 pixel = sPtr [channel];
3036 int16 diff = (int16) (pixel - predictor [channel]);
3040 predictor [channel] = pixel;
3140 int32 pixel = sPtr [channel];
3142 int16 diff = (int16) (pixel - predictor [channel]);
3146 predictor [channel] = pixel;