OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapUcg
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
convert.cc
60
tmp_g = (int32)((mapYc[y1[0]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
67
tmp_g = (int32)((mapYc[y1[1]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
74
tmp_g = (int32)((mapYc[y2[0]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
81
tmp_g = (int32)((mapYc[y2[1]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
131
tmp_g = (int32)((mapYc[y1[0]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
137
tmp_g = (int32)((mapYc[y1[1]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
143
tmp_g = (int32)((mapYc[y2[0]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
149
tmp_g = (int32)((mapYc[y2[1]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
210
tmp_g = (int32)((mapYc[y1[0]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8);
216
tmp_g = (int32)((mapYc[y1[1]] +
mapUcg
[u[0]] + mapVcg[v[0]] + 128) >> 8)
[
all
...]
conversion_tables.h
67
static const int
mapUcg
[256] = {
Completed in 313 milliseconds