Fix green bar bug
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=184022988
This commit is contained in:
parent
cb95f7e95b
commit
fb0b7a7f86
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user