OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredictLine
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dsp/
filters.c
31
static WEBP_INLINE void
PredictLine
(const uint8_t* src, const uint8_t* pred,
59
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
69
PredictLine
(in, preds - stride, out, 1, inverse);
70
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
97
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
108
PredictLine
(in, preds, out, width, inverse);
139
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
150
PredictLine
(in, preds - stride, out, 1, inverse);
filters_mips_dsp_r2.c
107
static WEBP_INLINE void
PredictLine
(const uint8_t* src, uint8_t* dst,
221
PredictLine
(in + 1, out + 1, width - 1, inverse);
277
PredictLine
(in + 1, out + 1, width - 1, inverse);
355
PredictLine
(in + 1, out + 1, width - 1, inverse);
/external/opencv3/3rdparty/libwebp/utils/
filters.c
33
static WEBP_INLINE void
PredictLine
(const uint8_t* src, const uint8_t* pred,
59
PredictLine
(in, preds - stride, out, 1, inverse);
61
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
91
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
97
PredictLine
(in, preds, out, width, inverse);
128
PredictLine
(in + 1, preds, out + 1, width - 1, inverse);
137
PredictLine
(in, preds - stride, out, 1, inverse);
Completed in 90 milliseconds