OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colors_bottom
(Results
1 - 1
of
1
) sorted by null
/external/libdrm/tests/util/
pattern.c
99
const struct color_yuv
colors_bottom
[] = {
local
130
y_mem[x] =
colors_bottom
[x * 4 / (width * 5 / 7)].y;
132
y_mem[x] =
colors_bottom
[(x - width * 5 / 7) * 3
135
y_mem[x] =
colors_bottom
[7].y;
161
colors_bottom
[x * 4 / (width * 5 / 7)].u;
163
colors_bottom
[x * 4 / (width * 5 / 7)].v;
166
u_mem[x*cs/xsub] =
colors_bottom
[(x - width * 5 / 7) *
168
v_mem[x*cs/xsub] =
colors_bottom
[(x - width * 5 / 7) *
172
u_mem[x*cs/xsub] =
colors_bottom
[7].u;
173
v_mem[x*cs/xsub] =
colors_bottom
[7].v
202
const struct color_yuv
colors_bottom
[] = {
local
301
const uint16_t
colors_bottom
[] = {
local
362
const struct color_rgb24
colors_bottom
[] = {
local
425
const uint32_t
colors_bottom
[] = {
local
[
all
...]
Completed in 101 milliseconds