8008017: The fix for 8005129 does not build on Windows

Reviewed-by: prr, jgodinez
This commit is contained in:
Jia-Hong Chen 2013-02-13 15:06:47 -08:00 committed by Phil Race
parent 61363dfe99
commit 20987e6144
6 changed files with 12 additions and 12 deletions

@ -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;