Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 463692 Details for
Bug 573948
[patch]
Method dispatch fix
jsimd-patch (text/plain), 1.75 KB, created by
Justin Lebar (not reading bugmail)
(
hide
)
Description:
Method dispatch fix
Filename:
MIME Type:
Creator:
Justin Lebar (not reading bugmail)
Size:
1.75 KB
patch
obsolete
>diff --git a/jpeg/simd/jsimd_i386.c b/jpeg/simd/jsimd_i386.c >--- a/jpeg/simd/jsimd_i386.c >+++ b/jpeg/simd/jsimd_i386.c >@@ -377,17 +377,17 @@ jsimd_can_h2v1_fancy_upsample (void) > GLOBAL(void) > jsimd_h2v2_fancy_upsample (j_decompress_ptr cinfo, > jpeg_component_info * compptr, > JSAMPARRAY input_data, > JSAMPARRAY * output_data_ptr) > { > if ((simd_support & JSIMD_SSE2) && > IS_ALIGNED_SSE(jconst_fancy_upsample_sse2)) >- jsimd_h2v1_fancy_upsample_sse2(cinfo->max_v_samp_factor, >+ jsimd_h2v2_fancy_upsample_sse2(cinfo->max_v_samp_factor, > compptr->downsampled_width, input_data, output_data_ptr); > else if (simd_support & JSIMD_MMX) > jsimd_h2v2_fancy_upsample_mmx(cinfo->max_v_samp_factor, > compptr->downsampled_width, input_data, output_data_ptr); > } > > GLOBAL(void) > jsimd_h2v1_fancy_upsample (j_decompress_ptr cinfo, >diff --git a/jpeg/simd/jsimd_x86_64.c b/jpeg/simd/jsimd_x86_64.c >--- a/jpeg/simd/jsimd_x86_64.c >+++ b/jpeg/simd/jsimd_x86_64.c >@@ -255,17 +255,17 @@ jsimd_can_h2v1_fancy_upsample (void) > } > > GLOBAL(void) > jsimd_h2v2_fancy_upsample (j_decompress_ptr cinfo, > jpeg_component_info * compptr, > JSAMPARRAY input_data, > JSAMPARRAY * output_data_ptr) > { >- jsimd_h2v1_fancy_upsample_sse2(cinfo->max_v_samp_factor, >+ jsimd_h2v2_fancy_upsample_sse2(cinfo->max_v_samp_factor, > compptr->downsampled_width, > input_data, output_data_ptr); > } > > GLOBAL(void) > jsimd_h2v1_fancy_upsample (j_decompress_ptr cinfo, > jpeg_component_info * compptr, > JSAMPARRAY input_data,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
|
Review
Attachments on
bug 573948
:
458811
|
463214
|
463217
|
463225
|
463272
|
463675
|
463677
|
463692
|
463695
|
464561
|
471713
|
522445
|
522446
|
522449
|
522459
|
522544
|
522583
|
522674