Home | History | Annotate | Download | only in source

Lines Matching refs:cols

49 						  uint32 cols,
53 const uint32 dRowStep = cols * channels;
58 for (uint32 col = 1; col < cols; col++)
80 uint32 cols,
84 const uint32 dRowStep = cols * channels;
89 for (uint32 col = 1; col < cols; col++)
111 uint32 cols,
115 const uint32 dRowStep = cols * channels;
120 for (uint32 col = 1; col < cols; col++)
140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels)
150 for (int32 col = 1; col < cols; ++col)
172 for (int32 col = 1; col < cols; ++col)
199 for (int32 col = 1; col < cols; ++col)
221 for (int32 col = 1; col < cols; ++col)
243 int32 cols,
248 DecodeDeltaBytes (input, cols * bytesPerSample, channels);
250 int32 rowIncrement = cols * channels;