<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>>@@ -1154,8 +1151,11 @@<BR>> ; void dequant_normal(const int32_t* quantCoef, int32_t* coef, int num, int scale, int shift)<BR>> ;-----------------------------------------------------------------------------<BR>> INIT_XMM sse4<BR>>-cglobal dequant_normal, 2,5,8<BR>>-    movd        m1, r3m             ; m1 = word [scale]<BR>>+cglobal dequant_normal, 4,5,5<BR>>+    movd        m1, r3             ; m1 = word [scale]<BR>>+    cmp         r3d, 255<BR>r3 is scale, it maximum is (72 << per), when QP more than 12, the code will enter slower path.</DIV>
<DIV> </DIV></div>