OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parityY
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/libs/gui/tests/
FillBuffer.cpp
37
int
parityY
= (y / blockHeight) & 1;
38
unsigned char intensity = (parityX ^
parityY
) ? 63 : 191;
85
int
parityY
= (y / (1 << (c+2))) & 1;
86
buf[offset + c] = (parityX ^
parityY
) ? 231 : 35;
CpuConsumer_test.cpp
238
int
parityY
= (y / blockHeight) & 1;
239
T intensity = (parityX ^
parityY
) ? 63 : 191;
/hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp
44
int
parityY
= (y / blockHeight) & 1;
45
unsigned char intensity = (parityX ^
parityY
) ? 63 : 191;
/frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp
107
int
parityY
= (y / blockHeight) & 1;
108
unsigned char intensity = (parityX ^
parityY
) ? 63 : 191;
/frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp
212
int
parityY
= (y / blockHeight) & 1;
213
unsigned char intensity = (parityX ^
parityY
) ? 63 : 191;
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
548
int
parityY
= (y / blockHeight) & 1;
549
unsigned char intensity = (parityX ^
parityY
) ? 63 : 191;
[
all
...]
Completed in 858 milliseconds