Home
last modified time | relevance | path

Searched refs:yw (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dcolorspace.c87 double xw = av_q2d(wp->x), yw = av_q2d(wp->y); in ff_fill_rgb2xyz_table() local
97 zw = 1.0 - xw - yw; in ff_fill_rgb2xyz_table()
98 sr = i[0][0] * xw + i[0][1] * yw + i[0][2] * zw; in ff_fill_rgb2xyz_table()
99 sg = i[1][0] * xw + i[1][1] * yw + i[1][2] * zw; in ff_fill_rgb2xyz_table()
100 sb = i[2][0] * xw + i[2][1] * yw + i[2][2] * zw; in ff_fill_rgb2xyz_table()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1163 const float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT() local
1187 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear_repeat_POT()
1658 float xw, yw; /* weights */ in img_filter_2d_linear() local
1671 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_linear()
1686 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_linear()
1705 float xw, yw; /* weights */ in img_filter_2d_array_linear() local
1717 sp_samp->linear_texcoord_t(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_2d_array_linear()
1732 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw, in img_filter_2d_array_linear()
1750 float xw, yw; /* weights */ in img_filter_cube_linear() local
1770 wrap_linear_clamp_to_border(args->t, height, args->offset[1], &y0, &y1, &yw); in img_filter_cube_linear()
1819 float xw, yw; /* weights */ img_filter_cube_array_linear() local
1883 float xw, yw, zw; /* interpolation weights */ img_filter_3d_linear() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DPointSpritesTest.cpp101 float yw = s2p(pointY); in testPointCoordAndPointSizeCompliance() local
107 float t = 0.5f + (yf + 0.5f - yw) / maxPointSize; in testPointCoordAndPointSizeCompliance()
/third_party/vk-gl-cts/framework/common/
H A DtcuVector.hpp133 VecAccess<T, Size, 2> yw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 1, 3); } in yw() function in tcu::Vector
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp1954 c.y = Float4(c.y.yw, c.z.yw); in sampleTexel()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp2154 c.y = Float4(c.y.yw, c.z.yw); in sampleTexel()
/third_party/astc-encoder/Source/
H A Dstb_image.h3711 __m128i yw = _mm_unpacklo_epi8(y_bias, y_bytes); in stbi__YCbCr_to_RGB_simd() local
3716 __m128i yws = _mm_srli_epi16(yw, 4); in stbi__YCbCr_to_RGB_simd()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1589 SwizzleMask2<Vector4, 0x1333> yw; member

Completed in 32 milliseconds