Home
last modified time | relevance | path

Searched defs:top7 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc2194 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x16_SSE4_1() local
2260 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x32_SSE4_1() local
2380 const __m128i top7 = _mm_cvtepu8_epi16(top_hihi); in SmoothVertical64x64_SSE4_1() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c1885 const __m128i top7 = cvtepu8_epi16(top_hihi); in aom_smooth_v_predictor_64x16_ssse3() local
1949 const __m128i top7 = cvtepu8_epi16(top_hihi); in aom_smooth_v_predictor_64x32_ssse3() local
2066 const __m128i top7 = cvtepu8_epi16(top_hihi); in aom_smooth_v_predictor_64x64_ssse3() local
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dmod.rs145 let top7 = hash >> (hash_len * 8 - 7); in h2() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs155 let top7 = hash >> (MIN_HASH_LEN * 8 - 7); in h2() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs155 let top7 = hash >> (MIN_HASH_LEN * 8 - 7); in h2() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs155 let top7 = hash >> (MIN_HASH_LEN * 8 - 7); in h2() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs155 let top7 = hash >> (MIN_HASH_LEN * 8 - 7); in h2() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs155 let top7 = hash >> (MIN_HASH_LEN * 8 - 7); in h2() localVariable