OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TransformWHT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
dec_neon.c
319
static void
TransformWHT
(const int16_t* in, int16_t* out) {
396
VP8TransformWHT =
TransformWHT
;
dec.c
142
static void
TransformWHT
(const int16_t* in, int16_t* out) {
169
void (*VP8TransformWHT)(const int16_t* in, int16_t* out) =
TransformWHT
;
/external/webp/src/dsp/
dec_neon.c
319
static void
TransformWHT
(const int16_t* in, int16_t* out) {
396
VP8TransformWHT =
TransformWHT
;
dec.c
142
static void
TransformWHT
(const int16_t* in, int16_t* out) {
169
void (*VP8TransformWHT)(const int16_t* in, int16_t* out) =
TransformWHT
;
Completed in 37 milliseconds