/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec() local 73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec() 74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec() 75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec() 77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec() 79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec() 98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec() 150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec() 151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec() [all …]
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 41 __vector unsigned short this0e, this0o, next0e, next0o, outl, outh; in jsimd_h2v1_downsample_altivec() local 73 outh = vec_add(next0e, next0o); in jsimd_h2v1_downsample_altivec() 74 outh = vec_add(outh, pw_bias); in jsimd_h2v1_downsample_altivec() 75 outh = vec_sr(outh, pw_one); in jsimd_h2v1_downsample_altivec() 77 outh = vec_splat_u16(0); in jsimd_h2v1_downsample_altivec() 79 out = vec_pack(outl, outh); in jsimd_h2v1_downsample_altivec() 98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; in jsimd_h2v2_downsample_altivec() local 149 outh = vec_add(out0h, out1h); in jsimd_h2v2_downsample_altivec() 150 outh = vec_add(outh, pw_bias); in jsimd_h2v2_downsample_altivec() 151 outh = vec_sr(outh, pw_two); in jsimd_h2v2_downsample_altivec() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_rotate.c | 69 int outh, outw; member 88 int outw, outh; member 346 SET_SIZE_EXPR(outh, "out_h"); in config_props() 348 rot->outh = res + 0.5; in config_props() 358 outlink->h = rot->outh; in config_props() 424 const int outw = td->outw, outh = td->outh; in filter_slice() local 429 const int start = (outh * job ) / nb_jobs; in filter_slice() 430 const int end = (outh * (job+1)) / nb_jobs; in filter_slice() 439 if (fabs(rot->angle - 0) < FLT_EPSILON && outw == inw && outh == inh) { in filter_slice() 443 } else if (fabs(rot->angle - M_PI/2) < FLT_EPSILON && outw == inh && outh == inw) { in filter_slice() [all …]
|
D | vf_identity.c | 104 const int outh = td->planeheight[c]; in compute_images_msad() local 105 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_msad() 106 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_msad() 132 const int outh = td->planeheight[c]; in compute_images_identity() local 133 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_identity() 134 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_identity()
|
D | vf_transpose.c | 282 int outh = AV_CEIL_RSHIFT(out->height, vsub); in filter_slice() local 283 int start = (outh * jobnr ) / nb_jobs; in filter_slice() 284 int end = (outh * (jobnr+1)) / nb_jobs; in filter_slice() 301 dst = out->data[plane] + dstlinesize * (outh - start - 1); in filter_slice()
|
D | vf_psnr.c | 130 const int outh = td->planeheight[c]; in compute_images_mse() local 131 const int slice_start = (outh * jobnr) / nb_jobs; in compute_images_mse() 132 const int slice_end = (outh * (jobnr+1)) / nb_jobs; in compute_images_mse()
|
D | vf_blend.c | 621 int outh = AV_CEIL_RSHIFT(dst_buf->height, vsub); in blend_frame() local 624 .w = outw, .h = outh, .param = param, .plane = plane, in blend_frame() 627 … ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outh, ff_filter_get_nb_threads(ctx))); in blend_frame()
|
D | vf_v360.c | 4072 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument 4076 outh[1] = outh[2] = FF_CEIL_RSHIFT(h, desc->log2_chroma_h); in set_dimensions() 4077 outh[0] = outh[3] = h; in set_dimensions()
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jdsample-mmi.c | 63 __m64 outle, outhe, outlo, outho, outl, outh; \ 101 outh = _mm_or_si64(outhe, outho); /* ( 8 9 10 11 12 13 14 15) */ \ 104 _mm_store_si64((__m64 *)outptr##row + 1, outh); \
|
/third_party/openh264/codec/processing/src/x86/ |
D | downsample_bilinear.asm | 2335 ; outl=%1 outh=%2 in=%3 2496 ; outl=%1 outh=%2 in=%3 7FFFh=%4 3342 ; outl=%1 outh=%2 in=%3 FFFFh/7FFFh=%4
|