Home
last modified time | relevance | path

Searched defs:s56 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_convolve_avx2.c103 __m256i s56 = _mm256_permute2x128_si256( in av1_highbd_convolve_y_sr_avx2() local
1028 __m256i s56 = _mm256_inserti128_si256(_mm256_castsi128_si256(s5), s6, 1); in aom_highbd_filter_block1d4_v4_avx2() local
1088 __m256i s56 = _mm256_inserti128_si256(_mm256_castsi128_si256(s5), s6, 1); in aom_highbd_filter_block1d8_v4_avx2() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.h122 uint8x8_t s56 = load_unaligned_u8(src + 3 * src_stride, src_stride); in convolve_4tap_vert_neon() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Daom_convolve8_neon.h188 int16x8_t s56 = vreinterpretq_s16_u16(vmovl_u8(t56)); in convolve8_vert_4tap_neon() local
/aosp_15_r20/external/XNNPACK/models/
H A Dqc8-mobilenet-v1.cc92 alignas(16) static std::array<float, 512> s56; in QC8MobileNetV1() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/
H A Dtests.rs204 let s56 = BTreeSet::from([5, 6]); in test_difference_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/
H A Dtests.rs204 let s56 = BTreeSet::from([5, 6]); in test_difference_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/
H A Dtests.rs204 let s56 = BTreeSet::from([5, 6]); in test_difference_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/
H A Dtests.rs204 let s56 = BTreeSet::from([5, 6]); in test_difference_size_hint() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/set/
H A Dtests.rs204 let s56 = BTreeSet::from([5, 6]); in test_difference_size_hint() localVariable
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dhighbd_jnt_convolve_avx2.c704 __m256i s56 = _mm256_permute2x128_si256( in av1_highbd_dist_wtd_convolve_y_avx2() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dconvolve_neon.c501 int16x8_t s56 = vreinterpretq_s16_u16(vmovl_u8(t56)); in convolve_y_sr_4tap_neon() local