Searched refs:second_last_row (Results 1 – 1 of 1) sorted by relevance
116 int second_last_row = row_stride * (height - 2); in JNIFUNCF() local117 memcpy((dst + second_last_row), (buf + buf_row_ring), row_stride * sizeof(char)); in JNIFUNCF()