• Home
  • Raw
  • Download

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()
761 OPJ_UINT32 l_tx0, l_ty0; in opj_get_encoding_parameters()
797 OPJ_UINT32 l_level_no; in opj_get_encoding_parameters()
800 OPJ_UINT32 l_pdx, l_pdy; in opj_get_encoding_parameters()
801 OPJ_UINT32 l_pw, l_ph; in opj_get_encoding_parameters()
802 OPJ_UINT32 l_product; in opj_get_encoding_parameters()
816 OPJ_UINT32 l_dx, l_dy; in opj_get_encoding_parameters()
843 l_pw = (l_rx0 == l_rx1) ? 0 : (OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_encoding_parameters()
844 l_ph = (l_ry0 == l_ry1) ? 0 : (OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_encoding_parameters()
861 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters()
866 OPJ_UINT32 * p_dx_min, in opj_get_all_encoding_parameters()
867 OPJ_UINT32 * p_dy_min, in opj_get_all_encoding_parameters()
868 OPJ_UINT32 * p_max_prec, in opj_get_all_encoding_parameters()
869 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters()
870 OPJ_UINT32 ** p_resolutions) in opj_get_all_encoding_parameters()
873 OPJ_UINT32 compno, resno; in opj_get_all_encoding_parameters()
881 OPJ_UINT32 * lResolutionPtr; in opj_get_all_encoding_parameters()
884 OPJ_UINT32 p, q; in opj_get_all_encoding_parameters()
887 OPJ_UINT32 l_tx0, l_ty0; in opj_get_all_encoding_parameters()
923 OPJ_UINT32 l_level_no; in opj_get_all_encoding_parameters()
926 OPJ_UINT32 l_product; in opj_get_all_encoding_parameters()
928 OPJ_UINT32 l_pdx, l_pdy, l_pw, l_ph; in opj_get_all_encoding_parameters()
944 OPJ_UINT32 l_dx, l_dy; in opj_get_all_encoding_parameters()
957 *p_dx_min = (OPJ_UINT32)opj_int_min((OPJ_INT32) * p_dx_min, (OPJ_INT32)l_dx); in opj_get_all_encoding_parameters()
962 *p_dy_min = (OPJ_UINT32)opj_int_min((OPJ_INT32) * p_dy_min, (OPJ_INT32)l_dy); in opj_get_all_encoding_parameters()
974 l_pw = (l_rx0 == l_rx1) ? 0 : (OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_all_encoding_parameters()
975 l_ph = (l_ry0 == l_ry1) ? 0 : (OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_all_encoding_parameters()
993 OPJ_UINT32 tileno) in opj_pi_create()
996 OPJ_UINT32 pino, compno; in opj_pi_create()
998 OPJ_UINT32 l_poc_bound; in opj_pi_create()
1056 OPJ_UINT32 p_tileno, in opj_pi_update_encode_poc_and_final()
1061 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_poc_and_final()
1062 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final()
1063 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_poc_and_final()
1064 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_poc_and_final()
1067 OPJ_UINT32 pino; in opj_pi_update_encode_poc_and_final()
1074 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_poc_and_final()
1103 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
1104 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
1105 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
1106 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
1124 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
1125 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
1126 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
1127 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
1135 OPJ_UINT32 p_num_comps, in opj_pi_update_encode_not_poc()
1136 OPJ_UINT32 p_tileno, in opj_pi_update_encode_not_poc()
1141 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_not_poc()
1142 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc()
1143 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_not_poc()
1144 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_not_poc()
1147 OPJ_UINT32 pino; in opj_pi_update_encode_not_poc()
1153 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_not_poc()
1179 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_not_poc()
1180 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_not_poc()
1181 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_not_poc()
1182 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_not_poc()
1191 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_poc()
1192 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc()
1195 OPJ_UINT32 pino; in opj_pi_update_decode_poc()
1198 OPJ_UINT32 l_bound; in opj_pi_update_decode_poc()
1238 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_not_poc()
1239 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc()
1242 OPJ_UINT32 pino; in opj_pi_update_decode_not_poc()
1245 OPJ_UINT32 l_bound; in opj_pi_update_decode_not_poc()
1275 OPJ_UINT32 tileno, in opj_pi_check_next_level()
1276 OPJ_UINT32 pino, in opj_pi_check_next_level()
1364 OPJ_UINT32 p_tile_no) in opj_pi_create_decode()
1366 OPJ_UINT32 numcomps = p_image->numcomps; in opj_pi_create_decode()
1369 OPJ_UINT32 pino; in opj_pi_create_decode()
1370 OPJ_UINT32 compno, resno; in opj_pi_create_decode()
1373 OPJ_UINT32 * l_tmp_data; in opj_pi_create_decode()
1374 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_create_decode()
1377 OPJ_UINT32 l_max_res; in opj_pi_create_decode()
1378 OPJ_UINT32 l_max_prec; in opj_pi_create_decode()
1380 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_create_decode()
1381 OPJ_UINT32 l_bound; in opj_pi_create_decode()
1382 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_create_decode()
1383 OPJ_UINT32 l_data_stride; in opj_pi_create_decode()
1392 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_create_decode()
1404 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_create_decode()
1405 l_data_stride * numcomps * sizeof(OPJ_UINT32)); in opj_pi_create_decode()
1410 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_create_decode()
1411 numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_create_decode()
1563 OPJ_UINT32 p_tile_no, in opj_pi_initialise_encode()
1566 OPJ_UINT32 numcomps = p_image->numcomps; in opj_pi_initialise_encode()
1569 OPJ_UINT32 pino; in opj_pi_initialise_encode()
1570 OPJ_UINT32 compno, resno; in opj_pi_initialise_encode()
1573 OPJ_UINT32 * l_tmp_data; in opj_pi_initialise_encode()
1574 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_initialise_encode()
1577 OPJ_UINT32 l_max_res; in opj_pi_initialise_encode()
1578 OPJ_UINT32 l_max_prec; in opj_pi_initialise_encode()
1580 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_initialise_encode()
1581 OPJ_UINT32 l_bound; in opj_pi_initialise_encode()
1582 OPJ_UINT32 l_step_p, l_step_c, l_step_r, l_step_l ; in opj_pi_initialise_encode()
1583 OPJ_UINT32 l_data_stride; in opj_pi_initialise_encode()
1592 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_initialise_encode()
1604 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_initialise_encode()
1605 l_data_stride * numcomps * sizeof(OPJ_UINT32)); in opj_pi_initialise_encode()
1610 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_initialise_encode()
1611 numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_initialise_encode()
1755 OPJ_UINT32 tileno, in opj_pi_create_encode()
1756 OPJ_UINT32 pino, in opj_pi_create_encode()
1757 OPJ_UINT32 tpnum, in opj_pi_create_encode()
1763 OPJ_UINT32 incr_top = 1, resetX = 0; in opj_pi_create_encode()
1856 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1857 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1979 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1989 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1997 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
2002 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
2016 OPJ_UINT32 p_nb_elements) in opj_pi_destroy()
2018 OPJ_UINT32 compno, pino; in opj_pi_destroy()
2049 OPJ_UINT32 p_tile_no) in opj_pi_update_encoding_parameters()
2052 OPJ_UINT32 l_max_res; in opj_pi_update_encoding_parameters()
2053 OPJ_UINT32 l_max_prec; in opj_pi_update_encoding_parameters()
2055 OPJ_UINT32 l_dx_min, l_dy_min; in opj_pi_update_encoding_parameters()