Home
last modified time | relevance | path

Searched refs:opj_aligned_32_malloc (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h111 #define opj_aligned_32_malloc(size) malloc(size) macro
117 #undef opj_aligned_32_malloc
118 #define opj_aligned_32_malloc(size) _mm_malloc((size), 32) macro
127 #undef opj_aligned_32_malloc
128 #define opj_aligned_32_malloc(size) memalign(32, (size)) macro
143 #undef opj_aligned_32_malloc
144 static INLINE void* __attribute__ ((malloc)) opj_aligned_32_malloc(size_t size){ in opj_aligned_32_malloc() function
157 #undef opj_aligned_32_malloc
158 #define opj_aligned_32_malloc(size) opj_malloc(size) macro
D0034-opj_malloc.patch85 -void * opj_aligned_32_malloc(size_t size);
88 +#define opj_aligned_32_malloc(size) malloc(size)
94 + #undef opj_aligned_32_malloc
95 + #define opj_aligned_32_malloc(size) _mm_malloc((size), 32)
104 + #undef opj_aligned_32_malloc
105 + #define opj_aligned_32_malloc(size) memalign(32, (size))
120 + #undef opj_aligned_32_malloc
121 + static INLINE void* __attribute__ ((malloc)) opj_aligned_32_malloc(size_t size){
134 + #undef opj_aligned_32_malloc
135 + #define opj_aligned_32_malloc(size) opj_malloc(size)
D0003-dwt-decode.patch208 h.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size);
245 h.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size);
Ddwt.c1422 h.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size); in opj_dwt_decode_tile()
1480 job->h.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size); in opj_dwt_decode_tile()
1535 job->v.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size); in opj_dwt_decode_tile()
1997 h.mem = (OPJ_INT32*)opj_aligned_32_malloc(h_mem_size); in opj_dwt_decode_partial_tile()