Home | History | Annotate | Download | only in source

Lines Matching refs:Cols

418 	:	tag_srational_ptr (code, fEntry, m.Rows () * m.Cols ())
425 for (uint32 c = 0; c < m.Cols (); c++)
2737 uint32 cols,
2741 const uint32 dRowStep = cols * channels;
2746 for (uint32 col = cols - 1; col > 0; col--)
2768 uint32 cols,
2772 const uint32 dRowStep = cols * channels;
2777 for (uint32 col = cols - 1; col > 0; col--)
2799 uint32 cols,
2803 const uint32 dRowStep = cols * channels;
2808 for (uint32 col = cols - 1; col > 0; col--)
2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels)
2834 bytePtr += (cols - 1);
2838 for (int32 col = 1; col < cols; col++)
2858 bytePtr += (cols - 1) * 3;
2864 for (int32 col = 1; col < cols; col++)
2892 uint32 rowBytes = cols * channels;
2913 int32 cols,
2918 int32 rowIncrement = cols * channels;
2998 EncodeDeltaBytes (temp, cols*bytesPerSample, channels);
3000 memcpy (buffer, temp, cols*bytesPerSample*channels);