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

  /external/webp/src/enc/
backward_references_enc.h 84 static WEBP_INLINE uint32_t PixOrCopyLiteral(const PixOrCopy* const p,
histogram_enc.c 145 ++histo->alpha_[PixOrCopyLiteral(v, 3)];
146 ++histo->red_[PixOrCopyLiteral(v, 2)];
147 ++histo->literal_[PixOrCopyLiteral(v, 1)];
148 ++histo->blue_[PixOrCopyLiteral(v, 0)];
    [all...]
vp8l_enc.c 741 const int code = PixOrCopyLiteral(v, order[k]);
    [all...]

Completed in 89 milliseconds