Home
last modified time | relevance | path

Searched defs:wvec (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dav1_fwd_txfm2d_neon.c103 #define butterfly_s16_s32_x4_neon(wvec, lane0, lane1, lane2, lane3, in0, in1, \ argument
138 #define butterfly_s16_s32_x8_neon(wvec, lane0, lane1, lane2, lane3, in0, in1, \ argument
H A Dhighbd_fwd_txfm_neon.c61 #define butterfly_half_neon(wvec, lane0, lane1, in0, in1, out, v_bit) \ argument
/aosp_15_r20/external/python/cpython2/Modules/
Dglmodule.c189 PyObject *v, *w, *wnorm, *wvec; in gen_nvarray() local