HomeSort by relevance Sort by last modified time
    Searched refs:PixOrCopy (Results 1 - 6 of 6) sorted by null

  /external/webp/src/enc/
backward_references_enc.h 29 // PixOrCopy
43 } PixOrCopy;
45 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance,
47 PixOrCopy retval;
54 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) {
55 PixOrCopy retval;
64 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) {
65 PixOrCopy retval;
72 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) {
76 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p)
    [all...]
histogram_enc.h 59 // The input data is the PixOrCopy data, which models the literals, stop
93 const PixOrCopy* const v,
backward_references_enc.c 80 PixOrCopy* start_; // data start
145 b->start_ = (PixOrCopy*)((uint8_t*)b + sizeof(*b)); // not always aligned
158 const PixOrCopy v);
160 const PixOrCopy v) {
395 PixOrCopy v;
727 const PixOrCopy* const v = c.cur_pos;
802 PixOrCopy* const v = c.cur_pos;
    [all...]
backward_references_cost_enc.c 30 const PixOrCopy v);
735 PixOrCopy v;
histogram_enc.c 141 const PixOrCopy* const v,
482 const PixOrCopy* const v = c.cur_pos;
    [all...]
vp8l_enc.c 729 const PixOrCopy* const v = c.cur_pos;
    [all...]

Completed in 83 milliseconds