Searched refs:inh (Results 1 – 25 of 372) sorted by relevance
12345678910>>...15
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jdsample-altivec.c | 328 __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/ |
D | jdsample-altivec.c | 328 __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/ |
D | vf_rotate.c | 87 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 …]
|
D | vf_stack.c | 255 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()
|
D | vf_transpose.c | 280 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/ |
D | os.txt | 58 inh{"мӕхъӕлон"}
|
D | sw_KE.txt | 15 inh{"Kiingushi"}
|
D | es_MX.txt | 29 inh{"ingusetio"}
|
D | az_Cyrl.txt | 144 inh{"ингуш"}
|
D | uz_Cyrl.txt | 138 inh{"ингушча"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | os.txt | 59 inh{"мӕхъӕлон"}
|
D | es_US.txt | 26 inh{"ingusetio"}
|
D | es_MX.txt | 25 inh{"ingusetio"}
|
D | sw_KE.txt | 21 inh{"Kiingushi"}
|
D | ff_Adlm.txt | 97 inh{""}
|
D | uz_Cyrl.txt | 139 inh{"ингушча"}
|
D | az_Cyrl.txt | 145 inh{"ингуш"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | os.txt | 59 inh{"мӕхъӕлон"}
|
D | es_US.txt | 26 inh{"ingusetio"}
|
D | es_MX.txt | 25 inh{"ingusetio"}
|
D | sw_KE.txt | 21 inh{"Kiingushi"}
|
D | ff_Adlm.txt | 97 inh{""}
|
D | uz_Cyrl.txt | 139 inh{"ингушча"}
|
D | az_Cyrl.txt | 145 inh{"ингуш"}
|
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 715 HANDLE inh; in noecho_fgets() local 716 inh = GetStdHandle(STD_INPUT_HANDLE); in noecho_fgets() 717 FlushConsoleInputBuffer(inh); in noecho_fgets()
|
12345678910>>...15