Commit fb0b7a7f by strobe Committed by Oliver Woodman

Fix green bar bug

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184022988
parent cb95f7e9
Showing with 0 additions and 1 deletions
...@@ -218,7 +218,6 @@ static int convert_16_to_8_neon(const vpx_image_t* const img, jbyte* const data, ...@@ -218,7 +218,6 @@ static int convert_16_to_8_neon(const vpx_image_t* const img, jbyte* const data,
dstV += 8; dstV += 8;
} }
i *= 4;
uint32_t randval = 0; uint32_t randval = 0;
while (i < uvWidth) { while (i < uvWidth) {
if (!randval) randval = random(); if (!randval) randval = random();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment