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

  /external/opencv3/3rdparty/libjasper/
jpc_dec.c 660 uint_fast32_t cbgxstart; local
805 cbgxstart = tlcbgxstart;
809 cbgxend = cbgxstart + (1 << rlvl->cbgwidthexpn);
811 prc->xstart = JAS_MAX(cbgxstart, JAS_CAST(uint_fast32_t, jas_seq2d_xstart(band->data)));
841 cblkxstart = cbgxstart;
871 cblkxstart = cbgxstart;
881 cbgxstart += 1 << rlvl->cbgwidthexpn;
882 if (cbgxstart >= brcbgxend) {
883 cbgxstart = tlcbgxstart;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
tcd.c 908 OPJ_INT32 cbgxstart = tlcbgxstart + (OPJ_INT32)(precno % l_res->pw) * (1 << cbgwidthexpn); local
    [all...]

Completed in 209 milliseconds