Home
last modified time | relevance | path

Searched refs:inh (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/third_party/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c328 __vector unsigned char in, inl, inh; in jsimd_h2v1_upsample_altivec() local
339 inh = vec_mergel(in, in); in jsimd_h2v1_upsample_altivec()
342 vec_st(inh, 16, outptr); in jsimd_h2v1_upsample_altivec()
347 inh = vec_mergel(in, in); in jsimd_h2v1_upsample_altivec()
350 vec_st(inh, 48, outptr); in jsimd_h2v1_upsample_altivec()
366 __vector unsigned char in, inl, inh; in jsimd_h2v2_upsample_altivec() local
379 inh = vec_mergel(in, in); in jsimd_h2v2_upsample_altivec()
384 vec_st(inh, 16, outptr0); in jsimd_h2v2_upsample_altivec()
385 vec_st(inh, 16, outptr1); in jsimd_h2v2_upsample_altivec()
390 inh = vec_mergel(in, in); in jsimd_h2v2_upsample_altivec()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c328 __vector unsigned char in, inl, inh; in jsimd_h2v1_upsample_altivec() local
339 inh = vec_mergel(in, in); in jsimd_h2v1_upsample_altivec()
342 vec_st(inh, 16, outptr); in jsimd_h2v1_upsample_altivec()
347 inh = vec_mergel(in, in); in jsimd_h2v1_upsample_altivec()
350 vec_st(inh, 48, outptr); in jsimd_h2v1_upsample_altivec()
366 __vector unsigned char in, inl, inh; in jsimd_h2v2_upsample_altivec() local
379 inh = vec_mergel(in, in); in jsimd_h2v2_upsample_altivec()
384 vec_st(inh, 16, outptr0); in jsimd_h2v2_upsample_altivec()
385 vec_st(inh, 16, outptr1); in jsimd_h2v2_upsample_altivec()
390 inh = vec_mergel(in, in); in jsimd_h2v2_upsample_altivec()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_rotate.c87 int inw, inh; member
170 double inh = rot->var_values[VAR_IN_H]; in get_rotated_w() local
174 return FFMAX(0, inh * sinx) + FFMAX(0, -inw * cosx) + in get_rotated_w()
175 FFMAX(0, inw * cosx) + FFMAX(0, -inh * sinx); in get_rotated_w()
182 double inh = rot->var_values[VAR_IN_H]; in get_rotated_h() local
186 return FFMAX(0, -inh * cosx) + FFMAX(0, -inw * sinx) + in get_rotated_h()
187 FFMAX(0, inh * cosx) + FFMAX(0, inw * sinx); in get_rotated_h()
425 const int inw = td->inw, inh = td->inh; in filter_slice() local
437 y = yprime + yi + FIXP*(inh-1)/2; in filter_slice()
439 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh == inh) { in filter_slice()
[all …]
Dvf_stack.c255 int inw, inh, size; in config_output() local
279 inw = inh = 0; in config_output()
296 inh += ctx->inputs[size]->w; in config_output()
304 inh += ctx->inputs[size]->h; in config_output()
312 inh += size; in config_output()
323 item->y[1] = item->y[2] = AV_CEIL_RSHIFT(inh, s->desc->log2_chroma_h); in config_output()
324 item->y[0] = item->y[3] = inh; in config_output()
327 height = FFMAX(height, inlink->h + inh); in config_output()
Dvf_transpose.c280 int inh = AV_CEIL_RSHIFT(in->height, vsub); in filter_slice() local
296 src += in->linesize[plane] * (inh - 1); in filter_slice()
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dos.txt58 inh{"мӕхъӕлон"}
Dsw_KE.txt15 inh{"Kiingushi"}
Des_MX.txt29 inh{"ingusetio"}
Daz_Cyrl.txt144 inh{"ингуш"}
Duz_Cyrl.txt138 inh{"ингушча"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dos.txt59 inh{"мӕхъӕлон"}
Des_US.txt26 inh{"ingusetio"}
Des_MX.txt25 inh{"ingusetio"}
Dsw_KE.txt21 inh{"Kiingushi"}
Dff_Adlm.txt97 inh{"������������������"}
Duz_Cyrl.txt139 inh{"ингушча"}
Daz_Cyrl.txt145 inh{"ингуш"}
/third_party/icu/icu4c/source/data/lang/
Dos.txt59 inh{"мӕхъӕлон"}
Des_US.txt26 inh{"ingusetio"}
Des_MX.txt25 inh{"ingusetio"}
Dsw_KE.txt21 inh{"Kiingushi"}
Dff_Adlm.txt97 inh{"������������������"}
Duz_Cyrl.txt139 inh{"ингушча"}
Daz_Cyrl.txt145 inh{"ингуш"}
/third_party/openssl/crypto/ui/
Dui_openssl.c715 HANDLE inh; in noecho_fgets() local
716 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets()
717 FlushConsoleInputBuffer(inh); in noecho_fgets()

12345678910>>...15