Searched refs:CompressA8ToLATC (Results 1 – 3 of 3) sorted by relevance
17 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src,
130 if (format == kLATC_Format) { proc = CompressA8ToLATC; } in CompressBufferToFormat()
475 bool CompressA8ToLATC(uint8_t* dst, const uint8_t* src, int width, int height, size_t rowBytes) { in CompressA8ToLATC() function