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

  /external/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c 144 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \
150 const int v0 = (top_v[0] + v_diag) >> 1; \
155 const int v0 = (cur_v[0] + v_diag) >> 1; \
upsampling_neon.c 226 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \
236 const int v0 = (top_v[0] + v_diag) >> 1; \
241 const int v0 = (cur_v[0] + v_diag) >> 1; \
  /external/webp/src/dsp/
upsampling_sse2.c 144 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \
150 const int v0 = (top_v[0] + v_diag) >> 1; \
155 const int v0 = (cur_v[0] + v_diag) >> 1; \
upsampling_neon.c 226 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \
236 const int v0 = (top_v[0] + v_diag) >> 1; \
241 const int v0 = (cur_v[0] + v_diag) >> 1; \
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 173 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; local

Completed in 5503 milliseconds