Lines Matching refs:OPJ_UINT32
93 OPJ_UINT32 p_tileno,
98 OPJ_UINT32 p_max_prec,
99 OPJ_UINT32 p_max_res,
100 OPJ_UINT32 p_dx_min,
101 OPJ_UINT32 p_dy_min);
119 OPJ_UINT32 p_num_comps,
120 OPJ_UINT32 p_tileno,
125 OPJ_UINT32 p_max_prec,
126 OPJ_UINT32 p_max_res,
127 OPJ_UINT32 p_dx_min,
128 OPJ_UINT32 p_dy_min);
146 OPJ_UINT32 tileno,
151 OPJ_UINT32 * p_dx_min,
152 OPJ_UINT32 * p_dy_min,
153 OPJ_UINT32 * p_max_prec,
154 OPJ_UINT32 * p_max_res);
178 OPJ_UINT32 tileno,
183 OPJ_UINT32 * p_dx_min,
184 OPJ_UINT32 * p_dy_min,
185 OPJ_UINT32 * p_max_prec,
186 OPJ_UINT32 * p_max_res,
187 OPJ_UINT32 ** p_resolutions);
198 OPJ_UINT32 tileno);
204 OPJ_UINT32 p_max_precision,
205 OPJ_UINT32 p_max_res);
211 OPJ_UINT32 p_max_precision,
212 OPJ_UINT32 p_max_res);
219 OPJ_UINT32 tileno,
220 OPJ_UINT32 pino,
243 OPJ_UINT32 index = 0; in opj_pi_next_lrcp()
296 OPJ_UINT32 index = 0; in opj_pi_next_rlcp()
342 OPJ_UINT32 index = 0; in opj_pi_next_rpcl()
347 OPJ_UINT32 compno, resno; in opj_pi_next_rpcl()
354 OPJ_UINT32 dx, dy; in opj_pi_next_rpcl()
380 pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) { in opj_pi_next_rpcl()
382 pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) { in opj_pi_next_rpcl()
384 OPJ_UINT32 levelno; in opj_pi_next_rpcl()
387 OPJ_UINT32 rpx, rpy; in opj_pi_next_rpcl()
447 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_rpcl()
477 OPJ_UINT32 index = 0; in opj_pi_next_pcrl()
483 OPJ_UINT32 compno, resno; in opj_pi_next_pcrl()
490 OPJ_UINT32 dx, dy; in opj_pi_next_pcrl()
515 pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) { in opj_pi_next_pcrl()
517 pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) { in opj_pi_next_pcrl()
522 OPJ_UINT32 levelno; in opj_pi_next_pcrl()
525 OPJ_UINT32 rpx, rpy; in opj_pi_next_pcrl()
581 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_pcrl()
611 OPJ_UINT32 index = 0; in opj_pi_next_cprl()
621 OPJ_UINT32 resno; in opj_pi_next_cprl()
626 OPJ_UINT32 dx, dy; in opj_pi_next_cprl()
649 pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) { in opj_pi_next_cprl()
651 pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) { in opj_pi_next_cprl()
654 OPJ_UINT32 levelno; in opj_pi_next_cprl()
657 OPJ_UINT32 rpx, rpy; in opj_pi_next_cprl()
712 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_cprl()
740 OPJ_UINT32 p_tileno, in opj_get_encoding_parameters()
745 OPJ_UINT32 * p_dx_min, in opj_get_encoding_parameters()
746 OPJ_UINT32 * p_dy_min, in opj_get_encoding_parameters()
747 OPJ_UINT32 * p_max_prec, in opj_get_encoding_parameters()
748 OPJ_UINT32 * p_max_res) in opj_get_encoding_parameters()
751 OPJ_UINT32 compno, resno; in opj_get_encoding_parameters()
758 OPJ_UINT32 p, q; in opj_get_encoding_parameters()
794 OPJ_UINT32 l_level_no; in opj_get_encoding_parameters()
797 OPJ_UINT32 l_pdx, l_pdy; in opj_get_encoding_parameters()
798 OPJ_UINT32 l_pw, l_ph; in opj_get_encoding_parameters()
799 OPJ_UINT32 l_product; in opj_get_encoding_parameters()
813 OPJ_UINT32 l_dx, l_dy; in opj_get_encoding_parameters()
840 l_pw = (l_rx0 == l_rx1) ? 0 : (OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_encoding_parameters()
841 l_ph = (l_ry0 == l_ry1) ? 0 : (OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_encoding_parameters()
858 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters()
863 OPJ_UINT32 * p_dx_min, in opj_get_all_encoding_parameters()
864 OPJ_UINT32 * p_dy_min, in opj_get_all_encoding_parameters()
865 OPJ_UINT32 * p_max_prec, in opj_get_all_encoding_parameters()
866 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters()
867 OPJ_UINT32 ** p_resolutions) in opj_get_all_encoding_parameters()
870 OPJ_UINT32 compno, resno; in opj_get_all_encoding_parameters()
878 OPJ_UINT32 * lResolutionPtr; in opj_get_all_encoding_parameters()
881 OPJ_UINT32 p, q; in opj_get_all_encoding_parameters()
884 OPJ_UINT32 l_tx0, l_ty0; in opj_get_all_encoding_parameters()
920 OPJ_UINT32 l_level_no; in opj_get_all_encoding_parameters()
923 OPJ_UINT32 l_product; in opj_get_all_encoding_parameters()
925 OPJ_UINT32 l_pdx, l_pdy, l_pw, l_ph; in opj_get_all_encoding_parameters()
941 OPJ_UINT32 l_dx, l_dy; in opj_get_all_encoding_parameters()
954 *p_dx_min = (OPJ_UINT32)opj_int_min((OPJ_INT32) * p_dx_min, (OPJ_INT32)l_dx); in opj_get_all_encoding_parameters()
959 *p_dy_min = (OPJ_UINT32)opj_int_min((OPJ_INT32) * p_dy_min, (OPJ_INT32)l_dy); in opj_get_all_encoding_parameters()
971 l_pw = (l_rx0 == l_rx1) ? 0 : (OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_all_encoding_parameters()
972 l_ph = (l_ry0 == l_ry1) ? 0 : (OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_all_encoding_parameters()
990 OPJ_UINT32 tileno) in opj_pi_create()
993 OPJ_UINT32 pino, compno; in opj_pi_create()
995 OPJ_UINT32 l_poc_bound; in opj_pi_create()
1053 OPJ_UINT32 p_tileno, in opj_pi_update_encode_poc_and_final()
1058 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_poc_and_final()
1059 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final()
1060 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_poc_and_final()
1061 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_poc_and_final()
1064 OPJ_UINT32 pino; in opj_pi_update_encode_poc_and_final()
1071 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_poc_and_final()
1100 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
1101 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
1102 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
1103 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
1121 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
1122 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
1123 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
1124 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
1132 OPJ_UINT32 p_num_comps, in opj_pi_update_encode_not_poc()
1133 OPJ_UINT32 p_tileno, in opj_pi_update_encode_not_poc()
1138 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_not_poc()
1139 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc()
1140 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_not_poc()
1141 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_not_poc()
1144 OPJ_UINT32 pino; in opj_pi_update_encode_not_poc()
1150 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_not_poc()
1176 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_not_poc()
1177 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_not_poc()
1178 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_not_poc()
1179 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_not_poc()
1188 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_poc()
1189 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc()
1192 OPJ_UINT32 pino; in opj_pi_update_decode_poc()
1195 OPJ_UINT32 l_bound; in opj_pi_update_decode_poc()
1235 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_not_poc()
1236 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc()
1239 OPJ_UINT32 pino; in opj_pi_update_decode_not_poc()
1242 OPJ_UINT32 l_bound; in opj_pi_update_decode_not_poc()
1272 OPJ_UINT32 tileno, in opj_pi_check_next_level()
1273 OPJ_UINT32 pino, in opj_pi_check_next_level()
1361 OPJ_UINT32 p_tile_no) in opj_pi_create_decode()
1363 OPJ_UINT32 numcomps = p_image->numcomps; in opj_pi_create_decode()
1366 OPJ_UINT32 pino; in opj_pi_create_decode()
1367 OPJ_UINT32 compno, resno; in opj_pi_create_decode()
1370 OPJ_UINT32 * l_tmp_data; in opj_pi_create_decode()
1371 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_create_decode()
1374 OPJ_UINT32 l_max_res; in opj_pi_create_decode()
1375 OPJ_UINT32 l_max_prec; in opj_pi_create_decode()
1377 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_create_decode()
1378 OPJ_UINT32 l_bound; in opj_pi_create_decode()
1379 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_create_decode()
1380 OPJ_UINT32 l_data_stride; in opj_pi_create_decode()
1389 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_create_decode()
1401 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_create_decode()
1402 l_data_stride * numcomps * sizeof(OPJ_UINT32)); in opj_pi_create_decode()
1407 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_create_decode()
1408 numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_create_decode()
1560 OPJ_UINT32 p_tile_no, in opj_pi_initialise_encode()
1563 OPJ_UINT32 numcomps = p_image->numcomps; in opj_pi_initialise_encode()
1566 OPJ_UINT32 pino; in opj_pi_initialise_encode()
1567 OPJ_UINT32 compno, resno; in opj_pi_initialise_encode()
1570 OPJ_UINT32 * l_tmp_data; in opj_pi_initialise_encode()
1571 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_initialise_encode()
1574 OPJ_UINT32 l_max_res; in opj_pi_initialise_encode()
1575 OPJ_UINT32 l_max_prec; in opj_pi_initialise_encode()
1577 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_initialise_encode()
1578 OPJ_UINT32 l_bound; in opj_pi_initialise_encode()
1579 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_initialise_encode()
1580 OPJ_UINT32 l_data_stride; in opj_pi_initialise_encode()
1589 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_initialise_encode()
1601 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_initialise_encode()
1602 l_data_stride * numcomps * sizeof(OPJ_UINT32)); in opj_pi_initialise_encode()
1607 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_initialise_encode()
1608 numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_initialise_encode()
1752 OPJ_UINT32 tileno, in opj_pi_create_encode()
1753 OPJ_UINT32 pino, in opj_pi_create_encode()
1754 OPJ_UINT32 tpnum, in opj_pi_create_encode()
1760 OPJ_UINT32 incr_top = 1, resetX = 0; in opj_pi_create_encode()
1853 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1854 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1976 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1986 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1994 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1999 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
2013 OPJ_UINT32 p_nb_elements) in opj_pi_destroy()
2015 OPJ_UINT32 compno, pino; in opj_pi_destroy()
2046 OPJ_UINT32 p_tile_no) in opj_pi_update_encoding_parameters()
2049 OPJ_UINT32 l_max_res; in opj_pi_update_encoding_parameters()
2050 OPJ_UINT32 l_max_prec; in opj_pi_update_encoding_parameters()
2052 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_update_encoding_parameters()