Home
last modified time | relevance | path

Searched defs:s14 (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c40 int32x4_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in vpx_iadst16x16_256_add_half1d() local
Dvp9_highbd_iht16x16_add_neon.c170 int64x2x2_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in vpx_highbd_iadst16_neon() local
/external/libcxx/test/std/containers/views/span.cons/
Dcontainer.fail.cpp84 …std::span<int, 0> s14{std::list<int>()}; // expected-error {{no matching constructor fo… in main() local
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c58 s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; in highbd_iadst16_4col_sse4_1() local
/external/libaom/libaom/av1/common/arm/
Dwiener_convolve_neon.c251 int16x4_t s11, s12, s13, s14; in av1_wiener_convolve_add_src_neon() local
Dconvolve_neon.c470 int16x8_t s12, s13, s14; in av1_convolve_x_sr_neon() local
1009 int16x8_t s11, s12, s13, s14; in av1_convolve_2d_sr_neon() local
Djnt_convolve_neon.c442 int16x8_t s8, s9, s10, s11, s12, s13, s14; in dist_wtd_convolve_2d_horiz_neon() local
1136 int16x8_t s11, s12, s13, s14; in av1_dist_wtd_convolve_x_neon() local
1572 int16x8_t s8, s9, s10, s11, s12, s13, s14; in av1_dist_wtd_convolve_y_neon() local
Dav1_inv_txfm_neon.c851 int16x8_t s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_new_neon() local
1097 int16x8_t s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_low8_new_neon() local
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c224 int16x8_t s11, s12, s13, s14; in vpx_convolve8_horiz_neon() local
497 int16x8_t s11, s12, s13, s14; in vpx_convolve8_avg_horiz_neon() local
Dhighbd_vpx_convolve8_neon.c272 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_horiz_neon() local
501 int16x8_t s11, s12, s13, s14; in vpx_highbd_convolve8_avg_horiz_neon() local
Dloopfilter_neon.c755 const uint8x16_t s13, const uint8x16_t s14, in store_16x16()
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_4_dual_neon() local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_8_dual_neon() local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, in vpx_lpf_vertical_16_dual_neon() local
Dhighbd_loopfilter_neon.c370 uint16x8_t *s13, uint16x8_t *s14, in load_8x16()
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16_dspr2() local
/external/v8/src/arm/
Dsimulator-arm.h73 s8, s9, s10, s11, s12, s13, s14, s15, enumerator
/external/clang/test/Sema/
Dbitfield-layout_1.c143 } s14; variable
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; in fadst16() local
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c391 tran_high_t s9, s10, s11, s12, s13, s14, s15; in iadst16_c() local
1710 tran_high_t s9, s10, s11, s12, s13, s14, s15; in vpx_highbd_iadst16_c() local
/external/boringssl/src/third_party/fiat/
Dcurve25519.c1080 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); in x25519_sc_reduce() local
1458 int64_t s14; in sc_muladd() local
/external/clang/test/Misc/
Ddiag-template-diffing.cpp429 template<typename T> struct s14 {}; struct