OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixel01
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java
395
int
pixel01
= (int)src[srcOffset0++] & 0xff;
local
398
dst[dstOffset0++] = (byte)((pixel00 +
pixel01
+ 1) / 2);
400
dst[dstOffset1++] = (byte)((pixel00 +
pixel01
+ pixel10 + pixel11 + 2) / 4);
401
pixel00 =
pixel01
;
417
int
pixel01
= (int)src[srcOffset0++] & 0xff;
local
419
dst[dstOffset0++] = (byte)((pixel00 +
pixel01
+ 1) / 2);
421
dst[dstOffset1++] = (byte)((pixel00 +
pixel01
+ 1) / 2);
422
pixel00 =
pixel01
;
[
all
...]
Completed in 110 milliseconds