<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>It is fixed in patches Issue #180, but did not push into tree, I sent it in 09/15<br></div><div></div><div id="divNeteaseMailCard"></div><div><br></div>At 2015-09-24 16:50:00,"Deepthi Nandakumar" <deepthi@multicorewareinc.com> wrote:<br> <blockquote id="isReplyContent" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;"><div dir="ltr">Thanks for reporting, this is an open issue on Bitbucket under investigation.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 9:57 AM, Mario *LigH* Rohkrämer <span dir="ltr"><<a href="mailto:contact@ligh.de" target="_blank">contact@ligh.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;">+----<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp: In instantiation of 'uint32_t x265::Quant::rdoQuant(const x265::CUData&, int16_t*, x265::TextType, uint32_t, bool) [with unsigned int log2TrSize = 4u; uint32_t = unsigned int; int16_t = short int]':<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:189:139:   required from here<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:672:48: note: in expansion of macro 'PSYVALUE'<br>
                     costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:779:52: note: in expansion of macro 'PSYVALUE'<br>
                         costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:857:40: note: in expansion of macro 'PSYVALUE'<br>
                 costUncoded[blkPos] -= PSYVALUE(predictedCoef);<br>
                                        ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:940:36: note: in expansion of macro 'PSYVALUE'<br>
                         curCost -= PSYVALUE(reconCoef);<br>
                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:968:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost0 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:971:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost1 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp: In instantiation of 'uint32_t x265::Quant::rdoQuant(const x265::CUData&, int16_t*, x265::TextType, uint32_t, bool) [with unsigned int log2TrSize = 5u; uint32_t = unsigned int; int16_t = short int]':<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:189:139:   required from here<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:672:48: note: in expansion of macro 'PSYVALUE'<br>
                     costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:779:52: note: in expansion of macro 'PSYVALUE'<br>
                         costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:857:40: note: in expansion of macro 'PSYVALUE'<br>
                 costUncoded[blkPos] -= PSYVALUE(predictedCoef);<br>
                                        ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:940:36: note: in expansion of macro 'PSYVALUE'<br>
                         curCost -= PSYVALUE(reconCoef);<br>
                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:968:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost0 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:971:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost1 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
+----<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
Fun and success!<br>
Mario *LigH* Rohkrämer<br>
mailto:<a href="mailto:contact@ligh.de" target="_blank">contact@ligh.de</a><br>
<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank" rel="noreferrer">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</font></span></blockquote></div><br></div>
</blockquote></div>