HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_RESTRICT (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
mct.h 63 void opj_mct_encode(OPJ_INT32* OPJ_RESTRICT c0, OPJ_INT32* OPJ_RESTRICT c1,
64 OPJ_INT32* OPJ_RESTRICT c2, OPJ_SIZE_T n);
72 void opj_mct_decode(OPJ_INT32* OPJ_RESTRICT c0, OPJ_INT32* OPJ_RESTRICT c1,
73 OPJ_INT32* OPJ_RESTRICT c2, OPJ_SIZE_T n);
88 void opj_mct_encode_real(OPJ_INT32* OPJ_RESTRICT c0, OPJ_INT32* OPJ_RESTRICT c1,
89 OPJ_INT32* OPJ_RESTRICT c2, OPJ_SIZE_T n);
97 void opj_mct_decode_real(OPJ_FLOAT32* OPJ_RESTRICT c0
    [all...]
dwt.h 101 opj_tcd_tilecomp_t* OPJ_RESTRICT tilec,
mct.c 80 OPJ_INT32* OPJ_RESTRICT c0,
81 OPJ_INT32* OPJ_RESTRICT c1,
82 OPJ_INT32* OPJ_RESTRICT c2,
122 OPJ_INT32* OPJ_RESTRICT c0,
123 OPJ_INT32* OPJ_RESTRICT c1,
124 OPJ_INT32* OPJ_RESTRICT c2,
149 OPJ_INT32* OPJ_RESTRICT c0,
150 OPJ_INT32* OPJ_RESTRICT c1,
151 OPJ_INT32* OPJ_RESTRICT c2,
184 OPJ_INT32* OPJ_RESTRICT c0
    [all...]
opj_includes.h 108 #define OPJ_RESTRICT restrict
112 #define OPJ_RESTRICT __restrict__
116 Need to check OPJ_RESTRICT usage (or a bug in vc14)
118 #define OPJ_RESTRICT __restrict
121 #define OPJ_RESTRICT /* restrict */
sparse_array.c 164 const OPJ_INT32* OPJ_RESTRICT src_ptr = src_block + block_y_offset *
167 OPJ_INT32* OPJ_RESTRICT dest_ptr = buf + (y - y0) * (OPJ_SIZE_T)buf_line_stride
187 OPJ_INT32* OPJ_RESTRICT dest_ptr = buf + (y - y0) * (OPJ_SIZE_T)buf_line_stride
246 OPJ_INT32* OPJ_RESTRICT dest_ptr = src_block + block_y_offset *
248 const OPJ_INT32* OPJ_RESTRICT src_ptr = buf + (y - y0) *
267 OPJ_INT32* OPJ_RESTRICT dest_ptr = src_block + block_y_offset *
269 const OPJ_INT32* OPJ_RESTRICT src_ptr = buf + (y - y0) *
dwt.c 161 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r,
167 static void opj_v4dwt_decode(opj_v4dwt_t* OPJ_RESTRICT dwt);
169 static void opj_v4dwt_interleave_h(opj_v4dwt_t* OPJ_RESTRICT dwt,
170 OPJ_FLOAT32* OPJ_RESTRICT a,
174 static void opj_v4dwt_interleave_v(opj_v4dwt_t* OPJ_RESTRICT dwt,
175 OPJ_FLOAT32* OPJ_RESTRICT a,
    [all...]
t1.c     [all...]

Completed in 544 milliseconds