Searched refs:OPJ_RESTRICT (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libopenjpeg/ |
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_FLOAT32* OPJ_RESTRICT c0, 89 OPJ_FLOAT32* OPJ_RESTRICT c1, 90 OPJ_FLOAT32* OPJ_RESTRICT c2, OPJ_SIZE_T n); 98 void opj_mct_decode_real(OPJ_FLOAT32* OPJ_RESTRICT c0, 99 OPJ_FLOAT32* OPJ_RESTRICT c1, OPJ_FLOAT32* OPJ_RESTRICT c2, OPJ_SIZE_T n);
|
D | mct.c | 79 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_encode() 80 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_encode() 81 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_encode() 121 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_encode() 122 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_encode() 123 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_encode() 148 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_decode() 149 OPJ_INT32* OPJ_RESTRICT c1, in opj_mct_decode() 150 OPJ_INT32* OPJ_RESTRICT c2, in opj_mct_decode() 183 OPJ_INT32* OPJ_RESTRICT c0, in opj_mct_decode() [all …]
|
D | 0012-mct_sse.patch | 31 OPJ_INT32* OPJ_RESTRICT c0, 32 OPJ_INT32* OPJ_RESTRICT c1, 40 OPJ_INT32* OPJ_RESTRICT c0, 41 OPJ_INT32* OPJ_RESTRICT c1,
|
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 | opj_includes.h | 108 #define OPJ_RESTRICT restrict macro 112 #define OPJ_RESTRICT __restrict__ macro 121 #define OPJ_RESTRICT /* restrict */ macro
|
D | dwt.c | 122 static void opj_dwt_deinterleave_h(const OPJ_INT32 * OPJ_RESTRICT a, 123 OPJ_INT32 * OPJ_RESTRICT b, 171 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, 230 static void opj_dwt_deinterleave_h(const OPJ_INT32 * OPJ_RESTRICT a, in opj_dwt_deinterleave_h() 231 OPJ_INT32 * OPJ_RESTRICT b, in opj_dwt_deinterleave_h() 236 OPJ_INT32 * OPJ_RESTRICT l_dest = b; in opj_dwt_deinterleave_h() 237 const OPJ_INT32 * OPJ_RESTRICT l_src = a + cas; in opj_dwt_deinterleave_h() 1120 OPJ_INT32* OPJ_RESTRICT row = (OPJ_INT32*)rowIn; in opj_dwt_encode_and_deinterleave_h_one_row() 1121 OPJ_INT32* OPJ_RESTRICT tmp = (OPJ_INT32*)tmpIn; in opj_dwt_encode_and_deinterleave_h_one_row() 1174 OPJ_FLOAT32* OPJ_RESTRICT row = (OPJ_FLOAT32*)rowIn; in opj_dwt_encode_and_deinterleave_h_one_row_real() [all …]
|
D | dwt.h | 99 opj_tcd_tilecomp_t* OPJ_RESTRICT tilec,
|
D | t1.c | 1614 OPJ_INT32* OPJ_RESTRICT datap; in opj_t1_clbl_decode_processor() 1797 OPJ_INT32* OPJ_RESTRICT tiledp = &tilec->data[(OPJ_SIZE_T)y * tile_w + in opj_t1_clbl_decode_processor() 1818 OPJ_FLOAT32* OPJ_RESTRICT tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_SIZE_T)y * in opj_t1_clbl_decode_processor() 1821 OPJ_FLOAT32* OPJ_RESTRICT tiledp2 = tiledp; in opj_t1_clbl_decode_processor() 1857 opj_tcd_band_t* OPJ_RESTRICT band = &res->bands[bandno]; in opj_t1_decode_cblks() 2176 OPJ_INT32* OPJ_RESTRICT tiledp; in opj_t1_cblk_encode_processor() 2227 OPJ_UINT32* OPJ_RESTRICT tiledp_u = (OPJ_UINT32*) tiledp; in opj_t1_cblk_encode_processor() 2228 OPJ_UINT32* OPJ_RESTRICT t1data = (OPJ_UINT32*) t1->data; in opj_t1_cblk_encode_processor() 2249 OPJ_FLOAT32* OPJ_RESTRICT tiledp_f = (OPJ_FLOAT32*) tiledp; in opj_t1_cblk_encode_processor() 2250 OPJ_INT32* OPJ_RESTRICT t1data = t1->data; in opj_t1_cblk_encode_processor() [all …]
|
D | 0003-dwt-decode.patch | 32 @@ -181,13 +179,20 @@ static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r,
|