Searched refs:opj_aligned_malloc (Results 1 – 5 of 5) sorted by relevance
110 #define opj_aligned_malloc(size) malloc(size) macro115 #undef opj_aligned_malloc116 #define opj_aligned_malloc(size) _mm_malloc((size), 16) macro125 #undef opj_aligned_malloc126 #define opj_aligned_malloc(size) memalign(16, (size)) macro134 #undef opj_aligned_malloc137 static INLINE void* __attribute__ ((malloc)) opj_aligned_malloc(size_t size){ in opj_aligned_malloc() function155 #undef opj_aligned_malloc156 #define opj_aligned_malloc(size) opj_malloc(size) macro
53 -void * opj_aligned_malloc(size_t size);87 +#define opj_aligned_malloc(size) malloc(size)92 + #undef opj_aligned_malloc93 + #define opj_aligned_malloc(size) _mm_malloc((size), 16)102 + #undef opj_aligned_malloc103 + #define opj_aligned_malloc(size) memalign(16, (size))111 + #undef opj_aligned_malloc114 + static INLINE void* __attribute__ ((malloc)) opj_aligned_malloc(size_t size){132 + #undef opj_aligned_malloc133 + #define opj_aligned_malloc(size) opj_malloc(size)
1458 t1->data = (OPJ_INT32*) opj_aligned_malloc(datasize * sizeof(OPJ_INT32)); in opj_t1_allocate_buffers()1484 t1->flags = (opj_flag_t*) opj_aligned_malloc(flagssize * sizeof( in opj_t1_allocate_buffers()1621 cblk->decoded_data = (OPJ_INT32*)opj_aligned_malloc(sizeof(OPJ_INT32) * in opj_t1_clbl_decode_processor()
1056 void* ret = opj_aligned_malloc(size); in opj_image_data_alloc()
2550 h.wavelet = (opj_v4_t*) opj_aligned_malloc(l_data_size * sizeof(opj_v4_t)); in opj_dwt_decode_tile_97()2718 h.wavelet = (opj_v4_t*) opj_aligned_malloc(l_data_size * sizeof(opj_v4_t)); in opj_dwt_decode_partial_97()