Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c227 static inline void ImportRow(const uint8_t* src, int src_width, in ImportRow() function
295 ImportRow(src, src_width, frow, irow, dst_width); in RescalePlane()
/external/webp/src/dec/
Dio.c451 static inline void ImportRow(const uint8_t* const src, in ImportRow() function
513 ImportRow(src, wrk); in Rescale()
602 ImportRow(src, wrk); in Import()