OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREDICTOR
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless_common.h
171
// Macros used to create a batch
predictor
that iteratively uses a
172
// one-pixel
predictor
.
174
// The
predictor
is added to the output pixel (which
176
#define GENERATE_PREDICTOR_ADD(
PREDICTOR
, PREDICTOR_ADD) \
181
const uint32_t pred = (
PREDICTOR
)(out[x - 1], upper + x); \
188
#define GENERATE_PREDICTOR_SUB(
PREDICTOR
, PREDICTOR_SUB) \
193
const uint32_t pred = (
PREDICTOR
)(in[x - 1], upper + x); \
/device/google/marlin/camera/mm-image-codec/qexif/
qexif.h
212
PREDICTOR
,
856
//
Predictor
860
#define EXIFTAGID_PREDICTOR CONSTRUCT_TAGID(
PREDICTOR
, _ID_PREDICTOR )
[
all
...]
Completed in 1946 milliseconds