提交 6b74c46b 编写于 作者: P prr

8008017: The fix for 8005129 does not build on Windows

Reviewed-by: prr, jgodinez
Contributed-by: jia-hong.chen@oracle.com
上级 600cd702
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册