Home
last modified time | relevance | path

Searched refs:pic_width (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c331 int pic_width, in ImportOneRow() argument
334 const int w = (pic_width + 1) & ~1; in ImportOneRow()
335 for (i = 0; i < pic_width; ++i) { in ImportOneRow()
341 if (pic_width & 1) { // replicate rightmost pixel in ImportOneRow()
342 dst[pic_width + 0 * w] = dst[pic_width + 0 * w - 1]; in ImportOneRow()
343 dst[pic_width + 1 * w] = dst[pic_width + 1 * w - 1]; in ImportOneRow()
344 dst[pic_width + 2 * w] = dst[pic_width + 2 * w - 1]; in ImportOneRow()

Completed in 5 milliseconds