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 };
59
const uint8x16_t shuffle = vld1q_u8(
kGreenShuffle
);
61
const uint8x8_t shuffle = vld1_u8(
kGreenShuffle
);
lossless_neon.c
504
static const uint8_t
kGreenShuffle
[16] = {
515
static const uint8_t
kGreenShuffle
[8] = { 1, 255, 1, 255, 5, 255, 5, 255 };
528
const uint8x16_t shuffle = vld1q_u8(
kGreenShuffle
);
530
const uint8x8_t shuffle = vld1_u8(
kGreenShuffle
);
Completed in 135 milliseconds