OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGreenShuffle
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless_enc_neon.c
35
static const uint8_t
kGreenShuffle
[16] = {
46
static const uint8_t
kGreenShuffle
[8] = { 1, 255, 1, 255, 5, 255, 5, 255 };
58
const uint8x16_t shuffle = vld1q_u8(
kGreenShuffle
);
60
const uint8x8_t shuffle = vld1_u8(
kGreenShuffle
);
lossless_neon.c
154
static const uint8_t
kGreenShuffle
[16] = {
165
static const uint8_t
kGreenShuffle
[8] = { 1, 255, 1, 255, 5, 255, 5, 255 };
177
const uint8x16_t shuffle = vld1q_u8(
kGreenShuffle
);
179
const uint8x8_t shuffle = vld1_u8(
kGreenShuffle
);
Completed in 414 milliseconds