Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:sgnd

1928                 opj_write_bytes(l_current_ptr, l_img_comp->prec - 1 + (l_img_comp->sgnd << 7), 1);      /* Ssiz_i */
2110 l_img_comp->sgnd = tmp >> 7;
2272 if (! l_image->comps[i].sgnd) {
5806 opj_write_bytes(l_current_data, (l_comp->sgnd << 7) | (l_comp->prec - 1), 1); /* Component bit depth */
5861 l_comp->sgnd = (l_comp_def>>7) & 1;
6099 if ((image->comps[i].bpp != 12) | (image->comps[i].sgnd)){
6102 char *tmp_str = image->comps[i].sgnd?signed_str:unsigned_str;
6561 if (! l_comp->sgnd) {
8309 if (l_img_comp_src->sgnd) {
8339 if (l_img_comp_src->sgnd) {
9345 fprintf(out_stream, "%s sgnd=%d\n", tab, comp_header->sgnd);
10186 if (l_img_comp->sgnd) {
10213 if (l_img_comp->sgnd) {