HomeSort by relevance Sort by last modified time
    Searched full:tccp (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
dwt.h 113 @param tccp Tile-component coding parameters
116 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec);
t1.c 1469 opj_tccp_t* tccp = &tcp->tccps[compno]; local
    [all...]
t1.h 137 @param tccp Tile coding parameters
141 opj_tccp_t* tccp);
dwt.c 520 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec) {
522 numbands = 3 * tccp->numresolutions - 2;
529 level = tccp->numresolutions - 1 - resno;
530 gain = (tccp->qmfbid == 0) ? 0 : ((orient == 0) ? 0 : (((orient == 1) || (orient == 2)) ? 1 : 2));
531 if (tccp->qntsty == J2K_CCP_QNTSTY_NOQNT) {
537 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]);
j2k.c     [all...]
pi.c 799 const opj_tccp_t *tccp = 00; local
    [all...]
tcd.c 1208 opj_tccp_t *tccp = &tcp->tccps[compno]; local
    [all...]

Completed in 1411 milliseconds