• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

94                                                  OPJ_UINT32 p_tileno,
99 OPJ_UINT32 p_max_prec,
100 OPJ_UINT32 p_max_res,
101 OPJ_UINT32 p_dx_min,
102 OPJ_UINT32 p_dy_min);
120 OPJ_UINT32 p_num_comps,
121 OPJ_UINT32 p_tileno,
126 OPJ_UINT32 p_max_prec,
127 OPJ_UINT32 p_max_res,
128 OPJ_UINT32 p_dx_min,
129 OPJ_UINT32 p_dy_min);
147 OPJ_UINT32 tileno,
152 OPJ_UINT32 * p_dx_min,
153 OPJ_UINT32 * p_dy_min,
154 OPJ_UINT32 * p_max_prec,
155 OPJ_UINT32 * p_max_res );
179 OPJ_UINT32 tileno,
184 OPJ_UINT32 * p_dx_min,
185 OPJ_UINT32 * p_dy_min,
186 OPJ_UINT32 * p_max_prec,
187 OPJ_UINT32 * p_max_res,
188 OPJ_UINT32 ** p_resolutions );
199 OPJ_UINT32 tileno );
205 OPJ_UINT32 p_max_precision,
206 OPJ_UINT32 p_max_res);
212 OPJ_UINT32 p_max_precision,
213 OPJ_UINT32 p_max_res);
220 OPJ_UINT32 tileno,
221 OPJ_UINT32 pino,
237 OPJ_UINT32 index = 0; in opj_pi_next_lrcp()
277 OPJ_UINT32 index = 0; in opj_pi_next_rlcp()
316 OPJ_UINT32 index = 0; in opj_pi_next_rpcl()
321 OPJ_UINT32 compno, resno; in opj_pi_next_rpcl()
328 OPJ_UINT32 dx, dy; in opj_pi_next_rpcl()
344 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_rpcl()
345 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_rpcl()
347 OPJ_UINT32 levelno; in opj_pi_next_rpcl()
350 OPJ_UINT32 rpx, rpy; in opj_pi_next_rpcl()
379 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_rpcl()
402 OPJ_UINT32 index = 0; in opj_pi_next_pcrl()
408 OPJ_UINT32 compno, resno; in opj_pi_next_pcrl()
415 OPJ_UINT32 dx, dy; in opj_pi_next_pcrl()
430 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_pcrl()
431 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_pcrl()
435 OPJ_UINT32 levelno; in opj_pi_next_pcrl()
438 OPJ_UINT32 rpx, rpy; in opj_pi_next_pcrl()
463 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_pcrl()
486 OPJ_UINT32 index = 0; in opj_pi_next_cprl()
496 OPJ_UINT32 resno; in opj_pi_next_cprl()
501 OPJ_UINT32 dx, dy; in opj_pi_next_cprl()
514 …for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % … in opj_pi_next_cprl()
515 …for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % … in opj_pi_next_cprl()
517 OPJ_UINT32 levelno; in opj_pi_next_cprl()
520 OPJ_UINT32 rpx, rpy; in opj_pi_next_cprl()
545 pi->precno = (OPJ_UINT32)(prci + prcj * (OPJ_INT32)res->pw); in opj_pi_next_cprl()
567 OPJ_UINT32 p_tileno, in opj_get_encoding_parameters()
572 OPJ_UINT32 * p_dx_min, in opj_get_encoding_parameters()
573 OPJ_UINT32 * p_dy_min, in opj_get_encoding_parameters()
574 OPJ_UINT32 * p_max_prec, in opj_get_encoding_parameters()
575 OPJ_UINT32 * p_max_res ) in opj_get_encoding_parameters()
578 OPJ_UINT32 compno, resno; in opj_get_encoding_parameters()
585 OPJ_UINT32 p, q; in opj_get_encoding_parameters()
617 OPJ_UINT32 l_level_no; in opj_get_encoding_parameters()
620 OPJ_UINT32 l_pdx, l_pdy; in opj_get_encoding_parameters()
621 OPJ_UINT32 l_pw, l_ph; in opj_get_encoding_parameters()
622 OPJ_UINT32 l_product; in opj_get_encoding_parameters()
636 OPJ_UINT32 l_dx, l_dy; in opj_get_encoding_parameters()
663 l_pw = (l_rx0==l_rx1)?0:(OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_encoding_parameters()
664 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_encoding_parameters()
681 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters()
686 OPJ_UINT32 * p_dx_min, in opj_get_all_encoding_parameters()
687 OPJ_UINT32 * p_dy_min, in opj_get_all_encoding_parameters()
688 OPJ_UINT32 * p_max_prec, in opj_get_all_encoding_parameters()
689 OPJ_UINT32 * p_max_res, in opj_get_all_encoding_parameters()
690 OPJ_UINT32 ** p_resolutions ) in opj_get_all_encoding_parameters()
693 OPJ_UINT32 compno, resno; in opj_get_all_encoding_parameters()
701 OPJ_UINT32 * lResolutionPtr; in opj_get_all_encoding_parameters()
704 OPJ_UINT32 p, q; in opj_get_all_encoding_parameters()
707 OPJ_UINT32 l_tx0, l_ty0; in opj_get_all_encoding_parameters()
741 OPJ_UINT32 l_level_no; in opj_get_all_encoding_parameters()
744 OPJ_UINT32 l_product; in opj_get_all_encoding_parameters()
746 OPJ_UINT32 l_pdx, l_pdy , l_pw , l_ph; in opj_get_all_encoding_parameters()
762 OPJ_UINT32 l_dx, l_dy; in opj_get_all_encoding_parameters()
772 *p_dx_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dx_min, (OPJ_INT32)l_dx); in opj_get_all_encoding_parameters()
773 *p_dy_min = (OPJ_UINT32)opj_int_min((OPJ_INT32)*p_dy_min, (OPJ_INT32)l_dy); in opj_get_all_encoding_parameters()
784 l_pw = (l_rx0==l_rx1)?0:(OPJ_UINT32)((l_px1 - l_px0) >> l_pdx); in opj_get_all_encoding_parameters()
785 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_all_encoding_parameters()
804 OPJ_UINT32 tileno ) in opj_pi_create()
807 OPJ_UINT32 pino, compno; in opj_pi_create()
809 OPJ_UINT32 l_poc_bound; in opj_pi_create()
864 OPJ_UINT32 p_tileno, in opj_pi_update_encode_poc_and_final()
869 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_poc_and_final()
870 OPJ_UINT32 p_max_res, in opj_pi_update_encode_poc_and_final()
871 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_poc_and_final()
872 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_poc_and_final()
875 OPJ_UINT32 pino; in opj_pi_update_encode_poc_and_final()
882 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_poc_and_final()
911 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
912 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
913 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
914 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
931 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_poc_and_final()
932 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_poc_and_final()
933 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_poc_and_final()
934 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_poc_and_final()
942 OPJ_UINT32 p_num_comps, in opj_pi_update_encode_not_poc()
943 OPJ_UINT32 p_tileno, in opj_pi_update_encode_not_poc()
948 OPJ_UINT32 p_max_prec, in opj_pi_update_encode_not_poc()
949 OPJ_UINT32 p_max_res, in opj_pi_update_encode_not_poc()
950 OPJ_UINT32 p_dx_min, in opj_pi_update_encode_not_poc()
951 OPJ_UINT32 p_dy_min) in opj_pi_update_encode_not_poc()
954 OPJ_UINT32 pino; in opj_pi_update_encode_not_poc()
960 OPJ_UINT32 l_poc_bound; in opj_pi_update_encode_not_poc()
986 l_current_poc->txS = (OPJ_UINT32)p_tx0; in opj_pi_update_encode_not_poc()
987 l_current_poc->txE = (OPJ_UINT32)p_tx1; in opj_pi_update_encode_not_poc()
988 l_current_poc->tyS = (OPJ_UINT32)p_ty0; in opj_pi_update_encode_not_poc()
989 l_current_poc->tyE = (OPJ_UINT32)p_ty1; in opj_pi_update_encode_not_poc()
998 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_poc()
999 OPJ_UINT32 p_max_res) in opj_pi_update_decode_poc()
1002 OPJ_UINT32 pino; in opj_pi_update_decode_poc()
1005 OPJ_UINT32 l_bound; in opj_pi_update_decode_poc()
1040 OPJ_UINT32 p_max_precision, in opj_pi_update_decode_not_poc()
1041 OPJ_UINT32 p_max_res) in opj_pi_update_decode_not_poc()
1044 OPJ_UINT32 pino; in opj_pi_update_decode_not_poc()
1047 OPJ_UINT32 l_bound; in opj_pi_update_decode_not_poc()
1077 OPJ_UINT32 tileno, in opj_pi_check_next_level()
1078 OPJ_UINT32 pino, in opj_pi_check_next_level()
1166 OPJ_UINT32 p_tile_no) in opj_pi_create_decode()
1169 OPJ_UINT32 pino; in opj_pi_create_decode()
1170 OPJ_UINT32 compno, resno; in opj_pi_create_decode()
1173 OPJ_UINT32 * l_tmp_data; in opj_pi_create_decode()
1174 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_create_decode()
1177 OPJ_UINT32 l_max_res; in opj_pi_create_decode()
1178 OPJ_UINT32 l_max_prec; in opj_pi_create_decode()
1180 OPJ_UINT32 l_dx_min,l_dy_min; in opj_pi_create_decode()
1181 OPJ_UINT32 l_bound; in opj_pi_create_decode()
1182 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; in opj_pi_create_decode()
1183 OPJ_UINT32 l_data_stride; in opj_pi_create_decode()
1192 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_create_decode()
1204 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_create_decode()
1205 l_data_stride * p_image->numcomps * sizeof(OPJ_UINT32)); in opj_pi_create_decode()
1211 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_create_decode()
1212 p_image->numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_create_decode()
1372 OPJ_UINT32 p_tile_no, in opj_pi_initialise_encode()
1376 OPJ_UINT32 pino; in opj_pi_initialise_encode()
1377 OPJ_UINT32 compno, resno; in opj_pi_initialise_encode()
1380 OPJ_UINT32 * l_tmp_data; in opj_pi_initialise_encode()
1381 OPJ_UINT32 ** l_tmp_ptr; in opj_pi_initialise_encode()
1384 OPJ_UINT32 l_max_res; in opj_pi_initialise_encode()
1385 OPJ_UINT32 l_max_prec; in opj_pi_initialise_encode()
1387 OPJ_UINT32 l_dx_min,l_dy_min; in opj_pi_initialise_encode()
1388 OPJ_UINT32 l_bound; in opj_pi_initialise_encode()
1389 OPJ_UINT32 l_step_p , l_step_c , l_step_r , l_step_l ; in opj_pi_initialise_encode()
1390 OPJ_UINT32 l_data_stride; in opj_pi_initialise_encode()
1399 OPJ_UINT32 * l_encoding_value_ptr = 00; in opj_pi_initialise_encode()
1411 l_tmp_data = (OPJ_UINT32*)opj_malloc( in opj_pi_initialise_encode()
1412 l_data_stride * p_image->numcomps * sizeof(OPJ_UINT32)); in opj_pi_initialise_encode()
1417 l_tmp_ptr = (OPJ_UINT32**)opj_malloc( in opj_pi_initialise_encode()
1418 p_image->numcomps * sizeof(OPJ_UINT32 *)); in opj_pi_initialise_encode()
1557 OPJ_UINT32 tileno, in opj_pi_create_encode()
1558 OPJ_UINT32 pino, in opj_pi_create_encode()
1559 OPJ_UINT32 tpnum, in opj_pi_create_encode()
1565 OPJ_UINT32 incr_top=1,resetX=0; in opj_pi_create_encode()
1657 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1658 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1780 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1788 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1795 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1800 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1814 OPJ_UINT32 p_nb_elements) in opj_pi_destroy()
1816 OPJ_UINT32 compno, pino; in opj_pi_destroy()
1847 OPJ_UINT32 p_tile_no ) in opj_pi_update_encoding_parameters()
1850 OPJ_UINT32 l_max_res; in opj_pi_update_encoding_parameters()
1851 OPJ_UINT32 l_max_prec; in opj_pi_update_encoding_parameters()
1853 OPJ_UINT32 l_dx_min,l_dy_min; in opj_pi_update_encoding_parameters()