Home | History | Annotate | Download | only in dec

Lines Matching full:memory_size

395   const uint64_t memory_size = sizeof(*dec->rescaler) +
398 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory));