Skip to content

Conversation

@ktgw0316
Copy link

No description provided.

@ktgw0316 ktgw0316 marked this pull request as ready for review October 18, 2024 06:20
Copy link
Contributor

@jodygarnett jodygarnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am going to have to ask a more experienced member of the JAI-Ext team to review.

public final class InterpolationBicubic extends InterpolationTable {

private static final int PRECISION_BITS = 8;
private static final int PRECISION_BITS = 12;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

float_fracy = fracy;
frac_xx = float_fracx * (1.0F - float_fracx);
frac_yy = float_fracx * (1.0F - float_fracy);
frac_yy = float_fracy * (1.0F - float_fracy);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@jodygarnett jodygarnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revisit this change after JAI-Ext merged, check if still required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants