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

  /external/webp/src/utils/
utils.h 64 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) {
  /external/webp/src/enc/
syntax.c 70 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1);
71 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1);
278 PutLE24(buffer + 0, enc->layer_data_size_);

Completed in 4631 milliseconds