Home
last modified time | relevance | path

Searched refs:cblksty (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1.c111 OPJ_UINT32 cblksty);
120 OPJ_INT32 cblksty);
152 OPJ_UINT32 cblksty);
160 OPJ_INT32 cblksty);
249 OPJ_UINT32 cblksty);
257 OPJ_INT32 cblksty);
277 OPJ_UINT32 cblksty,
294 OPJ_UINT32 cblksty);
484 OPJ_UINT32 cblksty in opj_t1_enc_sigpass() argument
495 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_enc_sigpass()
[all …]
Dt2.c144 OPJ_UINT32 cblksty,
999 … if (! opj_t2_init_seg(l_cblk, l_segno, p_tcp->tccps[p_pi->compno].cblksty, 1)) { in opj_t2_read_packet_header()
1008 … if (! opj_t2_init_seg(l_cblk, l_segno, p_tcp->tccps[p_pi->compno].cblksty, 0)) { in opj_t2_read_packet_header()
1025 … if (! opj_t2_init_seg(l_cblk, l_segno, p_tcp->tccps[p_pi->compno].cblksty, 0)) { in opj_t2_read_packet_header()
1306 OPJ_UINT32 cblksty, in opj_t2_init_seg() argument
1330 if (cblksty & J2K_CCP_CBLKSTY_TERMALL) { in opj_t2_init_seg()
1333 else if (cblksty & J2K_CCP_CBLKSTY_LAZY) { in opj_t2_init_seg()
Dj2k.h187 OPJ_UINT32 cblksty; member
Dopenjpeg.h793 OPJ_UINT32 cblksty; member
Dj2k.c6395 tccp->cblksty = (OPJ_UINT32)parameters->mode;
8280 opj_write_bytes(p_data,l_tccp->cblksty, 1); /* SPcoc (G) */
8366 opj_read_bytes(l_current_ptr,&l_tccp->cblksty ,1); /* SPcoc (G) */
8406 … p_j2k->cstr_info->tile[p_j2k->m_current_tile_number].tccp_info[compno].cblksty = l_tccp->cblksty;
8443 l_copied_tccp->cblksty = l_ref_tccp->cblksty;
8724 fprintf(out_stream, "\t\t\t cblksty=%#x\n", l_tccp->cblksty);
8972 l_tccp_info->cblksty = l_tccp->cblksty;