Home
last modified time | relevance | path

Searched defs:weights4 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc975 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x8_SSE4_1() local
1014 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x16_SSE4_1() local
1063 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x32_SSE4_1() local
1133 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x64_SSE4_1() local
1176 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x16_SSE4_1() local
1252 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x32_SSE4_1() local
1355 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in SmoothHorizontal64x64_SSE4_1() local
1633 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical8x32_SSE4_1() local
1822 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical16x32_SSE4_1() local
2042 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in SmoothVertical32x32_SSE4_1() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c1348 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in aom_smooth_v_predictor_8x32_ssse3() local
1528 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in aom_smooth_v_predictor_16x32_ssse3() local
1738 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in aom_smooth_v_predictor_32x32_ssse3() local
1956 const __m128i weights4 = _mm_unpackhi_epi8(weights_hi, zero); in aom_smooth_v_predictor_64x32_ssse3() local
2612 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in aom_smooth_h_predictor_32x8_ssse3() local
2650 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in aom_smooth_h_predictor_32x16_ssse3() local
2697 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in aom_smooth_h_predictor_32x32_ssse3() local
2764 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in aom_smooth_h_predictor_32x64_ssse3() local
2807 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in aom_smooth_h_predictor_64x16_ssse3() local
2881 const __m128i weights4 = cvtepu8_epi16(_mm_srli_si128(weights_lohi, 8)); in aom_smooth_h_predictor_64x32_ssse3() local
[all …]
/aosp_15_r20/external/swiftshader/src/Device/
H A DBC_Decoder.cpp581 static constexpr uint32_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local
1438 static constexpr uint16_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Dtexcompress_bptc_tmp.h507 static const uint8_t weights4[] = in interpolate() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1274 static const uint16_t weights4[16] = {0, 4, 9, 13, 17, 21, 26, 30, 34, 38, 43, 47, 51, 55, 60, 64}; variable