Searched refs:OPJ_RESTRICT (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 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, 98 OPJ_FLOAT32* OPJ_RESTRICT c1, OPJ_FLOAT32* OPJ_RESTRICT c2, OPJ_SIZE_T n);
|
D | 0012-mct_sse.patch | 32 OPJ_INT32* OPJ_RESTRICT c0, 33 OPJ_INT32* OPJ_RESTRICT c1, 41 OPJ_INT32* OPJ_RESTRICT c0, 42 OPJ_INT32* OPJ_RESTRICT c1, 50 OPJ_INT32* OPJ_RESTRICT c0, 51 OPJ_INT32* OPJ_RESTRICT c1,
|
D | mct.c | 80 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_encode() 81 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_encode() 82 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_encode() 122 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_encode() 123 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_encode() 124 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_encode() 149 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_decode() 150 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_decode() 151 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_decode() 184 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_decode() [all …]
|
D | opj_includes.h | 108 #define OPJ_RESTRICT restrict macro 112 #define OPJ_RESTRICT __restrict__ macro 121 #define OPJ_RESTRICT /* restrict */ macro
|
D | sparse_array.c | 164 const OPJ_INT32* OPJ_RESTRICT src_ptr = src_block + block_y_offset * in opj_sparse_array_int32_read_or_write() 167 … OPJ_INT32* OPJ_RESTRICT dest_ptr = buf + (y - y0) * (OPJ_SIZE_T)buf_line_stride in opj_sparse_array_int32_read_or_write() 187 … OPJ_INT32* OPJ_RESTRICT dest_ptr = buf + (y - y0) * (OPJ_SIZE_T)buf_line_stride in opj_sparse_array_int32_read_or_write() 246 OPJ_INT32* OPJ_RESTRICT dest_ptr = src_block + block_y_offset * in opj_sparse_array_int32_read_or_write() 248 const OPJ_INT32* OPJ_RESTRICT src_ptr = buf + (y - y0) * in opj_sparse_array_int32_read_or_write() 267 OPJ_INT32* OPJ_RESTRICT dest_ptr = src_block + block_y_offset * in opj_sparse_array_int32_read_or_write() 269 const OPJ_INT32* OPJ_RESTRICT src_ptr = buf + (y - y0) * in opj_sparse_array_int32_read_or_write()
|
D | dwt.c | 159 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, 165 static void opj_v4dwt_decode(opj_v4dwt_t* OPJ_RESTRICT dwt); 167 static void opj_v4dwt_interleave_h(opj_v4dwt_t* OPJ_RESTRICT dwt, 168 OPJ_FLOAT32* OPJ_RESTRICT a, 172 static void opj_v4dwt_interleave_v(opj_v4dwt_t* OPJ_RESTRICT dwt, 173 OPJ_FLOAT32* OPJ_RESTRICT a, 1313 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, in opj_dwt_max_resolution() 1334 OPJ_INT32 * OPJ_RESTRICT tiledp; 1358 OPJ_INT32 * OPJ_RESTRICT tiledp; 1430 OPJ_INT32 * OPJ_RESTRICT tiledp = tilec->data; in opj_dwt_decode_tile() [all …]
|
D | dwt.h | 101 opj_tcd_tilecomp_t* OPJ_RESTRICT tilec,
|
D | t1.c | 1604 OPJ_INT32* OPJ_RESTRICT datap; in opj_t1_clbl_decode_processor() 1756 OPJ_INT32* OPJ_RESTRICT tiledp = &tilec->data[(OPJ_SIZE_T)y * tile_w + in opj_t1_clbl_decode_processor() 1776 OPJ_FLOAT32* OPJ_RESTRICT tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_SIZE_T)y * in opj_t1_clbl_decode_processor() 1779 OPJ_FLOAT32* OPJ_RESTRICT tiledp2 = tiledp; in opj_t1_clbl_decode_processor() 1815 opj_tcd_band_t* OPJ_RESTRICT band = &res->bands[bandno]; in opj_t1_decode_cblks() 2125 opj_tcd_band_t* OPJ_RESTRICT band = &res->bands[bandno]; in opj_t1_encode_cblks() 2139 OPJ_INT32* OPJ_RESTRICT tiledp; in opj_t1_encode_cblks() 2179 OPJ_UINT32* OPJ_RESTRICT tiledp_u = (OPJ_UINT32*) tiledp; in opj_t1_encode_cblks()
|
D | 0003-dwt-decode.patch | 57 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r,
|