Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/filters/
Dedge.c44 int buf_row_ring = 0; in JNIFUNCF() local
100 *(buf + buf_row_ring + off) = ret; in JNIFUNCF()
101 *(buf + buf_row_ring + off + 1) = ret; in JNIFUNCF()
102 *(buf + buf_row_ring + off + 2) = ret; in JNIFUNCF()
103 *(buf + buf_row_ring + off + 3) = *(ptr + loc + 3); in JNIFUNCF()
106 buf_row_ring += row_stride; in JNIFUNCF()
107 buf_row_ring %= buf_len; in JNIFUNCF()
110 memcpy((dst + row_stride * (j - 1)), (buf + buf_row_ring), row_stride * sizeof(char)); in JNIFUNCF()
114 buf_row_ring += row_stride; in JNIFUNCF()
115 buf_row_ring %= buf_len; in JNIFUNCF()
[all …]