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

  /external/chromium_org/third_party/libwebp/utils/
utils.h 66 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) {
  /external/webp/src/utils/
utils.h 66 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) {
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 72 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1);
73 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
280 PutLE24(buffer + 0, enc->layer_data_size_);
  /external/webp/src/enc/
syntax.c 72 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1);
73 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
280 PutLE24(buffer + 0, enc->layer_data_size_);

Completed in 1589 milliseconds