Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching defs:asoc

777 			if (info[i].asoc > 0 && (OPJ_UINT32)(info[i].asoc - 1) >= image->numcomps) {
778 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, image->numcomps);
1089 OPJ_UINT16 i, n, cn, asoc, acn;
1096 /* WATCH: acn = asoc - 1 ! */
1097 asoc = info[i].asoc;
1098 if(asoc == 0 || asoc == 65535)
1106 acn = (OPJ_UINT16)(asoc - 1);
1121 info[i].asoc = (OPJ_UINT16)(cn + 1);
1122 info[acn].asoc = (OPJ_UINT16)(info[acn].cn + 1);
1194 opj_read_bytes(p_cdef_header_data, &l_value, 2); /* Asoc^i */
1196 cdef_info[i].asoc = (OPJ_UINT16) l_value;