Home
last modified time | relevance | path

Searched refs:weights4 (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc978 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x8_SSE4_1() local
982 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x8_SSE4_1()
998 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x8_SSE4_1()
1016 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x16_SSE4_1() local
1020 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x16_SSE4_1()
1036 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x16_SSE4_1()
1047 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x16_SSE4_1()
1064 const __m128i weights4 = _mm_cvtepu8_epi16(_mm_srli_si128(weights_hi, 8)); in SmoothHorizontal32x32_SSE4_1() local
1068 const __m128i inverted_weights4 = _mm_sub_epi16(scale, weights4); in SmoothHorizontal32x32_SSE4_1()
1086 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x32_SSE4_1()
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h506 static const uint8_t weights4[] = in interpolate() local
509 NULL, NULL, weights2, weights3, weights4 in interpolate()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1244 static const deUint16 weights4[16] = { 0, 4, 9, 13, 17, 21, 26, 30, 34, 38, 43, 47, 51, 55, 60,… variable
1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()