Home | History | Annotate | Download | only in enc

Lines Matching refs:mem_buf

429   uint8_t* mem_buf = NULL;
452 mem_buf = (uint8_t*)WebPSafeCalloc(total_length_size,
454 if (mem_buf == NULL) goto End;
456 codes = (uint16_t*)mem_buf;
490 WebPSafeFree(mem_buf);