Searched defs:dav1d_alloc_aligned (Results 1 – 2 of 2) sorted by relevance
127 #define dav1d_alloc_aligned(type, sz, align) dav1d_alloc_aligned_internal(sz, align) macro
109 void *dav1d_alloc_aligned(const enum AllocationType type, in dav1d_alloc_aligned() function