8008017: The fix for 8005129 does not build on Windows
Reviewed-by: prr, jgodinez
This commit is contained in:
parent
61363dfe99
commit
20987e6144
jdk/src/share/native/sun/awt/medialib
@ -1884,10 +1884,10 @@ mlib_status CONV_FUNC_MxN
|
||||
mlib_s32 nchannel, chan1, chan2;
|
||||
mlib_s32 i, j, c, swid;
|
||||
d64_2x32 dd;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
@ -1651,10 +1651,10 @@ mlib_status CONV_FUNC(MxN)(mlib_image *dst,
|
||||
DEF_VARS(DTYPE);
|
||||
mlib_s32 chan2;
|
||||
mlib_s32 *buffo, *buffi;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
@ -1884,10 +1884,10 @@ mlib_status CONV_FUNC_MxN
|
||||
mlib_s32 nchannel, chan1, chan2;
|
||||
mlib_s32 i, j, c, swid;
|
||||
d64_2x32 dd;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
@ -1652,10 +1652,10 @@ mlib_status CONV_FUNC(MxN)(mlib_image *dst,
|
||||
DEF_VARS(DTYPE);
|
||||
mlib_s32 chan2;
|
||||
mlib_s32 *buffo, *buffi;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
@ -1884,10 +1884,10 @@ mlib_status CONV_FUNC_MxN
|
||||
mlib_s32 nchannel, chan1, chan2;
|
||||
mlib_s32 i, j, c, swid;
|
||||
d64_2x32 dd;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
@ -1651,10 +1651,10 @@ mlib_status CONV_FUNC(MxN)(mlib_image *dst,
|
||||
DEF_VARS(DTYPE);
|
||||
mlib_s32 chan2;
|
||||
mlib_s32 *buffo, *buffi;
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
mlib_status status = MLIB_SUCCESS;
|
||||
|
||||
GET_SRC_DST_PARAMETERS(DTYPE);
|
||||
|
||||
if (scale > 30) {
|
||||
fscale *= 1.0/(1 << 30);
|
||||
scale -= 30;
|
||||
|
Loading…
x
Reference in New Issue
Block a user