OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapUcb
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
convert.cc
61
tmp_b = (int32)((mapYc[y1[0]] +
mapUcb
[u[0]] + 128) >> 8);
68
tmp_b = (int32)((mapYc[y1[1]] +
mapUcb
[u[0]] + 128) >> 8);
75
tmp_b = (int32)((mapYc[y2[0]] +
mapUcb
[u[0]] + 128) >> 8);
82
tmp_b = (int32)((mapYc[y2[1]] +
mapUcb
[u[0]] + 128) >> 8);
132
tmp_b = (int32)((mapYc[y1[0]] +
mapUcb
[u[0]] + 128) >> 8);
138
tmp_b = (int32)((mapYc[y1[1]] +
mapUcb
[u[0]] + 128) >> 8);
144
tmp_b = (int32)((mapYc[y2[0]] +
mapUcb
[u[0]] + 128) >> 8);
150
tmp_b = (int32)((mapYc[y2[1]] +
mapUcb
[u[0]] + 128) >> 8);
211
tmp_b = (int32)((mapYc[y1[0]] +
mapUcb
[u[0]] + 128) >> 8);
217
tmp_b = (int32)((mapYc[y1[1]] +
mapUcb
[u[0]] + 128) >> 8)
[
all
...]
conversion_tables.h
100
static const int
mapUcb
[256] = {
Completed in 38 milliseconds