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

  /external/arm-neon-tests/
Android.mk 30 vshr_n vsra_n vtrn vuzp vzip vreinterpret vqdmulh vqrdmulh \
Makefile 45 vshr_n vsra_n vtrn vuzp vzip vreinterpret vqdmulh vqrdmulh \
ref_vreinterpret.c 34 #define TEST_MSG "VREINTERPRET/VREINTERPRETQ"
40 /* Basic test: y=vreinterpret(x), then store the result. */
43 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
50 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
57 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
65 vreinterpret##Q##_##T2##W##_##TS2##WS(VECT_VAR(vector, TS1, WS, NS)); \
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 156 return vreinterpret##r##s8_u8(veor##r##u8(v, sign_bit)); \
166 return vreinterpret##r##u8_s8(veor##r##s8(v, sign_bit)); \
416 filter = vand##r##s8(filter, vreinterpret##r##s8_u8(hev)); \
423 filter = vand##r##s8(filter, vreinterpret##r##s8_u8(mask)); \
438 filter = vbic##r##s8(filter, vreinterpret##r##s8_u8(hev)); \
    [all...]

Completed in 182 milliseconds