HomeSort by relevance Sort by last modified time
    Searched refs:bytewidth (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
imgutils.h 98 * That is, copy "height" number of lines of "bytewidth" bytes each.
102 * bytewidth must be contained by both absolute values of dst_linesize
110 int bytewidth, int height);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 4096 size_t bytewidth = (bpp + 7) \/ 8; local
4137 size_t bytewidth = bpp \/ 8; local
5244 size_t bytewidth = (bpp + 7) \/ 8; local
    [all...]

Completed in 56 milliseconds