Home | History | Annotate | Download | only in enc

Lines Matching refs:mem_buf

188   uint8_t* mem_buf = NULL;
208 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
210 if (mem_buf == NULL) {
214 codes = (uint16_t*)mem_buf;
238 free(mem_buf);