HomeSort by relevance Sort by last modified time
    Searched refs:resno (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
pi.c 241 res = &comp->resolutions[pi->resno];
248 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1;
249 pi->resno++) {
252 if (pi->resno >= comp->numresolutions) {
255 res = &comp->resolutions[pi->resno];
260 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno * pi->step_c + pi->precno * pi->step_p;
281 res = &comp->resolutions[pi->resno];
287 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1; pi->resno++)
321 OPJ_UINT32 compno, resno; local
408 OPJ_UINT32 compno, resno; local
496 OPJ_UINT32 resno; local
578 OPJ_UINT32 compno, resno; local
693 OPJ_UINT32 compno, resno; local
1170 OPJ_UINT32 compno, resno; local
1377 OPJ_UINT32 compno, resno; local
    [all...]
tcd.c 48 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ local
65 for (resno = 0; resno < tilec->numresolutions; resno++) {
66 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
223 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
233 for (resno = 0; resno < tilec->numresolutions; resno++) {
234 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
304 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
402 OPJ_UINT32 compno, resno, bandno, precno, cblkno, layno; local
662 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
1274 OPJ_UINT32 resno, compno, numprec = 0; local
1462 OPJ_UINT32 compno, resno, bandno, precno; local
    [all...]
pi.h 89 OPJ_UINT32 resno; member in struct:opj_pi_iterator
t2.c 393 * l_current_pi->resno is always >= p_tile->comps[l_current_pi->compno].minimum_num_resolutions
414 l_current_pi->poc.prg1, l_current_pi->compno, l_current_pi->resno, l_current_pi->precno, l_current_pi->layno );
417 && l_current_pi->resno < p_tile->comps[l_current_pi->compno].minimum_num_resolutions) {
429 l_img_comp->resno_decoded = opj_uint_max(l_current_pi->resno, l_img_comp->resno_decoded);
573 OPJ_UINT32 resno = pi->resno; /* resolution level value */ local
582 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
    [all...]
t1.c 1276 OPJ_UINT32 resno, bandno, precno, cblkno; local
1462 OPJ_UINT32 compno, resno, bandno, precno, cblkno; local
    [all...]
dwt.c 532 OPJ_UINT32 resno, level, orient, gain; local
534 resno = (bandno == 0) ? 0 : ((bandno - 1) / 3 + 1);
536 level = tccp->numresolutions - 1 - resno;
j2k.c 1542 OPJ_UINT32 index , resno, compno, layno; local
9138 OPJ_UINT32 resno; local
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 532 unsigned ResNo;
534 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
535 : Matcher(CheckType), Type(type), ResNo(resno) {}
538 unsigned getResNo() const { return ResNo; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 105 unsigned ResNo; // Which return value of the node we are using.
107 SDValue() : Node(nullptr), ResNo(0) {}
108 SDValue(SDNode *node, unsigned resno);
111 unsigned getResNo() const { return ResNo; }
122 return Node == O.Node && ResNo == O.ResNo;
128 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
180 /// Return true if there are no nodes using value ResNo of Node.
183 /// Return true if there is exactly one node using value ResNo of Node
    [all...]

Completed in 3693 milliseconds