Home
last modified time | relevance | path

Searched refs:sgnd (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dimage.c65 comp->sgnd = cmptparms[compno].sgnd; in opj_image_create()
232 comp->sgnd = cmptparms[compno].sgnd; in opj_image_tile_create()
Djp2.h149 OPJ_UINT32 sgnd; member
Dopenjpeg.h647 OPJ_UINT32 sgnd; member
704 OPJ_UINT32 sgnd; member
Dtcd.c1393 if (l_img_comp->sgnd) { in opj_tcd_update_tile_data()
1418 if (l_img_comp->sgnd) { in opj_tcd_update_tile_data()
1697 … p_tcd->image->comps->sgnd)) { in opj_tcd_mct_decode()
1754 if (l_img_comp->sgnd) { in opj_tcd_dc_level_shift_decode()
1974 p_tcd->image->comps->sgnd) ) in opj_tcd_mct_encode()
2157 if (l_img_comp->sgnd) { in opj_tcd_copy_tile_data()
2176 if (l_img_comp->sgnd) { in opj_tcd_copy_tile_data()
Djp2.c968 new_comps[i].sgnd = channel_sign[i]; in opj_jp2_apply_pclr()
1745 sign = image->comps[0].sgnd; in opj_jp2_setup_encoder()
1749 sign = image->comps[i].sgnd; in opj_jp2_setup_encoder()
1759 jp2->comps[i].bpcc = image->comps[i].prec - 1 + (image->comps[i].sgnd << 7); in opj_jp2_setup_encoder()
Dj2k.c1885 …opj_write_bytes(l_current_ptr, l_img_comp->prec - 1 + (l_img_comp->sgnd << 7), 1); /* Ssiz_i … in opj_j2k_write_siz()
2073 l_img_comp->sgnd = tmp >> 7; in opj_j2k_read_siz()
2235 if (! l_image->comps[i].sgnd) { in opj_j2k_read_siz()
5859 …opj_write_bytes(l_current_data, (l_comp->sgnd << 7) | (l_comp->prec - 1), 1); /* Compone…
5914 l_comp->sgnd = (l_comp_def>>7) & 1;
6152 if ((image->comps[i].bpp != 12) | (image->comps[i].sgnd)){
6155 char *tmp_str = image->comps[i].sgnd?signed_str:unsigned_str;
6614 if (! l_comp->sgnd) {
8190 if (l_img_comp_src->sgnd) {
8220 if (l_img_comp_src->sgnd) {
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp418 component_info[i].sgnd = 0; in WriteImage()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp741 src += image->comps[channel].sgnd ? 1 << (image->comps[channel].prec - 1) : 0; in Decode()
758 src += image->comps[channel].sgnd ? 1 << (image->comps[channel].prec - 1) : 0; in Decode()