ref: a79c54cde72abe6309eaf9d2ee20f67694026d1d
parent: 587a8b20f472f77ba0ac6e51c022455f2dcbb7d5
author: ruil2 <[email protected]>
date: Wed Jun 11 08:04:59 EDT 2014
fix a typo
--- a/test/decoder/DecUT_ExpandPicture.cpp
+++ b/test/decoder/DecUT_ExpandPicture.cpp
@@ -156,7 +156,7 @@
for (int32_t iTestIdx = 0; iTestIdx < EXPAND_PIC_TEST_NUM; iTestIdx++) {
int32_t iPicWidth = (8 + (rand() % 200) * 8);
- if(uiCpuFlag && WELS_CPU_SSE2)
+ if(uiCpuFlag & WELS_CPU_SSE2)
{
iPicWidth = WELS_MAX(iPicWidth, 16);
}