Searched refs:next_argb_row (Results 1 – 1 of 1) sorted by relevance
83 uint32_t* const next_argb_row = curr_argb_row + xsize; in NearLossless() local84 memcpy(next_row, next_argb_row, xsize * sizeof(argb[0])); in NearLossless()