OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LTransform
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dec/
vp8li_dec.h
34
typedef struct
VP8LTransform
VP8LTransform
;
35
struct
VP8LTransform
{
85
VP8LTransform
transforms_[NUM_TRANSFORMS];
vp8l_dec.c
771
VP8LTransform
* const transform = &dec->transforms_[n];
876
VP8LTransform
* const transform = &dec->transforms_[0];
[
all
...]
/external/webp/src/dsp/
lossless.h
57
struct
VP8LTransform
; // Defined in dec/vp8li.h.
63
void VP8LInverseTransform(const struct
VP8LTransform
* const transform,
96
const struct
VP8LTransform
* const transform, int y_start, int y_end,
lossless.c
196
static void PredictorInverseTransform_C(const
VP8LTransform
* const transform,
287
static void ColorSpaceInverseTransform_C(const
VP8LTransform
* const transform,
336
STATIC_DECL void FUNC_NAME(const
VP8LTransform
* const transform, \
372
void VP8LInverseTransform(const
VP8LTransform
* const transform,
Completed in 60 milliseconds