Searched defs:fours (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm_unittest.cc | 1198 int fours[] = {0, 4, 8}; in TEST() local 1219 int fours[] = {0, 4, 8}; in TEST() local 1253 int fours[] = {0, 4, 8}; in TEST() local 1283 int fours[] = {0, 4, 8}; in TEST() local 1317 int fours[] = {0, 4, 8}; in TEST() local
|
/aosp_15_r20/external/libvpx/vp8/common/x86/ |
H A D | dequantize_mmx.asm | 258 fours: label
|
H A D | idctllm_mmx.asm | 295 fours: label
|
H A D | idctllm_sse2.asm | 703 fours: label
|
/aosp_15_r20/external/libopus/celt/x86/ |
H A D | vq_sse2.c | 54 __m128i fours; in op_pvq_search_sse2() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | test.rs | 2125 let mut fours: Vec<_> = repeat(4).zip(v).collect(); in check_repeat_zip() localVariable 2135 let mut fours: Vec<_> = repeatn(4, usize::MAX).zip(v).collect(); in check_repeatn_zip_left() localVariable 2145 let mut fours: Vec<_> = v.into_par_iter().zip(repeatn(4, usize::MAX)).collect(); in check_repeatn_zip_right() localVariable
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | cfl_avx2.c | 101 const __m256i fours = _mm256_set1_epi8(4); // Thirty two fours in cfl_luma_subsampling_422_lbd_avx2() local
|
H A D | cfl_ssse3.c | 99 const __m128i fours = _mm_set1_epi8(4); in cfl_luma_subsampling_422_lbd_ssse3() local
|
H A D | selfguided_sse4.c | 270 const __m128i fours = _mm_add_epi32( in cross_sum() local
|
H A D | selfguided_avx2.c | 313 const __m256i fours = _mm256_add_epi32( in cross_sum() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | selfguided_neon.c | 907 int32x4_t fours, threes, res; in cross_sum_inp_s32() local
|