OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parityX
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp
106
int
parityX
= (x / blockWidth) & 1;
108
unsigned char intensity = (
parityX
^ parityY) ? 63 : 191;
/frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp
211
int
parityX
= (x / blockWidth) & 1;
213
unsigned char intensity = (
parityX
^ parityY) ? 63 : 191;
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
553
int
parityX
= (x / blockWidth) & 1;
555
unsigned char intensity = (
parityX
^ parityY) ? 63 : 191;
[
all
...]
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
237
int
parityX
= (x / blockWidth) & 1;
239
T intensity = (
parityX
^ parityY) ? 63 : 191;
SurfaceTexture_test.cpp
696
int
parityX
= (x / blockWidth) & 1;
698
unsigned char intensity = (
parityX
^ parityY) ? 63 : 191;
745
int
parityX
= (x / (1 << (c+2))) & 1;
747
buf[offset + c] = (
parityX
^ parityY) ? 231 : 35;
[
all
...]
Completed in 117 milliseconds