Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c324 int pic_width, in ImportOneRow() argument
327 const int w = (pic_width + 1) & ~1; in ImportOneRow()
328 for (i = 0; i < pic_width; ++i) { in ImportOneRow()
334 if (pic_width & 1) { // replicate rightmost pixel in ImportOneRow()
335 dst[pic_width + 0 * w] = dst[pic_width + 0 * w - 1]; in ImportOneRow()
336 dst[pic_width + 1 * w] = dst[pic_width + 1 * w - 1]; in ImportOneRow()
337 dst[pic_width + 2 * w] = dst[pic_width + 2 * w - 1]; in ImportOneRow()