Searched refs:pic_width (Results 1 – 1 of 1) sorted by relevance
317 int pic_width, in ImportOneRow() argument320 for (i = 0; i < pic_width; ++i) { in ImportOneRow()326 if (pic_width & 1) { // replicate rightmost pixel in ImportOneRow()327 memcpy(dst + 3 * pic_width, dst + 3 * (pic_width - 1), 3 * sizeof(*dst)); in ImportOneRow()