OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chann
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/effects/
GrYUVtoRGBEffect.cpp
174
uint8_t
chann
= (uint8_t) this->yuvaIndex(i).fChannel;
local
176
SkASSERT(index < 4 &&
chann
< 4);
178
packed |= (index | (
chann
<< 2)) << (i * 4);
/external/skqp/src/gpu/effects/
GrYUVtoRGBEffect.cpp
164
uint8_t
chann
= (uint8_t) this->yuvaIndex(i).fChannel;
local
166
SkASSERT(index < 4 &&
chann
< 4);
168
packed |= (index | (
chann
<< 2)) << (i * 4);
Completed in 2990 milliseconds