Lines Matching refs:l_current_poc
1071 opj_poc_t * l_current_poc = 00; in opj_pi_update_encode_poc_and_final() local
1089 l_current_poc = l_tcp->pocs; in opj_pi_update_encode_poc_and_final()
1091 l_current_poc->compS = l_current_poc->compno0; in opj_pi_update_encode_poc_and_final()
1092 l_current_poc->compE = l_current_poc->compno1; in opj_pi_update_encode_poc_and_final()
1093 l_current_poc->resS = l_current_poc->resno0; in opj_pi_update_encode_poc_and_final()
1094 l_current_poc->resE = l_current_poc->resno1; in opj_pi_update_encode_poc_and_final()
1095 l_current_poc->layE = l_current_poc->layno1; in opj_pi_update_encode_poc_and_final()
1098 l_current_poc->layS = 0; in opj_pi_update_encode_poc_and_final()
1099 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final()
1100 l_current_poc->prcS = 0; in opj_pi_update_encode_poc_and_final()
1102 l_current_poc->prcE = p_max_prec; 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()
1107 l_current_poc->dx = p_dx_min; in opj_pi_update_encode_poc_and_final()
1108 l_current_poc->dy = p_dy_min; in opj_pi_update_encode_poc_and_final()
1110 ++ l_current_poc; in opj_pi_update_encode_poc_and_final()
1112 l_current_poc->compS = l_current_poc->compno0; in opj_pi_update_encode_poc_and_final()
1113 l_current_poc->compE = l_current_poc->compno1; in opj_pi_update_encode_poc_and_final()
1114 l_current_poc->resS = l_current_poc->resno0; in opj_pi_update_encode_poc_and_final()
1115 l_current_poc->resE = l_current_poc->resno1; in opj_pi_update_encode_poc_and_final()
1116 l_current_poc->layE = l_current_poc->layno1; in opj_pi_update_encode_poc_and_final()
1117 l_current_poc->prg = l_current_poc->prg1; in opj_pi_update_encode_poc_and_final()
1118 l_current_poc->prcS = 0; in opj_pi_update_encode_poc_and_final()
1120 l_current_poc->layS = (l_current_poc->layE > (l_current_poc - 1)->layE) ? in opj_pi_update_encode_poc_and_final()
1121 l_current_poc->layE : 0; in opj_pi_update_encode_poc_and_final()
1123 l_current_poc->prcE = p_max_prec; 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()
1128 l_current_poc->dx = p_dx_min; in opj_pi_update_encode_poc_and_final()
1129 l_current_poc->dy = p_dy_min; in opj_pi_update_encode_poc_and_final()
1130 ++ l_current_poc; in opj_pi_update_encode_poc_and_final()
1151 opj_poc_t * l_current_poc = 00; in opj_pi_update_encode_not_poc() local
1167 l_current_poc = l_tcp->pocs; in opj_pi_update_encode_not_poc()
1170 l_current_poc->compS = 0; in opj_pi_update_encode_not_poc()
1171 l_current_poc->compE = p_num_comps;/*p_image->numcomps;*/ in opj_pi_update_encode_not_poc()
1172 l_current_poc->resS = 0; in opj_pi_update_encode_not_poc()
1173 l_current_poc->resE = p_max_res; in opj_pi_update_encode_not_poc()
1174 l_current_poc->layS = 0; in opj_pi_update_encode_not_poc()
1175 l_current_poc->layE = l_tcp->numlayers; in opj_pi_update_encode_not_poc()
1176 l_current_poc->prg = l_tcp->prg; in opj_pi_update_encode_not_poc()
1177 l_current_poc->prcS = 0; in opj_pi_update_encode_not_poc()
1178 l_current_poc->prcE = p_max_prec; 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()
1183 l_current_poc->dx = p_dx_min; in opj_pi_update_encode_not_poc()
1184 l_current_poc->dy = p_dy_min; in opj_pi_update_encode_not_poc()
1185 ++ l_current_poc; in opj_pi_update_encode_not_poc()
1201 opj_poc_t* l_current_poc = 0; in opj_pi_update_decode_poc() local
1212 l_current_poc = p_tcp->pocs; in opj_pi_update_decode_poc()
1215 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */ in opj_pi_update_decode_poc()
1219 l_current_poc->resno0; /* Resolution Level Index #0 (Start) */ in opj_pi_update_decode_poc()
1221 l_current_poc->compno0; /* Component Index #0 (Start) */ in opj_pi_update_decode_poc()
1225 l_current_poc->resno1; /* Resolution Level Index #0 (End) */ in opj_pi_update_decode_poc()
1227 l_current_poc->compno1; /* Component Index #0 (End) */ in opj_pi_update_decode_poc()
1228 l_current_pi->poc.layno1 = opj_uint_min(l_current_poc->layno1, in opj_pi_update_decode_poc()
1232 ++l_current_poc; in opj_pi_update_decode_poc()