Home
last modified time | relevance | path

Searched refs:PutLE24 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/utils/
Dutils.h99 static WEBP_INLINE void PutLE24(uint8_t* const data, int val) { in PutLE24() function
/external/webp/src/enc/
Dsyntax.c68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); in PutVP8XHeader()
69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); in PutVP8XHeader()