Home
last modified time | relevance | path

Searched refs:tccp (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Ddwt.h116 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec);
Dt1.c1273 opj_tccp_t* tccp in opj_t1_decode_cblks() argument
1300 (OPJ_UINT32)tccp->roishift, in opj_t1_decode_cblks()
1301 tccp->cblksty)) { in opj_t1_decode_cblks()
1320 if (tccp->roishift) { in opj_t1_decode_cblks()
1321 OPJ_INT32 thresh = 1 << tccp->roishift; in opj_t1_decode_cblks()
1327 mag >>= tccp->roishift; in opj_t1_decode_cblks()
1335 if (tccp->qmfbid == 1) { in opj_t1_decode_cblks()
1478 opj_tccp_t* tccp = &tcp->tccps[compno]; in opj_t1_encode_cblks() local
1524 if (tccp->qmfbid == 1) { in opj_t1_encode_cblks()
1552 tccp->qmfbid, in opj_t1_encode_cblks()
[all …]
Dt1.h145 opj_tccp_t* tccp);
Ddwt.c520 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec) { in opj_dwt_calc_explicit_stepsizes() argument
522 numbands = 3 * tccp->numresolutions - 2; in opj_dwt_calc_explicit_stepsizes()
529 level = tccp->numresolutions - 1 - resno; in opj_dwt_calc_explicit_stepsizes()
530 gain = (tccp->qmfbid == 0) ? 0 : ((orient == 0) ? 0 : (((orient == 1) || (orient == 2)) ? 1 : 2)); in opj_dwt_calc_explicit_stepsizes()
531 if (tccp->qntsty == J2K_CCP_QNTSTY_NOQNT) { in opj_dwt_calc_explicit_stepsizes()
537 …opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->ste… in opj_dwt_calc_explicit_stepsizes()
Dj2k.c6590 opj_tccp_t *tccp = &tcp->tccps[i];
6591 tccp->m_dc_level_shift = l_dc_shift[i];
6611 opj_tccp_t *tccp = &tcp->tccps[i];
6615 tccp->m_dc_level_shift = 1 << (l_comp->prec - 1);
6621 opj_tccp_t *tccp = &tcp->tccps[i];
6623tccp->csty = parameters->csty & 0x01; /* 0 => one precinct || 1 => custom precinct */
6624 tccp->numresolutions = (OPJ_UINT32)parameters->numresolution;
6625 tccp->cblkw = (OPJ_UINT32)opj_int_floorlog2(parameters->cblockw_init);
6626 tccp->cblkh = (OPJ_UINT32)opj_int_floorlog2(parameters->cblockh_init);
6627 tccp->cblksty = (OPJ_UINT32)parameters->mode;
[all …]
Dpi.c804 const opj_tccp_t *tccp = 00; in opj_pi_create() local
838 tccp = &tcp->tccps[compno]; in opj_pi_create()
840 …comp->resolutions = (opj_pi_resolution_t*) opj_calloc(tccp->numresolutions, sizeof(opj_pi_resoluti… in opj_pi_create()
846 comp->numresolutions = tccp->numresolutions; in opj_pi_create()
Dtcd.c1282 opj_tccp_t *tccp = &tcp->tccps[compno]; in opj_tcd_decode_tile() local
1289 p_cstr_info->tile[p_tile_no].pdx[resno] = tccp->prcw[resno]; in opj_tcd_decode_tile()
1290 p_cstr_info->tile[p_tile_no].pdy[resno] = tccp->prch[resno]; in opj_tcd_decode_tile()