Home
last modified time | relevance | path

Searched refs:wx0 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/opts/
DSkBitmapProcState_opts.h133 wx0 = _mm_sub_epi8(_mm_set1_epi8(16), wx1); in S32_alpha_D32_filter_DX() local
136 __m128i interlaced_x_weights_AB = _mm_unpacklo_epi8(wx0,wx1), in S32_alpha_D32_filter_DX()
137 interlaced_x_weights_CD = _mm_unpackhi_epi8(wx0,wx1); in S32_alpha_D32_filter_DX()
169 wx0 = _mm_sub_epi8(_mm_set1_epi8(16), wx1); in S32_alpha_D32_filter_DX() local
171 __m128i interlaced_x_weights_A = _mm_unpacklo_epi8(wx0, wx1); in S32_alpha_D32_filter_DX()
/third_party/ffmpeg/libavcodec/
Dhevcdsp.h86 int height, int denom, int wx0, int wx1,
100 int height, int denom, int wx0, int ox0, int wx1,
Dhevcdsp_template.c580 int height, int denom, int wx0, int wx1, in FUNC()
596 …dst[x] = av_clip_pixel(( (src[x] << (14 - BIT_DEPTH)) * wx1 + src2[x] * wx0 + (ox0 + ox1 + 1) * (1… in FUNC()
899 int height, int denom, int wx0, int wx1, in FUNC()
917 dst[x] = av_clip_pixel(((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
954 int height, int denom, int wx0, int wx1, in FUNC()
972 … dst[x] = av_clip_pixel(((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
1023 int height, int denom, int wx0, int wx1, in FUNC()
1053 dst[x] = av_clip_pixel(((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx1 + src2[x] * wx0 + in FUNC()
1341 int height, int denom, int wx0, int wx1, in FUNC()
1357 dst[x] = av_clip_pixel(((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx1 + src2[x] * wx0 + in FUNC()
[all …]
/third_party/ffmpeg/tests/checkasm/
Dhevc_pel.c259 … int height, int denom, int wx0, int wx1, in checkasm_check_hevc_qpel_bi_w()
488 … int height, int denom, int wx0, int wx1, in checkasm_check_hevc_epel_bi_w()
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp.h45 …8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, …
Dhevc_mc.asm1481 cglobal hevc_put_hevc_bi_w%1_%2, 4, 6, 10, dst, dststride, src, src2, height, denom, wx0, wx1, ox0,…
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c1442 LLVMValueRef w00, w01, w10, w11, wx0, wy0, c_weight, tmp; in lp_build_sample_image_linear() local
1443 wx0 = lp_build_sub(coord_bld, coord_bld->one, s_fpart); in lp_build_sample_image_linear()
1445 w00 = lp_build_mul(coord_bld, wx0, wy0); in lp_build_sample_image_linear()
1447 w10 = lp_build_mul(coord_bld, wx0, t_fpart); in lp_build_sample_image_linear()