Lines Matching full:prec
1928 opj_write_bytes(l_current_ptr, l_img_comp->prec - 1 + (l_img_comp->sgnd << 7), 1); /* Ssiz_i */
2109 l_img_comp->prec = (tmp & 0x7f) + 1;
2273 p_j2k->m_specific_param.m_decoder.m_default_tcp->tccps[i].m_dc_level_shift = 1 << (l_image->comps[i].prec - 1);
4633 l_size_pixel = l_image->numcomps * l_image->comps->prec;
4736 l_img_comp->prec
5806 opj_write_bytes(l_current_data, (l_comp->sgnd << 7) | (l_comp->prec - 1), 1); /* Component bit depth */
5862 l_comp->prec = (l_comp_def&0x7f) + 1;
6077 parameters->tcp_rates[0] = (OPJ_FLOAT32) (image->numcomps * image->comps[0].w * image->comps[0].h * image->comps[0].prec)/
6222 temp_size =(OPJ_FLOAT32)(image->numcomps * image->comps[0].w * image->comps[0].h * image->comps[0].prec)/
6231 temp_rate = (OPJ_FLOAT32) (image->numcomps * image->comps[0].w * image->comps[0].h * image->comps[0].prec)/
6562 tccp->m_dc_level_shift = 1 << (l_comp->prec - 1);
6635 opj_dwt_calc_explicit_stepsizes(tccp, image->comps[i].prec);
8172 l_size_comp = l_img_comp_src->prec >> 3; /*(/ 8)*/
8173 l_remaining = l_img_comp_src->prec & 7; /* (%8) */
9344 fprintf(out_stream, "%s prec=%d\n", tab, comp_header->prec);
10138 *l_size_comp = l_img_comp->prec >> 3; /* (/8) */
10139 l_remaining = l_img_comp->prec & 7; /* (%8) */