Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmoments.cpp290 uint16x4_t v_p = vget_low_u16(v_src); in operator ()() local
291 uint32x4_t v_px = vmull_u16(qx, v_p); in operator ()()
293 v_x0 = vaddw_u16(v_x0, v_p); in operator ()()
302 v_p = vget_high_u16(v_src); in operator ()()
303 v_px = vmull_u16(qx, v_p); in operator ()()
305 v_x0 = vaddw_u16(v_x0, v_p); in operator ()()
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c421 int u_p, v_p; in pick_intra_mbuv_mode() local
424 v_p = vsrc_ptr[j]; in pick_intra_mbuv_mode()
441 diff = v_p - expected_vdc; in pick_intra_mbuv_mode()
447 diff = v_p - vabove_row[j]; in pick_intra_mbuv_mode()
453 diff = v_p - vleft_col[i]; in pick_intra_mbuv_mode()
459 diff = v_p - predv; in pick_intra_mbuv_mode()
/external/clang/test/Parser/
Daltivec.c49 vector __pixel v_p; variable
Dcxx-altivec.cpp49 vector __pixel v_p; variable
/external/jemalloc/src/
Djemalloc.c753 char const **v_p, size_t *vlen_p) in malloc_conf_next() argument
780 *v_p = opts; in malloc_conf_next()
810 *vlen_p = (uintptr_t)opts - 1 - (uintptr_t)*v_p; in malloc_conf_next()
814 *vlen_p = (uintptr_t)opts - (uintptr_t)*v_p; in malloc_conf_next()