HomeSort by relevance Sort by last modified time
    Searched refs:uv_len (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
upsampling_neon.c 189 const int uv_len = (len + 1) >> 1; \
191 const int num_blocks = (uv_len - 1) >> 3; \
192 const int leftover = uv_len - num_blocks * 8; \
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 168 const int uv_len = (len + 1) >> 1; local
169 const int num_blocks = (uv_len - 1) >> 3;
170 const int leftover = uv_len - num_blocks * 8;

Completed in 511 milliseconds