Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:numlayers

1156  * @param       numlayers               the number of layers.
1165 OPJ_UINT32 numlayers,
2414 opj_write_bytes(l_current_data,l_tcp->numlayers,2); /* SGcod (B) */
2500 opj_read_bytes(p_header_data,&l_tcp->numlayers,2); /* SGcod (B) */
2503 if ((l_tcp->numlayers < 1U) || (l_tcp->numlayers > 65535U)) {
2504 opj_event_msg(p_manager, EVT_ERROR, "Invalid number of layers in COD marker : %d not in range [1-65535]\n", l_tcp->numlayers);
2513 l_tcp->num_layers_to_decode = l_tcp->numlayers;
2542 p_j2k->cstr_info->numlayers = l_tcp->numlayers;
3119 l_current_poc->layno1 = (OPJ_UINT32)opj_int_min((OPJ_INT32)l_current_poc->layno1, (OPJ_INT32)l_tcp->numlayers);
3262 l_current_poc->layno1 = opj_uint_min(l_current_poc->layno1, l_tcp->numlayers);
4645 OPJ_FLOAT32 l_offset = (OPJ_FLOAT32)(*l_tp_stride_func)(l_tcp) / (OPJ_FLOAT32)l_tcp->numlayers;
4667 for (k = 1; k < l_tcp->numlayers; ++k) {
4701 l_last_res = l_tcp->numlayers - 1;
6436 tcp->numlayers = (OPJ_UINT32)parameters->tcp_numlayers;
6438 for (j = 0; j < tcp->numlayers; j++) {
9133 fprintf(out_stream, "\t\t numlayers=%d\n", l_default_tile->numlayers);
9375 cstr_info->m_default_tile_info.numlayers = l_default_tile->numlayers;
10725 l_cstr_info->numlayers = (&p_j2k->m_cp.tcps[0])->numlayers;