Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni/filters/
Dedge.c42 int buf_len = 2 * row_stride; in JNIFUNCF() local
43 uint8_t buf[buf_len]; in JNIFUNCF()
47 memset(buf, 0, buf_len * sizeof(char)); in JNIFUNCF()
48 for (j = 3; j < buf_len; j+=4) { in JNIFUNCF()
107 buf_row_ring %= buf_len; in JNIFUNCF()
115 buf_row_ring %= buf_len; in JNIFUNCF()