Searched refs:v_p (Results 1 – 5 of 5) sorted by relevance
290 uint16x4_t v_p = vget_low_u16(v_src); in operator ()() local291 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 ()()
421 int u_p, v_p; in pick_intra_mbuv_mode() local424 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()
49 vector __pixel v_p; variable
753 char const **v_p, size_t *vlen_p) in malloc_conf_next() argument780 *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()