OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITransformOne
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
enc_mips32.c
30
// macro for one vertical pass in
ITransformOne
58
// macro for one horizontal pass in
ITransformOne
119
static WEBP_INLINE void
ITransformOne
(const uint8_t* ref, const int16_t* in,
152
ITransformOne
(ref, in, dst);
154
ITransformOne
(ref + 4, in + 16, dst + 4);
[
all
...]
enc_neon.c
119
static void
ITransformOne
(const uint8_t* ref,
130
static void
ITransformOne
(const uint8_t* ref,
248
ITransformOne
(ref, in, dst);
250
ITransformOne
(ref + 4, in + 16, dst + 4);
[
all
...]
enc.c
92
static WEBP_INLINE void
ITransformOne
(const uint8_t* ref, const int16_t* in,
127
ITransformOne
(ref, in, dst);
129
ITransformOne
(ref + 4, in + 16, dst + 4);
Completed in 45 milliseconds