OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PixOrCopyLiteral
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
backward_references.h
156
static WEBP_INLINE uint32_t
PixOrCopyLiteral
(const PixOrCopy* const p,
histogram.c
85
++histo->alpha_[
PixOrCopyLiteral
(v, 3)];
86
++histo->red_[
PixOrCopyLiteral
(v, 2)];
87
++histo->literal_[
PixOrCopyLiteral
(v, 1)];
88
++histo->blue_[
PixOrCopyLiteral
(v, 0)];
vp8l.c
447
const int code =
PixOrCopyLiteral
(v, order[k]);
[
all
...]
/external/webp/src/enc/
backward_references.h
156
static WEBP_INLINE uint32_t
PixOrCopyLiteral
(const PixOrCopy* const p,
histogram.c
85
++histo->alpha_[
PixOrCopyLiteral
(v, 3)];
86
++histo->red_[
PixOrCopyLiteral
(v, 2)];
87
++histo->literal_[
PixOrCopyLiteral
(v, 1)];
88
++histo->blue_[
PixOrCopyLiteral
(v, 0)];
vp8l.c
447
const int code =
PixOrCopyLiteral
(v, order[k]);
[
all
...]
Completed in 887 milliseconds