pos              1099 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int64_t pos;                            ///< byte position in stream, -1 if unknown
pos              3933 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int64_t pos;
pos              4011 3rdparty/include/ffmpeg_/libavcodec/avcodec.h                      int64_t pos);
pos               563 3rdparty/include/ffmpeg_/libavformat/avformat.h                               int64_t *pos, int64_t pos_limit);
pos               601 3rdparty/include/ffmpeg_/libavformat/avformat.h     int64_t pos;
pos              2008 3rdparty/include/ffmpeg_/libavformat/avformat.h int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,
pos                94 3rdparty/include/ffmpeg_/libavformat/avio.h     int64_t pos;            /**< position in the file of the current buffer */
pos               567 3rdparty/include/opencl/1.2/CL/cl.hpp     const char& operator[] ( ::size_t pos ) const
pos               569 3rdparty/include/opencl/1.2/CL/cl.hpp         return str_[pos];
pos               572 3rdparty/include/opencl/1.2/CL/cl.hpp     char& operator[] ( ::size_t pos )
pos               574 3rdparty/include/opencl/1.2/CL/cl.hpp         return str_[pos];
pos               968 3rdparty/libjasper/jas_stream.c     long pos;
pos               975 3rdparty/libjasper/jas_stream.c     if ((pos = jas_stream_tell(stream)) < 0) {
pos               981 3rdparty/libjasper/jas_stream.c     return pos;
pos               103 3rdparty/libjasper/jas_tvp.c     tvp->pos = tvp->buf;
pos               129 3rdparty/libjasper/jas_tvp.c     p = tvp->pos;
pos               137 3rdparty/libjasper/jas_tvp.c         tvp->pos = p;
pos               159 3rdparty/libjasper/jas_tvp.c         tvp->pos = p;
pos               171 3rdparty/libjasper/jas_tvp.c         tvp->pos = p;
pos               186 3rdparty/libjasper/jas_tvp.c     tvp->pos = p;
pos               110 3rdparty/libjasper/jasper/jas_tvp.h     char *pos;
pos               111 3rdparty/libjasper/jp2_enc.c int pos;
pos               237 3rdparty/libjasper/jp2_enc.c         if ((pos = jas_stream_tell(iccstream)) < 0)
pos               239 3rdparty/libjasper/jp2_enc.c         colr->iccplen = pos;
pos               240 3rdparty/libjasper/jp2_enc.c         colr->iccp = jas_malloc(pos);
pos               542 3rdparty/libjasper/jpc_dec.c     int pos;
pos               576 3rdparty/libjasper/jpc_dec.c         pos = jas_stream_tell(tile->pkthdrstream);
pos               581 3rdparty/libjasper/jpc_dec.c         jas_stream_seek(tile->pkthdrstream, pos, SEEK_SET);
pos              1639 3rdparty/libjasper/jpc_enc.c     long pos;
pos              1802 3rdparty/libjasper/jpc_enc.c             pos = jas_stream_tell(out);
pos              1805 3rdparty/libjasper/jpc_enc.c             assert(pos >= 0);
pos              1806 3rdparty/libjasper/jpc_enc.c             if (pos > cumlen) {
pos              1809 3rdparty/libjasper/jpc_enc.c             } else if (pos <= cumlen) {
pos              1825 3rdparty/libjasper/jpc_enc.c jas_eprintf("maxlen=%08ld actuallen=%08ld thresh=%f\n", cumlen, pos, thresh);
pos              1000 3rdparty/libjpeg/jdhuff.c           int pos = natural_order[k];
pos              1002 3rdparty/libjpeg/jdhuff.c           (*block)[pos] = (JCOEF) s;
pos              1004 3rdparty/libjpeg/jdhuff.c           newnz_pos[num_newnz++] = pos;
pos               200 3rdparty/libpng/png.c          size_t pos = 0;
pos               203 3rdparty/libpng/png.c          pos = png_safecat(m, sizeof m, pos, "Application built with libpng-");
pos               204 3rdparty/libpng/png.c          pos = png_safecat(m, sizeof m, pos, user_png_ver);
pos               205 3rdparty/libpng/png.c          pos = png_safecat(m, sizeof m, pos, " but running with ");
pos               206 3rdparty/libpng/png.c          pos = png_safecat(m, sizeof m, pos, png_libpng_ver);
pos               613 3rdparty/libpng/png.c       size_t pos = 0;
pos               617 3rdparty/libpng/png.c          pos = png_safecat(png_ptr->time_buffer, sizeof png_ptr->time_buffer,\
pos               618 3rdparty/libpng/png.c             pos, (string))
pos               622 3rdparty/libpng/png.c          if (pos < (sizeof png_ptr->time_buffer)-1)\
pos               623 3rdparty/libpng/png.c             png_ptr->time_buffer[pos++] = (ch)
pos               110 3rdparty/libpng/pngerror.c png_safecat(png_charp buffer, size_t bufsize, size_t pos,
pos               113 3rdparty/libpng/pngerror.c    if (buffer != NULL && pos < bufsize)
pos               116 3rdparty/libpng/pngerror.c          while (*string != '\0' && pos < bufsize-1)
pos               117 3rdparty/libpng/pngerror.c            buffer[pos++] = *string++;
pos               119 3rdparty/libpng/pngerror.c       buffer[pos] = '\0';
pos               122 3rdparty/libpng/pngerror.c    return pos;
pos              1425 3rdparty/libpng/pngpriv.h PNG_EXTERN size_t png_safecat(png_charp buffer, size_t bufsize, size_t pos,
pos               266 3rdparty/libpng/pngwutil.c             size_t pos = 0;
pos               269 3rdparty/libpng/pngwutil.c             pos = png_safecat(msg, sizeof msg, pos,
pos               271 3rdparty/libpng/pngwutil.c             pos = png_safecat(msg, sizeof msg, pos, who);
pos               276 3rdparty/libpng/pngwutil.c                   pos = png_safecat(msg, sizeof msg, pos, ") version error");
pos               280 3rdparty/libpng/pngwutil.c                   pos = png_safecat(msg, sizeof msg, pos, ") stream error");
pos               284 3rdparty/libpng/pngwutil.c                   pos = png_safecat(msg, sizeof msg, pos, ") memory error");
pos               288 3rdparty/libpng/pngwutil.c                   pos = png_safecat(msg, sizeof msg, pos, ") unknown error");
pos               594 3rdparty/libtiff/tif_getimage.c     tmsize_t pos;
pos               633 3rdparty/libtiff/tif_getimage.c         pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif);
pos               644 3rdparty/libtiff/tif_getimage.c                        npix, nrow, fromskew, toskew + fromskew, buf + pos);
pos               648 3rdparty/libtiff/tif_getimage.c                 (*put)(img, raster+y*w+col, col, y, tw, nrow, 0, toskew, buf + pos);
pos               687 3rdparty/libtiff/tif_getimage.c     tmsize_t pos;
pos               782 3rdparty/libtiff/tif_getimage.c             pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif);
pos               794 3rdparty/libtiff/tif_getimage.c                     p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
pos               797 3rdparty/libtiff/tif_getimage.c                     tw, nrow, 0, toskew, p0 + pos, p1 + pos, p2 + pos, (alpha?(pa+pos):NULL));
pos               836 3rdparty/libtiff/tif_getimage.c     tmsize_t pos;
pos               882 3rdparty/libtiff/tif_getimage.c         pos = ((row + img->row_offset) % rowsperstrip) * scanline;
pos               883 3rdparty/libtiff/tif_getimage.c         (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, buf + pos);
pos               921 3rdparty/libtiff/tif_getimage.c     tmsize_t pos;
pos              1013 3rdparty/libtiff/tif_getimage.c         pos = ((row + img->row_offset) % rowsperstrip) * scanline;
pos              1014 3rdparty/libtiff/tif_getimage.c         (*put)(img, raster+y*w, 0, y, w, nrow, fromskew, toskew, p0 + pos, p1 + pos,
pos              1015 3rdparty/libtiff/tif_getimage.c             p2 + pos, (alpha?(pa+pos):NULL));
pos               136 3rdparty/libtiff/tif_stream.cxx     ios::pos_type	pos = os->tellp();
pos               145 3rdparty/libtiff/tif_stream.cxx     return static_cast<tmsize_t>(os->tellp() - pos);
pos               301 3rdparty/libtiff/tif_stream.cxx     ios::pos_type	pos = os->tellp();
pos               306 3rdparty/libtiff/tif_stream.cxx     os->seekp(pos);
pos               315 3rdparty/libtiff/tif_stream.cxx     ios::pos_type	pos = data->stream->tellg();
pos               320 3rdparty/libtiff/tif_stream.cxx     data->stream->seekg(pos);
pos               472 3rdparty/libwebp/dec/io.c     int pos = 0;
pos               476 3rdparty/libwebp/dec/io.c       pos += p->emit_alpha_row(p, pos);
pos               140 3rdparty/libwebp/enc/backward_references.c                             const uint32_t* const argb, int pos) {
pos               142 3rdparty/libwebp/enc/backward_references.c   p->chain_[pos] = p->hash_to_first_index_[hash_code];
pos               143 3rdparty/libwebp/enc/backward_references.c   p->hash_to_first_index_[hash_code] = pos;
pos               177 3rdparty/libwebp/enc/backward_references.c   int pos;
pos               179 3rdparty/libwebp/enc/backward_references.c   for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)];
pos               180 3rdparty/libwebp/enc/backward_references.c        pos >= min_pos;
pos               181 3rdparty/libwebp/enc/backward_references.c        pos = p->chain_[pos]) {
pos               191 3rdparty/libwebp/enc/backward_references.c     if (argb[pos + best_length - 1] != argb_start[best_length - 1]) {
pos               194 3rdparty/libwebp/enc/backward_references.c     curr_length = FindMatchLength(argb + pos, argb_start, maxlen);
pos               198 3rdparty/libwebp/enc/backward_references.c     distance = (uint32_t)(base_position - pos);
pos               228 3rdparty/libwebp/utils/bit_reader.h     const int pos = br->bits_;
pos               229 3rdparty/libwebp/utils/bit_reader.h     const range_t value = (range_t)(br->value_ >> pos);
pos               232 3rdparty/libwebp/utils/bit_reader.h       br->value_ -= (bit_t)(split + 1) << pos;
pos                60 3rdparty/libwebp/utils/bit_writer.c     size_t pos = bw->pos_;
pos                65 3rdparty/libwebp/utils/bit_writer.c       if (pos > 0) bw->buf_[pos - 1]++;
pos                69 3rdparty/libwebp/utils/bit_writer.c       for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value;
pos                71 3rdparty/libwebp/utils/bit_writer.c     bw->buf_[pos++] = bits;
pos                72 3rdparty/libwebp/utils/bit_writer.c     bw->pos_ = pos;
pos                56 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp     std::string::size_type pos;
pos                58 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp     while (std::string::npos != (pos = tmp.find ("%T")))
pos                59 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp     tmp.replace (pos, 2, entext, strlen (entext));
pos               223 3rdparty/openexr/IlmImf/ImfChannelList.cpp     size_t pos = layerName.rfind ('.');
pos               225 3rdparty/openexr/IlmImf/ImfChannelList.cpp     if (pos != string::npos && pos != 0 && pos + 1 < layerName.size())
pos               227 3rdparty/openexr/IlmImf/ImfChannelList.cpp         layerName.erase (pos);
pos               160 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     V2f pos (0, 0);
pos               166 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.min.x + positionInFace.y;
pos               167 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.max.y - positionInFace.x;
pos               172 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.max.x - positionInFace.y;
pos               173 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.max.y - positionInFace.x;
pos               178 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.min.x + positionInFace.x;
pos               179 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.max.y - positionInFace.y;
pos               184 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.min.x + positionInFace.x;
pos               185 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.min.y + positionInFace.y;
pos               190 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.max.x - positionInFace.x;
pos               191 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.max.y - positionInFace.y;
pos               196 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.x = dwf.min.x + positionInFace.x;
pos               197 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos.y = dwf.max.y - positionInFace.y;
pos               201 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     return pos;
pos               265 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     V2f pos;
pos               269 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos = V2f (positionInFace.x / (sof - 1) * 2 - 1,
pos               274 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     pos = V2f (0, 0);
pos               284 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.y = pos.x;
pos               285 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.z = pos.y;
pos               291 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.y = pos.x;
pos               292 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.z = pos.y;
pos               297 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.x = pos.x;
pos               299 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.z = pos.y;
pos               304 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.x = pos.x;
pos               306 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.z = pos.y;
pos               311 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.x = pos.x;
pos               312 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.y = pos.y;
pos               318 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.x = pos.x;
pos               319 3rdparty/openexr/IlmImf/ImfEnvmap.cpp     dir.y = pos.y;
pos               118 3rdparty/openexr/IlmImf/ImfIO.h     virtual void	seekg (Int64 pos) = 0;
pos               188 3rdparty/openexr/IlmImf/ImfIO.h     virtual void	seekp (Int64 pos) = 0;
pos               249 3rdparty/openexr/IlmImf/ImfOutputFile.cpp     Int64 pos = os.tellp();
pos               251 3rdparty/openexr/IlmImf/ImfOutputFile.cpp     if (pos == -1)
pos               257 3rdparty/openexr/IlmImf/ImfOutputFile.cpp     return pos;
pos               143 3rdparty/openexr/IlmImf/ImfStdIO.cpp StdIFStream::seekg (Int64 pos)
pos               145 3rdparty/openexr/IlmImf/ImfStdIO.cpp     _is->seekg (pos);
pos               203 3rdparty/openexr/IlmImf/ImfStdIO.cpp StdOFStream::seekp (Int64 pos)
pos               205 3rdparty/openexr/IlmImf/ImfStdIO.cpp     _os->seekp (pos);
pos               233 3rdparty/openexr/IlmImf/ImfStdIO.cpp StdOSStream::seekp (Int64 pos)
pos               235 3rdparty/openexr/IlmImf/ImfStdIO.cpp     _os.seekp (pos);
pos                82 3rdparty/openexr/IlmImf/ImfStdIO.h     virtual void	seekg (Int64 pos);
pos               122 3rdparty/openexr/IlmImf/ImfStdIO.h     virtual void	seekp (Int64 pos);
pos               144 3rdparty/openexr/IlmImf/ImfStdIO.h     virtual void	seekp (Int64 pos);
pos                96 3rdparty/openexr/IlmImf/ImfTestFile.cpp     Int64 pos = is.tellg();
pos                98 3rdparty/openexr/IlmImf/ImfTestFile.cpp     if (pos != 0)
pos               105 3rdparty/openexr/IlmImf/ImfTestFile.cpp     is.seekg (pos);
pos               226 3rdparty/openexr/IlmImf/ImfTileOffsets.cpp     Int64 pos = os.tellp();
pos               228 3rdparty/openexr/IlmImf/ImfTileOffsets.cpp     if (pos == -1)
pos               236 3rdparty/openexr/IlmImf/ImfTileOffsets.cpp     return pos;
pos               502 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.max.x - r.pos.x;
pos               503 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.min.x - r.pos.x;
pos               517 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.y = clamp (r.pos.y + t1 * r.dir.y, b.min.y, b.max.y);
pos               518 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.z = clamp (r.pos.z + t1 * r.dir.z, b.min.z, b.max.z);
pos               526 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.y = clamp (r.pos.y + t2 * r.dir.y, b.min.y, b.max.y);
pos               527 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.z = clamp (r.pos.z + t2 * r.dir.z, b.min.z, b.max.z);
pos               530 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.x < b.min.x || r.pos.x > b.max.x)
pos               537 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.min.x - r.pos.x;
pos               538 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.max.x - r.pos.x;
pos               552 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.y = clamp (r.pos.y + t1 * r.dir.y, b.min.y, b.max.y);
pos               553 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.z = clamp (r.pos.z + t1 * r.dir.z, b.min.z, b.max.z);
pos               561 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.y = clamp (r.pos.y + t2 * r.dir.y, b.min.y, b.max.y);
pos               562 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.z = clamp (r.pos.z + t2 * r.dir.z, b.min.z, b.max.z);
pos               565 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.x < b.min.x || r.pos.x > b.max.x)
pos               577 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.max.y - r.pos.y;
pos               578 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.min.y - r.pos.y;
pos               591 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.x = clamp (r.pos.x + t1 * r.dir.x, b.min.x, b.max.x);
pos               593 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.z = clamp (r.pos.z + t1 * r.dir.z, b.min.z, b.max.z);
pos               600 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.x = clamp (r.pos.x + t2 * r.dir.x, b.min.x, b.max.x);
pos               602 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.z = clamp (r.pos.z + t2 * r.dir.z, b.min.z, b.max.z);
pos               605 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.y < b.min.y || r.pos.y > b.max.y)
pos               612 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.min.y - r.pos.y;
pos               613 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.max.y - r.pos.y;
pos               626 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.x = clamp (r.pos.x + t1 * r.dir.x, b.min.x, b.max.x);
pos               628 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.z = clamp (r.pos.z + t1 * r.dir.z, b.min.z, b.max.z);
pos               635 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.x = clamp (r.pos.x + t2 * r.dir.x, b.min.x, b.max.x);
pos               637 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.z = clamp (r.pos.z + t2 * r.dir.z, b.min.z, b.max.z);
pos               640 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.y < b.min.y || r.pos.y > b.max.y)
pos               652 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.max.z - r.pos.z;
pos               653 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.min.z - r.pos.z;
pos               666 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.x = clamp (r.pos.x + t1 * r.dir.x, b.min.x, b.max.x);
pos               667 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.y = clamp (r.pos.y + t1 * r.dir.y, b.min.y, b.max.y);
pos               675 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.x = clamp (r.pos.x + t2 * r.dir.x, b.min.x, b.max.x);
pos               676 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.y = clamp (r.pos.y + t2 * r.dir.y, b.min.y, b.max.y);
pos               680 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.z < b.min.z || r.pos.z > b.max.z)
pos               687 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d1 = b.min.z - r.pos.z;
pos               688 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d2 = b.max.z - r.pos.z;
pos               701 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.x = clamp (r.pos.x + t1 * r.dir.x, b.min.x, b.max.x);
pos               702 3rdparty/openexr/Imath/ImathBoxAlgo.h         exit.y = clamp (r.pos.y + t1 * r.dir.y, b.min.y, b.max.y);
pos               710 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.x = clamp (r.pos.x + t2 * r.dir.x, b.min.x, b.max.x);
pos               711 3rdparty/openexr/Imath/ImathBoxAlgo.h         entry.y = clamp (r.pos.y + t2 * r.dir.y, b.min.y, b.max.y);
pos               715 3rdparty/openexr/Imath/ImathBoxAlgo.h     else if (r.pos.z < b.min.z || r.pos.z > b.max.z)
pos               762 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (b.intersects (r.pos))
pos               768 3rdparty/openexr/Imath/ImathBoxAlgo.h     ip = r.pos;
pos               796 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.x > b.max.x)
pos               799 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.max.x - r.pos.x;
pos               809 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.x <= b.min.x)
pos               811 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.min.x - r.pos.x;
pos               819 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.y = clamp (r.pos.y + t * r.dir.y, b.min.y, b.max.y);
pos               820 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.z = clamp (r.pos.z + t * r.dir.z, b.min.z, b.max.z);
pos               826 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.x < b.min.x)
pos               829 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.min.x - r.pos.x;
pos               839 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.x >= b.max.x)
pos               841 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.max.x - r.pos.x;
pos               849 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.y = clamp (r.pos.y + t * r.dir.y, b.min.y, b.max.y);
pos               850 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.z = clamp (r.pos.z + t * r.dir.z, b.min.z, b.max.z);
pos               856 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.x < b.min.x || r.pos.x > b.max.x)
pos               866 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.y > b.max.y)
pos               869 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.max.y - r.pos.y;
pos               879 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.y <= b.min.y)
pos               881 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.min.y - r.pos.y;
pos               888 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.x = clamp (r.pos.x + t * r.dir.x, b.min.x, b.max.x);
pos               890 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.z = clamp (r.pos.z + t * r.dir.z, b.min.z, b.max.z);
pos               896 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.y < b.min.y)
pos               899 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.min.y - r.pos.y;
pos               909 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.y >= b.max.y)
pos               911 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.max.y - r.pos.y;
pos               918 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.x = clamp (r.pos.x + t * r.dir.x, b.min.x, b.max.x);
pos               920 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.z = clamp (r.pos.z + t * r.dir.z, b.min.z, b.max.z);
pos               926 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.y < b.min.y || r.pos.y > b.max.y)
pos               936 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.z > b.max.z)
pos               939 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.max.z - r.pos.z;
pos               949 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.z <= b.min.z)
pos               951 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.min.z - r.pos.z;
pos               958 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.x = clamp (r.pos.x + t * r.dir.x, b.min.x, b.max.x);
pos               959 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.y = clamp (r.pos.y + t * r.dir.y, b.min.y, b.max.y);
pos               966 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.z < b.min.z)
pos               969 3rdparty/openexr/Imath/ImathBoxAlgo.h     T d = b.min.z - r.pos.z;
pos               979 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.z >= b.max.z)
pos               981 3rdparty/openexr/Imath/ImathBoxAlgo.h         T d = b.max.z - r.pos.z;
pos               988 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.x = clamp (r.pos.x + t * r.dir.x, b.min.x, b.max.x);
pos               989 3rdparty/openexr/Imath/ImathBoxAlgo.h         ip.y = clamp (r.pos.y + t * r.dir.y, b.min.y, b.max.y);
pos               996 3rdparty/openexr/Imath/ImathBoxAlgo.h     if (r.pos.z < b.min.z || r.pos.z > b.max.z)
pos                47 3rdparty/openexr/Imath/ImathGLU.h gluLookAt(const Imath::V3f &pos, const Imath::V3f &interest, const Imath::V3f &up)
pos                49 3rdparty/openexr/Imath/ImathGLU.h     gluLookAt(pos.x,      pos.y,      pos.z,
pos                58 3rdparty/openexr/Imath/ImathLine.h     Vec3<T>			pos;
pos               113 3rdparty/openexr/Imath/ImathLine.h     pos = p0; dir = p1-p0;
pos               120 3rdparty/openexr/Imath/ImathLine.h     return pos + dir * parameter;
pos               132 3rdparty/openexr/Imath/ImathLine.h     return ((point - pos) ^ dir) * dir + pos;
pos               138 3rdparty/openexr/Imath/ImathLine.h     T d = (dir % line.dir) ^ (line.pos - pos);
pos               148 3rdparty/openexr/Imath/ImathLine.h     Vec3<T> posLpos = pos - line.pos ;
pos               163 3rdparty/openexr/Imath/ImathLine.h         return pos;
pos               166 3rdparty/openexr/Imath/ImathLine.h     return pos + dir * (num / denom);
pos               172 3rdparty/openexr/Imath/ImathLine.h     return o << "(" << line.pos << ", " << line.dir << ")";
pos               178 3rdparty/openexr/Imath/ImathLine.h     return Line3<S>( line.pos * M, (line.pos + line.dir) * M );
pos                97 3rdparty/openexr/Imath/ImathLineAlgo.h     Vec3<T> w = line1.pos - line2.pos;
pos               172 3rdparty/openexr/Imath/ImathLineAlgo.h     T d = normal ^ (v0 - line.pos);
pos               190 3rdparty/openexr/Imath/ImathPlane.h     T t = - ((normal ^ line.pos) - distance) /  d;
pos               200 3rdparty/openexr/Imath/ImathPlane.h     t = - ((normal ^ line.pos) - distance) /  d;
pos               121 3rdparty/openexr/Imath/ImathSphere.h     Vec3<T> v = line.pos - center;
pos                20 3rdparty/tbb/android_additional.h       const char* pos = pbuf;
pos                33 3rdparty/tbb/android_additional.h           sscanf(pos, "%d-%d", &rstart, &rend);
pos                86 3rdparty/zlib/gzlib.c     state->x.pos = 0;               /* no uncompressed data yet */
pos               388 3rdparty/zlib/gzlib.c         offset -= state->x.pos;
pos               395 3rdparty/zlib/gzlib.c             state->x.pos + offset >= 0) {
pos               405 3rdparty/zlib/gzlib.c         state->x.pos += offset;
pos               406 3rdparty/zlib/gzlib.c         return state->x.pos;
pos               413 3rdparty/zlib/gzlib.c         offset += state->x.pos;
pos               426 3rdparty/zlib/gzlib.c         state->x.pos += n;
pos               435 3rdparty/zlib/gzlib.c     return state->x.pos + offset;
pos               464 3rdparty/zlib/gzlib.c     return state->x.pos + (state->seek ? state->skip : 0);
pos               270 3rdparty/zlib/gzread.c             state->x.pos += n;
pos               374 3rdparty/zlib/gzread.c         state->x.pos += n;
pos               407 3rdparty/zlib/gzread.c         state->x.pos++;
pos               455 3rdparty/zlib/gzread.c         state->x.pos--;
pos               477 3rdparty/zlib/gzread.c     state->x.pos--;
pos               534 3rdparty/zlib/gzread.c         state->x.pos += n;
pos               156 3rdparty/zlib/gzwrite.c         state->x.pos += n;
pos               220 3rdparty/zlib/gzwrite.c             state->x.pos += copy;
pos               235 3rdparty/zlib/gzwrite.c         state->x.pos += len;
pos               280 3rdparty/zlib/gzwrite.c             state->x.pos++;
pos               368 3rdparty/zlib/gzwrite.c     state->x.pos += len;
pos               458 3rdparty/zlib/gzwrite.c     state->x.pos += len;
pos              1673 3rdparty/zlib/zlib.h     z_off64_t pos;
pos              1679 3rdparty/zlib/zlib.h           ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
pos              1682 3rdparty/zlib/zlib.h           ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g))
pos                71 apps/createsamples/utility.cpp     int pos;
pos                87 apps/createsamples/utility.cpp         pos = (int)strcspn( p, "/\\" );
pos                89 apps/createsamples/utility.cpp         if( pos == (int) strlen( p ) ) break;
pos                90 apps/createsamples/utility.cpp         if( pos != 0 )
pos                92 apps/createsamples/utility.cpp             p[pos] = '\0';
pos                95 apps/createsamples/utility.cpp             if( p[pos-1] != ':' )
pos               110 apps/createsamples/utility.cpp         p[pos] = '/';
pos               112 apps/createsamples/utility.cpp         p += pos + 1;
pos              3267 apps/traincascade/old_ml_tree.cpp     int pos = data->get_work_var_count();
pos              3271 apps/traincascade/old_ml_tree.cpp             pos*scount + left->offset);
pos              3273 apps/traincascade/old_ml_tree.cpp             pos*scount + right->offset);
pos              3293 apps/traincascade/old_ml_tree.cpp             pos*scount + left->offset;
pos              3295 apps/traincascade/old_ml_tree.cpp             pos*scount + right->offset;
pos              1145 modules/calib3d/src/calibration.cpp     int i, j, pos, nimages, ni = 0;
pos              1172 modules/calib3d/src/calibration.cpp     for( i = 0, pos = 0; i < nimages; i++, pos += ni )
pos              1180 modules/calib3d/src/calibration.cpp         cvGetCols( objectPoints, &matM, pos, pos + ni );
pos              1181 modules/calib3d/src/calibration.cpp         cvGetCols( imagePoints, &_m, pos, pos + ni );
pos              1241 modules/calib3d/src/calibration.cpp     int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn;
pos              1431 modules/calib3d/src/calibration.cpp     for( i = 0, pos = 0; i < nimages; i++, pos += ni )
pos              1439 modules/calib3d/src/calibration.cpp         cvGetCols( matM, &_Mi, pos, pos + ni );
pos              1440 modules/calib3d/src/calibration.cpp         cvGetCols( _m, &_mi, pos, pos + ni );
pos              1470 modules/calib3d/src/calibration.cpp         for( i = 0, pos = 0; i < nimages; i++, pos += ni )
pos              1478 modules/calib3d/src/calibration.cpp             cvGetCols( matM, &_Mi, pos, pos + ni );
pos              1479 modules/calib3d/src/calibration.cpp             cvGetCols( _m, &_mi, pos, pos + ni );
pos              1412 modules/calib3d/src/circlesgrid.cpp static bool areIndicesCorrect(Point pos, std::vector<std::vector<size_t> > *points)
pos              1414 modules/calib3d/src/circlesgrid.cpp   if (pos.y < 0 || pos.x < 0)
pos              1416 modules/calib3d/src/circlesgrid.cpp   return (static_cast<size_t> (pos.y) < points->size() && static_cast<size_t> (pos.x) < points->at(pos.y).size());
pos               303 modules/calib3d/test/test_chessboardgenerator.cpp                                          const Size2f& squareSize, const Point3f& pos, vector<Point2f>& corners) const
pos               306 modules/calib3d/test/test_chessboardgenerator.cpp     Point3f p = pos;
pos                23 modules/calib3d/test/test_chessboardgenerator.hpp     Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, const Point3f& pos, std::vector<Point2f>& corners) const;
pos              1494 modules/core/include/opencv2/core.hpp CV_EXPORTS_W bool checkRange(InputArray a, bool quiet = true, CV_OUT Point* pos = 0,
pos              1570 modules/core/include/opencv2/core/core_c.h CVAPI(void)  cvSaveMemStoragePos( const CvMemStorage* storage, CvMemStoragePos* pos );
pos              1573 modules/core/include/opencv2/core/core_c.h CVAPI(void)  cvRestoreMemStoragePos( CvMemStorage* storage, CvMemStoragePos* pos );
pos              2898 modules/core/include/opencv2/core/core_c.h     void seek(size_t pos);
pos              3063 modules/core/include/opencv2/core/core_c.h template<typename _Tp> inline void SeqIterator<_Tp>::seek(size_t pos)
pos              3065 modules/core/include/opencv2/core/core_c.h     cvSetSeqReaderPos(this, (int)pos, false);
pos              3066 modules/core/include/opencv2/core/core_c.h     index = pos;
pos               196 modules/core/include/opencv2/core/cuda/scan.hpp         unsigned int pos = 2 * tid - (tid & (OPENCV_CUDA_WARP_SIZE - 1));
pos               197 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] = 0;
pos               198 modules/core/include/opencv2/core/cuda/scan.hpp         pos += OPENCV_CUDA_WARP_SIZE;
pos               199 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] = idata;
pos               201 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] += s_Data[pos - 1];
pos               202 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] += s_Data[pos - 2];
pos               203 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] += s_Data[pos - 4];
pos               204 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] += s_Data[pos - 8];
pos               205 modules/core/include/opencv2/core/cuda/scan.hpp         s_Data[pos] += s_Data[pos - 16];
pos               207 modules/core/include/opencv2/core/cuda/scan.hpp         return s_Data[pos];
pos               492 modules/core/include/opencv2/core/cvstd.hpp     String(const String& str, size_t pos, size_t len = npos);
pos               527 modules/core/include/opencv2/core/cvstd.hpp     String substr(size_t pos = 0, size_t len = npos) const;
pos               529 modules/core/include/opencv2/core/cvstd.hpp     size_t find(const char* s, size_t pos, size_t n) const;
pos               530 modules/core/include/opencv2/core/cvstd.hpp     size_t find(char c, size_t pos = 0) const;
pos               531 modules/core/include/opencv2/core/cvstd.hpp     size_t find(const String& str, size_t pos = 0) const;
pos               532 modules/core/include/opencv2/core/cvstd.hpp     size_t find(const char* s, size_t pos = 0) const;
pos               534 modules/core/include/opencv2/core/cvstd.hpp     size_t rfind(const char* s, size_t pos, size_t n) const;
pos               535 modules/core/include/opencv2/core/cvstd.hpp     size_t rfind(char c, size_t pos = npos) const;
pos               536 modules/core/include/opencv2/core/cvstd.hpp     size_t rfind(const String& str, size_t pos = npos) const;
pos               537 modules/core/include/opencv2/core/cvstd.hpp     size_t rfind(const char* s, size_t pos = npos) const;
pos               539 modules/core/include/opencv2/core/cvstd.hpp     size_t find_first_of(const char* s, size_t pos, size_t n) const;
pos               540 modules/core/include/opencv2/core/cvstd.hpp     size_t find_first_of(char c, size_t pos = 0) const;
pos               541 modules/core/include/opencv2/core/cvstd.hpp     size_t find_first_of(const String& str, size_t pos = 0) const;
pos               542 modules/core/include/opencv2/core/cvstd.hpp     size_t find_first_of(const char* s, size_t pos = 0) const;
pos               544 modules/core/include/opencv2/core/cvstd.hpp     size_t find_last_of(const char* s, size_t pos, size_t n) const;
pos               545 modules/core/include/opencv2/core/cvstd.hpp     size_t find_last_of(char c, size_t pos = npos) const;
pos               546 modules/core/include/opencv2/core/cvstd.hpp     size_t find_last_of(const String& str, size_t pos = npos) const;
pos               547 modules/core/include/opencv2/core/cvstd.hpp     size_t find_last_of(const char* s, size_t pos = npos) const;
pos               559 modules/core/include/opencv2/core/cvstd.hpp     String(const std::string& str, size_t pos, size_t len = npos);
pos               596 modules/core/include/opencv2/core/cvstd.hpp String::String(const String& str, size_t pos, size_t len)
pos               599 modules/core/include/opencv2/core/cvstd.hpp     pos = min(pos, str.len_);
pos               600 modules/core/include/opencv2/core/cvstd.hpp     len = min(str.len_ - pos, len);
pos               609 modules/core/include/opencv2/core/cvstd.hpp     memcpy(allocate(len), str.cstr_ + pos, len);
pos               790 modules/core/include/opencv2/core/cvstd.hpp String String::substr(size_t pos, size_t len) const
pos               792 modules/core/include/opencv2/core/cvstd.hpp     return String(*this, pos, len);
pos               796 modules/core/include/opencv2/core/cvstd.hpp size_t String::find(const char* s, size_t pos, size_t n) const
pos               798 modules/core/include/opencv2/core/cvstd.hpp     if (n == 0 || pos + n > len_) return npos;
pos               800 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i <= lmax; ++i)
pos               810 modules/core/include/opencv2/core/cvstd.hpp size_t String::find(char c, size_t pos) const
pos               812 modules/core/include/opencv2/core/cvstd.hpp     return find(&c, pos, 1);
pos               816 modules/core/include/opencv2/core/cvstd.hpp size_t String::find(const String& str, size_t pos) const
pos               818 modules/core/include/opencv2/core/cvstd.hpp     return find(str.c_str(), pos, str.len_);
pos               822 modules/core/include/opencv2/core/cvstd.hpp size_t String::find(const char* s, size_t pos) const
pos               824 modules/core/include/opencv2/core/cvstd.hpp     if (pos >= len_ || !s[0]) return npos;
pos               826 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i < lmax; ++i)
pos               839 modules/core/include/opencv2/core/cvstd.hpp size_t String::rfind(const char* s, size_t pos, size_t n) const
pos               842 modules/core/include/opencv2/core/cvstd.hpp     if (pos > len_ - n) pos = len_ - n;
pos               843 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i >= cstr_; --i)
pos               853 modules/core/include/opencv2/core/cvstd.hpp size_t String::rfind(char c, size_t pos) const
pos               855 modules/core/include/opencv2/core/cvstd.hpp     return rfind(&c, pos, 1);
pos               859 modules/core/include/opencv2/core/cvstd.hpp size_t String::rfind(const String& str, size_t pos) const
pos               861 modules/core/include/opencv2/core/cvstd.hpp     return rfind(str.c_str(), pos, str.len_);
pos               865 modules/core/include/opencv2/core/cvstd.hpp size_t String::rfind(const char* s, size_t pos) const
pos               867 modules/core/include/opencv2/core/cvstd.hpp     return rfind(s, pos, strlen(s));
pos               871 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_first_of(const char* s, size_t pos, size_t n) const
pos               873 modules/core/include/opencv2/core/cvstd.hpp     if (n == 0 || pos + n > len_) return npos;
pos               875 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i < lmax; ++i)
pos               885 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_first_of(char c, size_t pos) const
pos               887 modules/core/include/opencv2/core/cvstd.hpp     return find_first_of(&c, pos, 1);
pos               891 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_first_of(const String& str, size_t pos) const
pos               893 modules/core/include/opencv2/core/cvstd.hpp     return find_first_of(str.c_str(), pos, str.len_);
pos               897 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_first_of(const char* s, size_t pos) const
pos               899 modules/core/include/opencv2/core/cvstd.hpp     if (pos >= len_ || !s[0]) return npos;
pos               901 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i < lmax; ++i)
pos               911 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_last_of(const char* s, size_t pos, size_t n) const
pos               913 modules/core/include/opencv2/core/cvstd.hpp     if (pos >= len_) pos = len_ - 1;
pos               914 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i >= cstr_; --i)
pos               924 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_last_of(char c, size_t pos) const
pos               926 modules/core/include/opencv2/core/cvstd.hpp     return find_last_of(&c, pos, 1);
pos               930 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_last_of(const String& str, size_t pos) const
pos               932 modules/core/include/opencv2/core/cvstd.hpp     return find_last_of(str.c_str(), pos, str.len_);
pos               936 modules/core/include/opencv2/core/cvstd.hpp size_t String::find_last_of(const char* s, size_t pos) const
pos               938 modules/core/include/opencv2/core/cvstd.hpp     if (pos >= len_) pos = len_ - 1;
pos               939 modules/core/include/opencv2/core/cvstd.hpp     for (const char* i = cstr_ + pos; i >= cstr_; --i)
pos                86 modules/core/include/opencv2/core/cvstd.inl.hpp String::String(const std::string& str, size_t pos, size_t len)
pos                90 modules/core/include/opencv2/core/cvstd.inl.hpp     pos = max(pos, strlen);
pos                91 modules/core/include/opencv2/core/cvstd.inl.hpp     len = min(strlen - pos, len);
pos                93 modules/core/include/opencv2/core/cvstd.inl.hpp     memcpy(allocate(len), str.c_str() + pos, len);
pos              2789 modules/core/include/opencv2/core/mat.hpp     Point pos() const;
pos              2791 modules/core/include/opencv2/core/mat.hpp     void pos(int* _idx) const;
pos              2856 modules/core/include/opencv2/core/mat.hpp     Point pos() const;
pos               203 modules/core/src/cuda_info.cpp         size_t pos = 0;
pos               204 modules/core/src/cuda_info.cpp         while (pos < len)
pos               206 modules/core/src/cuda_info.cpp             if (isspace(set_as_str[pos]))
pos               208 modules/core/src/cuda_info.cpp                 ++pos;
pos               214 modules/core/src/cuda_info.cpp                 int args_read = sscanf(set_as_str + pos, "%d%n", &cur_value, &chars_read);
pos               218 modules/core/src/cuda_info.cpp                 pos += chars_read;
pos               273 modules/core/src/datastructs.cpp cvSaveMemStoragePos( const CvMemStorage * storage, CvMemStoragePos * pos )
pos               275 modules/core/src/datastructs.cpp     if( !storage || !pos )
pos               278 modules/core/src/datastructs.cpp     pos->top = storage->top;
pos               279 modules/core/src/datastructs.cpp     pos->free_space = storage->free_space;
pos               285 modules/core/src/datastructs.cpp cvRestoreMemStoragePos( CvMemStorage * storage, CvMemStoragePos * pos )
pos               287 modules/core/src/datastructs.cpp     if( !storage || !pos )
pos               289 modules/core/src/datastructs.cpp     if( pos->free_space > storage->block_size )
pos               310 modules/core/src/datastructs.cpp     storage->top = pos->top;
pos               311 modules/core/src/datastructs.cpp     storage->free_space = pos->free_space;
pos              1877 modules/core/src/datastructs.cpp #define CV_SAVE_READER_POS( reader, pos )   \
pos              1879 modules/core/src/datastructs.cpp     (pos).block = (reader).block;           \
pos              1880 modules/core/src/datastructs.cpp     (pos).ptr = (reader).ptr;               \
pos              1881 modules/core/src/datastructs.cpp     (pos).block_min = (reader).block_min;   \
pos              1882 modules/core/src/datastructs.cpp     (pos).block_max = (reader).block_max;   \
pos              1885 modules/core/src/datastructs.cpp #define CV_RESTORE_READER_POS( reader, pos )\
pos              1887 modules/core/src/datastructs.cpp     (reader).block = (pos).block;           \
pos              1888 modules/core/src/datastructs.cpp     (reader).ptr = (pos).ptr;               \
pos              1889 modules/core/src/datastructs.cpp     (reader).block_min = (pos).block_min;   \
pos              1890 modules/core/src/datastructs.cpp     (reader).block_max = (pos).block_max;   \
pos               278 modules/core/src/glob.cpp         size_t pos = pattern.find_last_of(dir_separators);
pos               279 modules/core/src/glob.cpp         if (pos == String::npos)
pos               286 modules/core/src/glob.cpp             path = pattern.substr(0, pos);
pos               287 modules/core/src/glob.cpp             wildchart = pattern.substr(pos + 1);
pos               106 modules/core/src/ocl.cpp     size_t pos = 0;
pos               107 modules/core/src/ocl.cpp     for (; pos < value.size(); pos++)
pos               109 modules/core/src/ocl.cpp         if (!isdigit(value[pos]))
pos               112 modules/core/src/ocl.cpp     cv::String valueStr = value.substr(0, pos);
pos               113 modules/core/src/ocl.cpp     cv::String suffixStr = value.substr(pos, value.length() - pos);
pos              2013 modules/core/src/ocl.cpp         size_t pos = p->getStrProp(CL_DEVICE_EXTENSIONS).find("cl_khr_image2d_from_buffer");
pos              2014 modules/core/src/ocl.cpp         if (pos != String::npos)
pos               365 modules/core/src/opencl/minmaxloc.cl         int pos = 0;
pos               367 modules/core/src/opencl/minmaxloc.cl         *(__global dstT1 *)(dstptr + mad24(gid, (int)sizeof(dstT1), pos)) = localmem_min[0];
pos               368 modules/core/src/opencl/minmaxloc.cl         pos = mad24(groupnum, (int)sizeof(dstT1), pos);
pos               371 modules/core/src/opencl/minmaxloc.cl         *(__global dstT1 *)(dstptr + mad24(gid, (int)sizeof(dstT1), pos)) = localmem_max[0];
pos               372 modules/core/src/opencl/minmaxloc.cl         pos = mad24(groupnum, (int)sizeof(dstT1), pos);
pos               375 modules/core/src/opencl/minmaxloc.cl         *(__global uint *)(dstptr + mad24(gid, (int)sizeof(uint), pos)) = localmem_minloc[0];
pos               376 modules/core/src/opencl/minmaxloc.cl         pos = mad24(groupnum, (int)sizeof(uint), pos);
pos               379 modules/core/src/opencl/minmaxloc.cl         *(__global uint *)(dstptr + mad24(gid, (int)sizeof(uint), pos)) = localmem_maxloc[0];
pos               381 modules/core/src/opencl/minmaxloc.cl         pos = mad24(groupnum, (int)sizeof(uint), pos);
pos               385 modules/core/src/opencl/minmaxloc.cl         *(__global dstT1 *)(dstptr + mad24(gid, (int)sizeof(dstT1), pos)) = localmem_max2[0];
pos               164 modules/core/src/out.cpp                         size_t pos = 0;
pos               166 modules/core/src/out.cpp                             while(pos < prologue.size() && pos < sizeof(buf) - 2)
pos               167 modules/core/src/out.cpp                                 buf[pos++] = ' ';
pos               169 modules/core/src/out.cpp                             buf[pos++] = braces[BRACE_ROW_OPEN];
pos               170 modules/core/src/out.cpp                         if(!pos)
pos               172 modules/core/src/out.cpp                         buf[pos] = 0;
pos               476 modules/core/src/parallel.cpp       const char* pos = pbuf;
pos               489 modules/core/src/parallel.cpp           sscanf(pos, "%d-%d", &rstart, &rend);
pos               177 modules/core/src/persistence.cpp     CvMemStoragePos pos;
pos              2382 modules/core/src/persistence.cpp     cvSaveMemStoragePos( fs->strstorage, &parent.pos );
pos              2416 modules/core/src/persistence.cpp     cvRestoreMemStoragePos( fs->strstorage, &parent.pos );
pos              3030 modules/core/src/persistence.cpp             const char* pos = strchr( icvTypeSymbol, c );
pos              3031 modules/core/src/persistence.cpp             if( !pos )
pos              3035 modules/core/src/persistence.cpp             fmt_pairs[i+1] = (int)(pos - icvTypeSymbol);
pos               521 modules/core/test/test_ds.cpp     vector<int> pos(struct_count);
pos               531 modules/core/test/test_ds.cpp         pos[i] = -1;
pos               555 modules/core/test/test_ds.cpp             if( pos[struct_idx] < 0 )
pos               573 modules/core/test/test_ds.cpp                 pos[struct_idx] = 0;
pos               577 modules/core/test/test_ds.cpp             if( pos[struct_idx] == sseq->count )
pos               587 modules/core/test/test_ds.cpp                 schar* el = cvTsSimpleSeqElem( sseq, pos[struct_idx] );
pos               590 modules/core/test/test_ds.cpp             pos[struct_idx]++;
pos               656 modules/core/test/test_ds.cpp     int pos = cvtest::randInt(rng) % 2;
pos               657 modules/core/test/test_ds.cpp     cvStartReadSeq( seq, &reader, pos );
pos               665 modules/core/test/test_ds.cpp     pos = pos ? seq->total - 1 : 0;
pos               667 modules/core/test/test_ds.cpp     CV_TS_SEQ_CHECK_CONDITION( pos == cvGetSeqReaderPos(&reader),
pos               681 modules/core/test/test_ds.cpp             new_pos0 = new_pos + (is_relative ? pos : 0 );
pos               693 modules/core/test/test_ds.cpp                 pos = new_pos0;
pos               697 modules/core/test/test_ds.cpp                 CV_TS_SEQ_CHECK_CONDITION( pos == cvGetSeqReaderPos( &reader ),
pos               715 modules/core/test/test_ds.cpp             CV_TS_SEQ_CHECK_CONDITION( memcmp(elem, cvTsSimpleSeqElem(sseq, pos),
pos               717 modules/core/test/test_ds.cpp             pos += direction;
pos               718 modules/core/test/test_ds.cpp             if( -pos > 0 ) pos += total;
pos               719 modules/core/test/test_ds.cpp             if( pos >= total ) pos -= total;
pos               721 modules/core/test/test_ds.cpp             CV_TS_SEQ_CHECK_CONDITION( pos == cvGetSeqReaderPos( &reader ),
pos               751 modules/core/test/test_ds.cpp         int whence = 0, pos = 0, count = 0;
pos               767 modules/core/test/test_ds.cpp                     pos = 0;
pos               772 modules/core/test/test_ds.cpp                     pos = sseq->count;
pos               777 modules/core/test/test_ds.cpp                     pos = cvtest::randInt(rng) % (sseq->count + 1);
pos               778 modules/core/test/test_ds.cpp                     cvSeqInsert( seq, pos, elem );
pos               781 modules/core/test/test_ds.cpp                 cvTsSimpleSeqShiftAndCopy( sseq, pos, pos + 1, elem );
pos               782 modules/core/test/test_ds.cpp                 elem2 = cvGetSeqElem( seq, pos );
pos               785 modules/core/test/test_ds.cpp                                           memcmp(elem2, cvTsSimpleSeqElem(sseq,pos), elem_size) == 0,
pos               798 modules/core/test/test_ds.cpp                     pos = 0;
pos               803 modules/core/test/test_ds.cpp                     pos = sseq->count-1;
pos               808 modules/core/test/test_ds.cpp                     pos = cvtest::randInt(rng) % sseq->count;
pos               809 modules/core/test/test_ds.cpp                      cvSeqRemove( seq, pos );
pos               814 modules/core/test/test_ds.cpp                                               memcmp( elem, cvTsSimpleSeqElem(sseq,pos), elem_size) == 0,
pos               817 modules/core/test/test_ds.cpp                 cvTsSimpleSeqShiftAndCopy( sseq, pos + 1, pos );
pos               821 modules/core/test/test_ds.cpp                      elem2 = cvGetSeqElem( seq, pos < sseq->count ? pos : -1 );
pos               825 modules/core/test/test_ds.cpp                                                       cvTsSimpleSeqElem(sseq, pos - (pos == sseq->count)), elem_size) == 0,
pos               846 modules/core/test/test_ds.cpp                 pos = whence < 0 ? 0 : whence > 0 ? sseq->count : (int)(cvtest::randInt(rng) % (sseq->count+1));
pos               860 modules/core/test/test_ds.cpp                     cvSeqInsertSlice( seq, pos, &header );
pos               862 modules/core/test/test_ds.cpp                 cvTsSimpleSeqShiftAndCopy( sseq, pos, pos + count, elem );
pos               867 modules/core/test/test_ds.cpp                     pos = count > 0 ? (int)(cvtest::randInt(rng) % count + pos) : MAX(pos-1,0);
pos               868 modules/core/test/test_ds.cpp                     elem2 = cvGetSeqElem( seq, pos );
pos               871 modules/core/test/test_ds.cpp                                               memcmp( elem2, cvTsSimpleSeqElem(sseq,pos), elem_size) == 0,
pos               889 modules/core/test/test_ds.cpp                 pos = whence < 0 ? 0 : whence > 0 ? sseq->count - count :
pos               899 modules/core/test/test_ds.cpp                                                           cvTsSimpleSeqElem(sseq,pos), elem_size) == 0,
pos               905 modules/core/test/test_ds.cpp                      cvSeqRemoveSlice( seq, cvSlice(pos, pos + count) );
pos               911 modules/core/test/test_ds.cpp                 cvTsSimpleSeqShiftAndCopy( sseq, pos + count, pos, 0 );
pos               914 modules/core/test/test_ds.cpp                     pos = whence < 0 ? 0 : MIN( pos, sseq->count - 1 );
pos               915 modules/core/test/test_ds.cpp                     elem2 = cvGetSeqElem( seq, pos );
pos               917 modules/core/test/test_ds.cpp                                               memcmp( elem2, cvTsSimpleSeqElem(sseq,pos), elem_size) == 0,
pos               933 modules/core/test/test_ds.cpp                 pos = cvtest::randInt(rng) % (seq->total - count + 1);
pos               934 modules/core/test/test_ds.cpp                 CvSeq* seq_slice = cvSeqSlice( seq, cvSlice(pos, pos + count), storage, copy_data );
pos               943 modules/core/test/test_ds.cpp                     schar* elem3 = cvGetSeqElem( seq, pos + test_idx );
pos               945 modules/core/test/test_ds.cpp                                               memcmp( elem2, cvTsSimpleSeqElem(sseq,pos + test_idx), elem_size) == 0,
pos               302 modules/cudaimgproc/perf/perf_hough.cpp         cv::Point pos;
pos               304 modules/cudaimgproc/perf/perf_hough.cpp         pos.x = rng.uniform(0, image.cols - obj.cols);
pos               305 modules/cudaimgproc/perf/perf_hough.cpp         pos.y = rng.uniform(0, image.rows - obj.rows);
pos               307 modules/cudaimgproc/perf/perf_hough.cpp         cv::Mat roi = image(cv::Rect(pos, obj.size()));
pos               229 modules/cudaimgproc/test/test_hough.cpp     std::vector<cv::Vec4f> pos;
pos               230 modules/cudaimgproc/test/test_hough.cpp     d_pos.download(pos);
pos               232 modules/cudaimgproc/test/test_hough.cpp     ASSERT_EQ(gold_count, pos.size());
pos               240 modules/cudaimgproc/test/test_hough.cpp         for (size_t j = 0; j < pos.size(); ++j)
pos               242 modules/cudaimgproc/test/test_hough.cpp             cv::Point2f p(pos[j][0], pos[j][1]);
pos               229 modules/cudalegacy/include/opencv2/cudalegacy.hpp                                   float pos, GpuMat& newFrame, GpuMat& buf,
pos               118 modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp     Ncv32f pos;           ///< new frame position
pos                55 modules/cudalegacy/src/interpolate_frames.cpp                                 float pos, GpuMat& newFrame, GpuMat& buf, Stream& s)
pos                98 modules/cudalegacy/src/interpolate_frames.cpp     state.pos          = pos;
pos                78 modules/cudev/include/opencv2/cudev/warp/scan.hpp     uint pos = 2 * tid - (tid & (WARP_SIZE - 1));
pos                79 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] = 0;
pos                81 modules/cudev/include/opencv2/cudev/warp/scan.hpp     pos += WARP_SIZE;
pos                82 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] = data;
pos                84 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] += smem[pos - 1];
pos                85 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] += smem[pos - 2];
pos                86 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] += smem[pos - 4];
pos                87 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] += smem[pos - 8];
pos                88 modules/cudev/include/opencv2/cudev/warp/scan.hpp     smem[pos] += smem[pos - 16];
pos                90 modules/cudev/include/opencv2/cudev/warp/scan.hpp     return smem[pos];
pos               380 modules/features2d/src/evaluation.cpp     It pos = overlaps.begin();
pos               383 modules/features2d/src/evaluation.cpp     while(pos != end)
pos               385 modules/features2d/src/evaluation.cpp         It prev = pos++;
pos               386 modules/features2d/src/evaluation.cpp         end = std::remove_if(pos, end, SIdx::UsedFinder(*prev));
pos               388 modules/features2d/src/evaluation.cpp     overlaps.erase(pos, overlaps.end());
pos              1379 modules/features2d/src/kaze/AKAZEFeatures.cpp     for(int pos = 0; pos < chan; pos++) {
pos              1381 modules/features2d/src/kaze/AKAZEFeatures.cpp             int ival = ivalues[chan * i + pos];
pos              1383 modules/features2d/src/kaze/AKAZEFeatures.cpp                 int res = ival > ivalues[chan * j + pos];
pos                41 modules/flann/include/opencv2/flann/simplex_downhill.h void addValue(int pos, float val, float* vals, T* point, T* points, int n)
pos                43 modules/flann/include/opencv2/flann/simplex_downhill.h     vals[pos] = val;
pos                45 modules/flann/include/opencv2/flann/simplex_downhill.h         points[pos*n+i] = point[i];
pos                49 modules/flann/include/opencv2/flann/simplex_downhill.h     int j=pos;
pos               197 modules/highgui/include/opencv2/highgui.hpp typedef void (*TrackbarCallback)(int pos, void* userdata);
pos               468 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS_W void setTrackbarPos(const String& trackbarname, const String& winname, int pos);
pos               153 modules/highgui/include/opencv2/highgui/highgui_c.h typedef void (CV_CDECL *CvTrackbarCallback)(int pos);
pos               159 modules/highgui/include/opencv2/highgui/highgui_c.h typedef void (CV_CDECL *CvTrackbarCallback2)(int pos, void* userdata);
pos               167 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvSetTrackbarPos( const char* trackbar_name, const char* window_name, int pos );
pos               651 modules/highgui/src/window_QT.cpp CV_IMPL void cvSetTrackbarPos(const char* name_bar, const char* window_name, int pos)
pos               656 modules/highgui/src/window_QT.cpp         t->slider->setValue(pos);
pos              1559 modules/highgui/src/window_QT.cpp     settings.setValue("pos", pos()); //there is an offset of 6 pixels (so the window's position is wrong -- why ?)
pos              1659 modules/highgui/src/window_QT.cpp     settings.setValue("pos", pos());
pos              1671 modules/highgui/src/window_QT.cpp         settings.setValue("posPanel", global_control_panel->pos());
pos              1702 modules/highgui/src/window_QT.cpp         global_control_panel->move(settings.value("posPanel", global_control_panel->pos()).toPoint());
pos              2614 modules/highgui/src/window_QT.cpp     scaleView(evnt->delta() / 240.0, evnt->pos());
pos              2622 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              2631 modules/highgui/src/window_QT.cpp         positionGrabbing = evnt->pos();
pos              2641 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              2657 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              2670 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              2679 modules/highgui/src/window_QT.cpp         positionGrabbing = evnt->pos();
pos              3169 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              3181 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              3193 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos              3205 modules/highgui/src/window_QT.cpp     QPoint pt = evnt->pos();
pos                71 modules/highgui/src/window_carbon.cpp     int pos;
pos               107 modules/highgui/src/window_carbon.cpp         int pos;
pos               478 modules/highgui/src/window_carbon.cpp         int pos = GetControl32BitValue (theControl);
pos               480 modules/highgui/src/window_carbon.cpp             *trackbar->data = pos;
pos               482 modules/highgui/src/window_carbon.cpp             trackbar->notify(pos);
pos               484 modules/highgui/src/window_carbon.cpp             trackbar->notify2(pos, trackbar->userdata);
pos               558 modules/highgui/src/window_carbon.cpp             trackbar->pos = value;
pos               592 modules/highgui/src/window_carbon.cpp      sprintf(valueinchar, "%s (%d)",trackbar_name, trackbar->pos);
pos               601 modules/highgui/src/window_carbon.cpp         CreateSliderControl (window->window,&stboundsRect, trackbar->pos,0,trackbar->maxval,kControlSliderLiveFeedback,0,true,NewControlActionUPP(TrackbarActionProcPtr),&outControl);
pos               664 modules/highgui/src/window_carbon.cpp     int pos = -1;
pos               681 modules/highgui/src/window_carbon.cpp         pos = trackbar->pos;
pos               685 modules/highgui/src/window_carbon.cpp     return pos;
pos               688 modules/highgui/src/window_carbon.cpp CV_IMPL void cvSetTrackbarPos(const char* trackbar_name, const char* window_name, int pos)
pos               706 modules/highgui/src/window_carbon.cpp         if( pos < 0 )
pos               707 modules/highgui/src/window_carbon.cpp             pos = 0;
pos               709 modules/highgui/src/window_carbon.cpp         if( pos > trackbar->maxval )
pos               710 modules/highgui/src/window_carbon.cpp             pos = trackbar->maxval;
pos               713 modules/highgui/src/window_carbon.cpp     SetControlValue( trackbar->trackbar, pos );
pos               509 modules/highgui/src/window_gtk.cpp     int pos;
pos               537 modules/highgui/src/window_gtk.cpp         int pos;
pos              1458 modules/highgui/src/window_gtk.cpp         trackbar->pos = value;
pos              1528 modules/highgui/src/window_gtk.cpp     int pos = -1;
pos              1545 modules/highgui/src/window_gtk.cpp         pos = trackbar->pos;
pos              1549 modules/highgui/src/window_gtk.cpp     return pos;
pos              1553 modules/highgui/src/window_gtk.cpp CV_IMPL void cvSetTrackbarPos( const char* trackbar_name, const char* window_name, int pos )
pos              1571 modules/highgui/src/window_gtk.cpp         if( pos < 0 )
pos              1572 modules/highgui/src/window_gtk.cpp             pos = 0;
pos              1574 modules/highgui/src/window_gtk.cpp         if( pos > trackbar->maxval )
pos              1575 modules/highgui/src/window_gtk.cpp             pos = trackbar->maxval;
pos              1580 modules/highgui/src/window_gtk.cpp     gtk_range_set_value( GTK_RANGE(trackbar->widget), pos );
pos              1812 modules/highgui/src/window_gtk.cpp     int pos = cvRound( gtk_range_get_value(GTK_RANGE(widget)));
pos              1818 modules/highgui/src/window_gtk.cpp         trackbar->pos = pos;
pos              1820 modules/highgui/src/window_gtk.cpp             *trackbar->data = pos;
pos              1822 modules/highgui/src/window_gtk.cpp             trackbar->notify2(pos, trackbar->userdata);
pos              1824 modules/highgui/src/window_gtk.cpp             trackbar->notify(pos);
pos               139 modules/highgui/src/window_w32.cpp     int pos;
pos               170 modules/highgui/src/window_w32.cpp         int pos;
pos              1351 modules/highgui/src/window_w32.cpp             WINDOWPOS* pos = (WINDOWPOS*)lParam;
pos              1358 modules/highgui/src/window_w32.cpp                 MoveWindow(window->toolbar.toolbar, 0, 0, pos->cx, rect.bottom - rect.top, TRUE);
pos              1370 modules/highgui/src/window_w32.cpp           LPWINDOWPOS pos = (LPWINDOWPOS)lParam;
pos              1384 modules/highgui/src/window_w32.cpp           if (abs(pos->x - mi.rcMonitor.left) <= SNAP_DISTANCE)
pos              1385 modules/highgui/src/window_w32.cpp              pos->x = mi.rcMonitor.left;               // snap to left edge
pos              1387 modules/highgui/src/window_w32.cpp              if (abs(pos->x + pos->cx - mi.rcMonitor.right) <= SNAP_DISTANCE)
pos              1388 modules/highgui/src/window_w32.cpp                 pos->x = mi.rcMonitor.right - pos->cx; // snap to right edge
pos              1390 modules/highgui/src/window_w32.cpp           if (abs(pos->y - mi.rcMonitor.top) <= SNAP_DISTANCE)
pos              1391 modules/highgui/src/window_w32.cpp              pos->y = mi.rcMonitor.top;                 // snap to top edge
pos              1393 modules/highgui/src/window_w32.cpp              if (abs(pos->y + pos->cy - mi.rcMonitor.bottom) <= SNAP_DISTANCE)
pos              1394 modules/highgui/src/window_w32.cpp                 pos->y = mi.rcMonitor.bottom - pos->cy; // snap to bottom edge
pos              1561 modules/highgui/src/window_w32.cpp             LPWINDOWPOS pos = (LPWINDOWPOS)lParam;
pos              1563 modules/highgui/src/window_w32.cpp             pos->x = rect.left;
pos              1564 modules/highgui/src/window_w32.cpp             pos->y = rect.top;
pos              1565 modules/highgui/src/window_w32.cpp             pos->cx = rect.right - rect.left + 1;
pos              1566 modules/highgui/src/window_w32.cpp             pos->cy = rect.bottom - rect.top + 1;
pos              1741 modules/highgui/src/window_w32.cpp static void icvUpdateTrackbar( CvTrackbar* trackbar, int pos )
pos              1749 modules/highgui/src/window_w32.cpp         *trackbar->data = pos;
pos              1751 modules/highgui/src/window_w32.cpp     if( trackbar->pos != pos )
pos              1753 modules/highgui/src/window_w32.cpp         trackbar->pos = pos;
pos              1755 modules/highgui/src/window_w32.cpp             trackbar->notify2(pos, trackbar->userdata);
pos              1757 modules/highgui/src/window_w32.cpp             trackbar->notify(pos);
pos              1774 modules/highgui/src/window_w32.cpp         sprintf( pos_text + strlen(pos_text), "%s: %d\n", suffix, pos );
pos              1793 modules/highgui/src/window_w32.cpp             int pos = (int)SendMessage(slider, TBM_GETPOS, 0, 0);
pos              1798 modules/highgui/src/window_w32.cpp                 if( trackbar->pos != pos )
pos              1799 modules/highgui/src/window_w32.cpp                     icvUpdateTrackbar( trackbar, pos );
pos              2007 modules/highgui/src/window_w32.cpp     int pos = 0;
pos              2048 modules/highgui/src/window_w32.cpp             window->toolbar.pos = 0;
pos              2120 modules/highgui/src/window_w32.cpp         trackbar->pos = 0;
pos              2164 modules/highgui/src/window_w32.cpp         pos = *val;
pos              2166 modules/highgui/src/window_w32.cpp     SendMessage(trackbar->hwnd, TBM_SETPOS, (WPARAM)TRUE, (LPARAM)pos );
pos              2169 modules/highgui/src/window_w32.cpp     trackbar->pos = -1;
pos              2170 modules/highgui/src/window_w32.cpp     icvUpdateTrackbar( trackbar, pos );
pos              2231 modules/highgui/src/window_w32.cpp     int pos = -1;
pos              2248 modules/highgui/src/window_w32.cpp         pos = trackbar->pos;
pos              2252 modules/highgui/src/window_w32.cpp     return pos;
pos              2256 modules/highgui/src/window_w32.cpp CV_IMPL void cvSetTrackbarPos( const char* trackbar_name, const char* window_name, int pos )
pos              2274 modules/highgui/src/window_w32.cpp         if( pos < 0 )
pos              2275 modules/highgui/src/window_w32.cpp             pos = 0;
pos              2277 modules/highgui/src/window_w32.cpp         if( pos > trackbar->maxval )
pos              2278 modules/highgui/src/window_w32.cpp             pos = trackbar->maxval;
pos              2280 modules/highgui/src/window_w32.cpp         SendMessage( trackbar->hwnd, TBM_SETPOS, (WPARAM)TRUE, (LPARAM)pos );
pos              2281 modules/highgui/src/window_w32.cpp         icvUpdateTrackbar( trackbar, pos );
pos               165 modules/imgcodecs/src/bitstrm.cpp void  RBaseStream::setPos( int pos )
pos               167 modules/imgcodecs/src/bitstrm.cpp     assert( isOpened() && pos >= 0 );
pos               171 modules/imgcodecs/src/bitstrm.cpp         m_current = m_start + pos;
pos               176 modules/imgcodecs/src/bitstrm.cpp     int offset = pos % m_block_size;
pos               177 modules/imgcodecs/src/bitstrm.cpp     m_block_pos = pos - offset;
pos                73 modules/imgcodecs/src/bitstrm.hpp     void          setPos( int pos );
pos               334 modules/imgcodecs/src/grfmt_jpeg.cpp     unsigned int pos = 4;
pos               345 modules/imgcodecs/src/grfmt_jpeg.cpp        index = dht[pos++];
pos               349 modules/imgcodecs/src/grfmt_jpeg.cpp            bits[i] = dht[pos++];
pos               358 modules/imgcodecs/src/grfmt_jpeg.cpp            huffval[i] = dht[pos++];
pos               608 modules/imgcodecs/src/loadsave.cpp         long pos = ftell(f);
pos               609 modules/imgcodecs/src/loadsave.cpp         buf.resize((size_t)pos);
pos              4186 modules/imgproc/include/opencv2/imgproc.hpp     Point pos() const;
pos               488 modules/imgproc/src/approx.cpp     #define READ_PT(pt, pos) \
pos               489 modules/imgproc/src/approx.cpp         pt = src_contour[pos]; \
pos               490 modules/imgproc/src/approx.cpp         if( ++pos >= count ) pos = 0
pos               492 modules/imgproc/src/approx.cpp     #define READ_DST_PT(pt, pos) \
pos               493 modules/imgproc/src/approx.cpp         pt = dst_contour[pos]; \
pos               494 modules/imgproc/src/approx.cpp         if( ++pos >= count ) pos = 0
pos               503 modules/imgproc/src/approx.cpp     int             i = 0, j, pos = 0, wpos, count = count0, new_count=0;
pos               541 modules/imgproc/src/approx.cpp             pos = (pos + right_slice.start) % count;
pos               542 modules/imgproc/src/approx.cpp             READ_PT(start_pt, pos);
pos               548 modules/imgproc/src/approx.cpp                 READ_PT(pt, pos);
pos               567 modules/imgproc/src/approx.cpp             right_slice.end = slice.start = pos % count;
pos               582 modules/imgproc/src/approx.cpp         pos = slice.start;
pos               583 modules/imgproc/src/approx.cpp         READ_PT(start_pt, pos);
pos               585 modules/imgproc/src/approx.cpp         if( pos != slice.end )
pos               594 modules/imgproc/src/approx.cpp             while( pos != slice.end )
pos               596 modules/imgproc/src/approx.cpp                 READ_PT(pt, pos);
pos               602 modules/imgproc/src/approx.cpp                     right_slice.start = (pos+count-1)%count;
pos               635 modules/imgproc/src/approx.cpp     pos = is_closed ? count - 1 : 0;
pos               636 modules/imgproc/src/approx.cpp     READ_DST_PT(start_pt, pos);
pos               637 modules/imgproc/src/approx.cpp     wpos = pos;
pos               638 modules/imgproc/src/approx.cpp     READ_DST_PT(pt, pos);
pos               643 modules/imgproc/src/approx.cpp         READ_DST_PT( end_pt, pos );
pos               657 modules/imgproc/src/approx.cpp             READ_DST_PT(pt, pos);
pos               603 modules/imgproc/src/convhull.cpp             CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 );
pos               604 modules/imgproc/src/convhull.cpp             index1 = cvSeqElemIdx( ptseq, pos );
pos               606 modules/imgproc/src/convhull.cpp             pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 );
pos               607 modules/imgproc/src/convhull.cpp             index2 = cvSeqElemIdx( ptseq, pos );
pos               609 modules/imgproc/src/convhull.cpp             pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 );
pos               610 modules/imgproc/src/convhull.cpp             index3 = cvSeqElemIdx( ptseq, pos );
pos               586 modules/imgproc/src/generalized_hough.cpp             Point2d pos;
pos               706 modules/imgproc/src/generalized_hough.cpp                     const Point2d d = p1.pos - p2.pos;
pos               719 modules/imgproc/src/generalized_hough.cpp                     f.r1 = p1.pos - center;
pos               720 modules/imgproc/src/generalized_hough.cpp                     f.r2 = p2.pos - center;
pos               752 modules/imgproc/src/generalized_hough.cpp                     p.pos = Point2d(x, y);
pos               905 modules/imgproc/src/generalized_hough.cpp                         c1 = imF.p1.pos - templF.r1;
pos               908 modules/imgproc/src/generalized_hough.cpp                         c2 = imF.p2.pos - templF.r2;
pos               379 modules/imgproc/src/hough.cpp                     int pos = (int)(lst.size() - 1);
pos               380 modules/imgproc/src/hough.cpp                     if( pos < 0 || lst[pos].value < mcaccum[index] )
pos               386 modules/imgproc/src/hough.cpp                         for( ; pos >= 0; pos-- )
pos               388 modules/imgproc/src/hough.cpp                             if( lst[pos].value > vi.value )
pos               390 modules/imgproc/src/hough.cpp                             lst[pos+1] = lst[pos];
pos               392 modules/imgproc/src/hough.cpp                         lst[pos+1] = vi;
pos               130 modules/imgproc/src/opencl/boxFilter.cl inline WT readSrcPixel(int2 pos, __global const uchar * srcptr, int src_step, const struct RectCoords srcCoords)
pos               133 modules/imgproc/src/opencl/boxFilter.cl     if (pos.x >= srcCoords.x1 && pos.y >= srcCoords.y1 && pos.x < srcCoords.x2 && pos.y < srcCoords.y2)
pos               135 modules/imgproc/src/opencl/boxFilter.cl     if (pos.x >= 0 && pos.y >= 0 && pos.x < srcCoords.x2 && pos.y < srcCoords.y2)
pos               138 modules/imgproc/src/opencl/boxFilter.cl         int src_index = mad24(pos.y, src_step, pos.x * SRCSIZE);
pos               148 modules/imgproc/src/opencl/boxFilter.cl         int selected_col = pos.x, selected_row = pos.y;
pos               436 modules/imgproc/src/opencl/canny.cl             ushort2 pos = l_stack[ index ];
pos               441 modules/imgproc/src/opencl/canny.cl                 ushort posx = pos.x + move_dir[0][j];
pos               442 modules/imgproc/src/opencl/canny.cl                 ushort posy = pos.y + move_dir[1][j];
pos               212 modules/imgproc/src/opencl/filter2DSmall.cl inline WT readSrcPixelSingle(int2 pos, __global const uchar* srcptr,
pos               215 modules/imgproc/src/opencl/filter2DSmall.cl     if (!isBorder(srcCoords, pos, 1))
pos               217 modules/imgproc/src/opencl/filter2DSmall.cl         __global const uchar* ptr = srcptr + mul24(pos.y, srcstep) +
pos               218 modules/imgproc/src/opencl/filter2DSmall.cl                                     pos.x * SRCSIZE;
pos               224 modules/imgproc/src/opencl/filter2DSmall.cl         return getBorderPixel(srcCoords, pos, srcptr, srcstep);
pos               249 modules/imgproc/src/opencl/filter2DSmall.cl inline PX_LOAD_FLOAT_VEC_TYPE readSrcPixelGroup(int2 pos, __global const uchar* srcptr,
pos               253 modules/imgproc/src/opencl/filter2DSmall.cl                                 (srcptr + mul24(pos.y, srcstep) +
pos               254 modules/imgproc/src/opencl/filter2DSmall.cl                                  pos.x * SRCSIZE);
pos               170 modules/imgproc/src/opencl/filterSmall.cl inline PX_LOAD_FLOAT_VEC_TYPE readSrcPixelGroup(int2 pos, __global const uchar * srcptr,
pos               174 modules/imgproc/src/opencl/filterSmall.cl                                 (srcptr + mad24(pos.y, srcstep, pos.x * SRCSIZE));
pos               320 modules/imgproc/src/opencl/filterSmall.cl inline WT readSrcPixelSingle(int2 pos, __global const uchar * srcptr,
pos               323 modules/imgproc/src/opencl/filterSmall.cl     if (!isBorder(srcCoords, pos, 1))
pos               325 modules/imgproc/src/opencl/filterSmall.cl         __global const uchar * ptr = srcptr + mad24(pos.y, srcstep, pos.x * SRCSIZE);
pos               329 modules/imgproc/src/opencl/filterSmall.cl         return getBorderPixel(srcCoords, pos, srcptr, srcstep);
pos               298 modules/imgproc/test/test_approxpoly.cpp         CvMemStoragePos pos;
pos               321 modules/imgproc/test/test_approxpoly.cpp             cvSaveMemStoragePos( storage, &pos );
pos               344 modules/imgproc/test/test_approxpoly.cpp             cvRestoreMemStoragePos( storage, &pos );
pos                90 modules/imgproc/test/test_houghLines.cpp     size_t pos = temp.find_first_of("\\/.");
pos                91 modules/imgproc/test/test_houghLines.cpp     while ( pos != string::npos ) {
pos                92 modules/imgproc/test/test_houghLines.cpp        temp.replace( pos, 1, "_" );
pos                93 modules/imgproc/test/test_houghLines.cpp        pos = temp.find_first_of("\\/.");
pos               104 modules/ml/test/test_save_load.cpp         for( size_t pos = 0; pos < sz1;  )
pos               113 modules/ml/test/test_save_load.cpp                            (int)pos );
pos               117 modules/ml/test/test_save_load.cpp             pos += r1;
pos               204 modules/photo/src/calibrate.cpp            for(size_t pos = 0; pos < images[i].total(); pos++) {
pos               222 modules/photo/src/calibrate.cpp                 for(size_t pos = 0; pos < images[i].total(); pos++) {
pos               120 modules/photo/src/contrast_preserve.cpp         double pos = 0.0;
pos               124 modules/photo/src/contrast_preserve.cpp             pos = ((1 + alf[i])/2) * exp((-1.0 * 0.5 * pow(temp[i],2))/pow(obj.sigma,2));
pos               126 modules/photo/src/contrast_preserve.cpp             G_pos.push_back(pos);
pos               485 modules/photo/src/tonemap.cpp     void getGradient(Mat src, Mat& dst, int pos)
pos               490 modules/photo/src/tonemap.cpp         grad.copyTo(dst.colRange(pos, src.cols + pos - 1));
pos               491 modules/photo/src/tonemap.cpp         if(pos == 1) {
pos              1025 modules/python/src2/cv2.cpp     Py_ssize_t pos = 0;
pos              1028 modules/python/src2/cv2.cpp         while(PyDict_Next(o, &pos, &key, &item)) {
pos              1159 modules/python/src2/cv2.cpp static void OnChange(int pos, void *param)
pos              1165 modules/python/src2/cv2.cpp     PyObject *args = Py_BuildValue("(i)", pos);
pos               178 modules/shape/src/emdL1.cpp                 m_Nodes[r][c].pos[0] = r;
pos               179 modules/shape/src/emdL1.cpp                 m_Nodes[r][c].pos[1] = c;
pos               211 modules/shape/src/emdL1.cpp                     m_3dNodes[r][c][z].pos[0] = r;
pos               212 modules/shape/src/emdL1.cpp                     m_3dNodes[r][c][z].pos[1] = c;
pos               213 modules/shape/src/emdL1.cpp                     m_3dNodes[r][c][z].pos[2] = z;
pos               459 modules/shape/src/emdL1.cpp         r = pCurN->pos[0];
pos               460 modules/shape/src/emdL1.cpp         c = pCurN->pos[1];
pos               461 modules/shape/src/emdL1.cpp         z = pCurN->pos[2];
pos                54 modules/shape/src/emdL1_def.hpp     int pos[3]; // grid position
pos               729 modules/stitching/src/motion_estimators.cpp             int pos = edge.first*num_images + edge.second;
pos               731 modules/stitching/src/motion_estimators.cpp                 << "[label=\"Nm=" << pairwise_matches[pos].matches.size()
pos               732 modules/stitching/src/motion_estimators.cpp                 << ", Ni=" << pairwise_matches[pos].num_inliers
pos               733 modules/stitching/src/motion_estimators.cpp                 << ", C=" << pairwise_matches[pos].confidence << "\"];\n";
pos               110 modules/superres/src/opencl/superres_btvl1.cl     float3 pos;
pos               111 modules/superres/src/opencl/superres_btvl1.cl     pos.x = a.x > b.x ? 1.0f : a.x < b.x ? -1.0f : 0.0f;
pos               112 modules/superres/src/opencl/superres_btvl1.cl     pos.y = a.y > b.y ? 1.0f : a.y < b.y ? -1.0f : 0.0f;
pos               113 modules/superres/src/opencl/superres_btvl1.cl     pos.z = a.z > b.z ? 1.0f : a.z < b.z ? -1.0f : 0.0f;
pos               114 modules/superres/src/opencl/superres_btvl1.cl     return pos;
pos               105 modules/ts/include/opencv2/ts/ts_perf.hpp             for(int i = 0, pos = 0; i < (int)(sizeof(vals)/sizeof(int)); ++i) {         \
pos               106 modules/ts/include/opencv2/ts/ts_perf.hpp                 while(isspace(svals[pos]) || svals[pos] == ',') ++pos;                  \
pos               107 modules/ts/include/opencv2/ts/ts_perf.hpp                 int start = pos;                                                        \
pos               108 modules/ts/include/opencv2/ts/ts_perf.hpp                 while(!(isspace(svals[pos]) || svals[pos] == ',' || svals[pos] == 0))   \
pos               109 modules/ts/include/opencv2/ts/ts_perf.hpp                     ++pos;                                                              \
pos               111 modules/ts/include/opencv2/ts/ts_perf.hpp                     *os << std::string(svals + start, svals + pos);                     \
pos               137 modules/ts/include/opencv2/ts/ts_perf.hpp             for(int i = 0, pos = 0; i < (int)(sizeof(vals)/sizeof(int)); ++i) {         \
pos               138 modules/ts/include/opencv2/ts/ts_perf.hpp                 while(isspace(svals[pos]) || svals[pos] == ',') ++pos;                  \
pos               139 modules/ts/include/opencv2/ts/ts_perf.hpp                 int start = pos;                                                        \
pos               140 modules/ts/include/opencv2/ts/ts_perf.hpp                 while(!(isspace(svals[pos]) || svals[pos] == ',' || svals[pos] == 0))   \
pos               141 modules/ts/include/opencv2/ts/ts_perf.hpp                     ++pos;                                                              \
pos               145 modules/ts/include/opencv2/ts/ts_perf.hpp                     *os << std::string(svals + start, svals + pos);                     \
pos              1020 modules/ts/src/ts_func.cpp static void setpos( const Mat& mtx, vector<int>& pos, size_t idx )
pos              1022 modules/ts/src/ts_func.cpp     pos.resize(mtx.dims);
pos              1029 modules/ts/src/ts_func.cpp             pos[i] = (int)(idx % sz);
pos              1036 modules/ts/src/ts_func.cpp             pos[i] = -1;
pos              5602 modules/ts/src/ts_gtest.cpp     const size_t pos = target.find(':');
pos              5603 modules/ts/src/ts_gtest.cpp     if (pos != std::string::npos) {
pos              5604 modules/ts/src/ts_gtest.cpp       listeners()->Append(new StreamingListener(target.substr(0, pos),
pos              5605 modules/ts/src/ts_gtest.cpp                                                 target.substr(pos+1)));
pos              7746 modules/ts/src/ts_gtest.cpp   ::std::string::size_type pos = 0;
pos              7748 modules/ts/src/ts_gtest.cpp     const ::std::string::size_type colon = str.find(delimiter, pos);
pos              7750 modules/ts/src/ts_gtest.cpp       parsed.push_back(str.substr(pos));
pos              7753 modules/ts/src/ts_gtest.cpp       parsed.push_back(str.substr(pos, colon - pos));
pos              7754 modules/ts/src/ts_gtest.cpp       pos = colon + 1;
pos               846 modules/videoio/src/cap_dc1394_v2.cpp     int pos;
pos               848 modules/videoio/src/cap_dc1394_v2.cpp     for( pos = 0; pos < bufSize - 4; pos += 4 )
pos               850 modules/videoio/src/cap_dc1394_v2.cpp         uint32_t quad = getControlRegister(dcCam, 0xF0800 + pos);
pos               853 modules/videoio/src/cap_dc1394_v2.cpp         buf[pos] = (uchar)(quad >> 24);
pos               854 modules/videoio/src/cap_dc1394_v2.cpp         buf[pos+1] = (uchar)(quad >> 16);
pos               855 modules/videoio/src/cap_dc1394_v2.cpp         buf[pos+2] = (uchar)(quad >> 8);
pos               856 modules/videoio/src/cap_dc1394_v2.cpp         buf[pos+3] = (uchar)(quad);
pos               859 modules/videoio/src/cap_dc1394_v2.cpp     if( pos == 0 )
pos               862 modules/videoio/src/cap_dc1394_v2.cpp     buf[pos] = '\0';
pos               223 modules/videoio/src/cap_mjpeg_decoder.cpp MjpegInputStream& MjpegInputStream::seekg(uint64_t pos)
pos               225 modules/videoio/src/cap_mjpeg_decoder.cpp     m_is_valid = (fseek(m_f, (long)pos, SEEK_SET) == 0);
pos               205 modules/videoio/src/cap_mjpeg_encoder.cpp     void patchInt(int val, size_t pos)
pos               207 modules/videoio/src/cap_mjpeg_encoder.cpp         if( pos >= m_pos )
pos               209 modules/videoio/src/cap_mjpeg_encoder.cpp             ptrdiff_t delta = pos - m_pos;
pos               219 modules/videoio/src/cap_mjpeg_encoder.cpp             fseek(m_f, (long)pos, SEEK_SET);
pos               511 modules/videoio/src/cap_mjpeg_encoder.cpp         size_t pos = strm.getPos();
pos               512 modules/videoio/src/cap_mjpeg_encoder.cpp         for( ; pos < (size_t)JUNK_SEEK; pos += 4 )
pos              1467 modules/videoio/src/cap_mjpeg_encoder.cpp     size_t pos = strm.getPos();
pos              1468 modules/videoio/src/cap_mjpeg_encoder.cpp     size_t pos1 = (pos + 3) & ~3;
pos              1469 modules/videoio/src/cap_mjpeg_encoder.cpp     for( ; pos < pos1; pos++ )
pos              2071 modules/videoio/src/cap_msmf.hpp     HRESULT InsertPos(POSITION pos, T item)
pos              2073 modules/videoio/src/cap_msmf.hpp         if (pos.pNode == nullptr)
pos              2078 modules/videoio/src/cap_msmf.hpp         return InsertAfter(item, pos.pNode->prev);
pos              2195 modules/videoio/src/cap_msmf.hpp     HRESULT GetItemPos(POSITION pos, T *ppItem)
pos              2197 modules/videoio/src/cap_msmf.hpp         if (pos.pNode)
pos              2199 modules/videoio/src/cap_msmf.hpp             return GetItem(pos.pNode, ppItem);
pos              2207 modules/videoio/src/cap_msmf.hpp     POSITION Next(const POSITION pos)
pos              2209 modules/videoio/src/cap_msmf.hpp         if (pos.pNode && (pos.pNode->next != &m_anchor))
pos              2211 modules/videoio/src/cap_msmf.hpp             return POSITION(pos.pNode->next);
pos              2222 modules/videoio/src/cap_msmf.hpp     HRESULT Remove(POSITION& pos, T *ppItem)
pos              2224 modules/videoio/src/cap_msmf.hpp         if (pos.pNode)
pos              2227 modules/videoio/src/cap_msmf.hpp             Node *pNode = const_cast<Node*>(pos.pNode);
pos              2229 modules/videoio/src/cap_msmf.hpp             pos = POSITION();
pos              2855 modules/videoio/src/cap_msmf.hpp             ComPtrList<IMFStreamSink>::POSITION pos = m_streams.FrontPosition();
pos              2859 modules/videoio/src/cap_msmf.hpp             for (; pos != posEnd; pos = m_streams.Next(pos))
pos              2863 modules/videoio/src/cap_msmf.hpp                 hr = m_streams.GetItemPos(pos, &spCurr);
pos              2882 modules/videoio/src/cap_msmf.hpp                 hr = m_streams.InsertPos(pos, spMFStream.Get());
pos              2898 modules/videoio/src/cap_msmf.hpp         ComPtrList<IMFStreamSink>::POSITION pos = m_streams.FrontPosition();
pos              2904 modules/videoio/src/cap_msmf.hpp             for (; pos != endPos; pos = m_streams.Next(pos))
pos              2906 modules/videoio/src/cap_msmf.hpp                 hr = m_streams.GetItemPos(pos, &spStream);
pos              2921 modules/videoio/src/cap_msmf.hpp             if (pos == endPos)
pos              2929 modules/videoio/src/cap_msmf.hpp             hr = m_streams.Remove(pos, nullptr);
pos              2985 modules/videoio/src/cap_msmf.hpp             ComPtrList<IMFStreamSink>::POSITION pos = m_streams.FrontPosition();
pos              2989 modules/videoio/src/cap_msmf.hpp             for (; pos != endPos && dwCurrent < dwIndex; pos = m_streams.Next(pos), ++dwCurrent)
pos              2994 modules/videoio/src/cap_msmf.hpp             if (pos == endPos)
pos              3000 modules/videoio/src/cap_msmf.hpp                 hr = m_streams.GetItemPos(pos, &spStream);
pos              3026 modules/videoio/src/cap_msmf.hpp             ComPtrList<IMFStreamSink>::POSITION pos = m_streams.FrontPosition();
pos              3029 modules/videoio/src/cap_msmf.hpp             for (; pos != endPos; pos = m_streams.Next(pos))
pos              3032 modules/videoio/src/cap_msmf.hpp                 hr = m_streams.GetItemPos(pos, &spStream);
pos              3052 modules/videoio/src/cap_msmf.hpp             if (pos == endPos)
pos              3212 modules/videoio/src/cap_msmf.hpp         ComPtrList<T>::POSITION pos = col.FrontPosition();
pos              3216 modules/videoio/src/cap_msmf.hpp         for (; pos != endPos; pos = col.Next(pos))
pos              3220 modules/videoio/src/cap_msmf.hpp             hr = col.GetItemPos(pos, &spStream);
pos               118 modules/videoio/src/cap_vfw.cpp     int                 pos;
pos               133 modules/videoio/src/cap_vfw.cpp     pos = 0;
pos               181 modules/videoio/src/cap_vfw.cpp                 pos = film_range.start_index;
pos               202 modules/videoio/src/cap_vfw.cpp         bmih = (BITMAPINFOHEADER*)AVIStreamGetFrame( getframe, pos++ );
pos               246 modules/videoio/src/cap_vfw.cpp         return cvRound(pos*1000./fps);
pos               248 modules/videoio/src/cap_vfw.cpp         return pos;
pos               250 modules/videoio/src/cap_vfw.cpp         return (pos - film_range.start_index)/
pos               277 modules/videoio/src/cap_vfw.cpp                 pos = cvRound(value*fps*0.001);
pos               280 modules/videoio/src/cap_vfw.cpp                 pos = cvRound(value*(film_range.end_index -
pos               285 modules/videoio/src/cap_vfw.cpp                 pos = cvRound(value);
pos               287 modules/videoio/src/cap_vfw.cpp             if( pos < film_range.start_index )
pos               288 modules/videoio/src/cap_vfw.cpp                 pos = film_range.start_index;
pos               289 modules/videoio/src/cap_vfw.cpp             if( pos > film_range.end_index )
pos               290 modules/videoio/src/cap_vfw.cpp                 pos = film_range.end_index;
pos               684 modules/videoio/src/cap_vfw.cpp     long          pos;
pos               695 modules/videoio/src/cap_vfw.cpp     pos = 0;
pos               826 modules/videoio/src/cap_vfw.cpp     result = AVIStreamWrite( compressed, pos++, 1, image->imageData,
pos                96 modules/videoio/test/test_positioning.cpp             int pos = 1, step = 20;
pos                99 modules/videoio/test/test_positioning.cpp                 idx.push_back(pos);
pos               100 modules/videoio/test/test_positioning.cpp                 pos += step;
pos               102 modules/videoio/test/test_positioning.cpp             while (pos <= N);
pos               414 modules/viz/include/opencv2/viz/widgets.hpp             WText(const String &text, const Point &pos, int font_size = 20, const Color &color = Color::white());
pos               550 modules/viz/src/shapes.cpp cv::viz::WText::WText(const String &text, const Point &pos, int font_size, const Color &color)
pos               553 modules/viz/src/shapes.cpp     actor->SetDisplayPosition(pos.x, pos.y);
pos               132 modules/viz/src/vizcore.cpp     for(VizMap::iterator pos = storage.m.begin(); pos != storage.m.end();)
pos               133 modules/viz/src/vizcore.cpp         if(pos->second.impl_->ref_counter == 1)
pos               134 modules/viz/src/vizcore.cpp             storage.m.erase(pos++);
pos               136 modules/viz/src/vizcore.cpp             ++pos;
pos               449 modules/viz/src/vizimpl.cpp     Vec3d pos(camera.GetPosition());
pos               454 modules/viz/src/vizimpl.cpp     Vec3d z_axis = normalized(focal - pos);
pos               457 modules/viz/src/vizimpl.cpp     return makeTransformToGlobal(x_axis, y_axis, z_axis, pos);
pos               211 modules/viz/src/vtk/vtkCloudMatSource.cpp     Vec3b* pos = array;
pos               225 modules/viz/src/vtk/vtkCloudMatSource.cpp                     *pos++ = Vec3b(srow[0], srow[0], srow[0]);
pos               230 modules/viz/src/vtk/vtkCloudMatSource.cpp                     *pos++ = Vec3b(srow[2], srow[1], srow[0]);
pos               252 modules/viz/src/vtk/vtkCloudMatSource.cpp     int pos = 0;
pos               262 modules/viz/src/vtk/vtkCloudMatSource.cpp                 normals->SetTuple(pos++, srow);
pos               275 modules/viz/src/vtk/vtkCloudMatSource.cpp     int pos = 0;
pos               284 modules/viz/src/vtk/vtkCloudMatSource.cpp                 tcoords->SetTuple(pos++, srow->val);
pos               167 modules/viz/src/vtk/vtkVizInteractorStyle.cpp     Vec3d focal(cam->GetFocalPoint()), pos(cam->GetPosition()), view(cam->GetViewUp());
pos               173 modules/viz/src/vtk/vtkVizInteractorStyle.cpp                              clip[0], clip[1], focal[0], focal[1], focal[2], pos[0], pos[1], pos[2], view[0], view[1], view[2],
pos                22 modules/viz/test/test_precomp.cpp     String::size_type pos = file.find_last_of('.');
pos                23 modules/viz/test/test_precomp.cpp     return pos == String::npos ? file : file.substr(0, pos+1) + ext;
pos                43 samples/cpp/laplace.cpp             int pos;
pos                44 samples/cpp/laplace.cpp             sscanf(argv[2], "%d", &pos);
pos                45 samples/cpp/laplace.cpp             cout << "seeking to frame #" << pos << endl;
pos                46 samples/cpp/laplace.cpp             cap.set(CAP_PROP_POS_FRAMES, pos);
pos                99 samples/cpp/pca.cpp static void onTrackbar(int pos, void* ptr)
pos               101 samples/cpp/pca.cpp     cout << "Retained Variance = " << pos << "%   ";
pos               104 samples/cpp/pca.cpp     double var = pos / 100.0;
pos               174 samples/cpp/pca.cpp     int pos = 95;
pos               175 samples/cpp/pca.cpp     createTrackbar("Retained Variance (%)", winName, &pos, 100, onTrackbar, (void*)&p);
pos                68 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h   cv::Point3f getVertex(int pos) const { return list_vertex_[pos]; }
pos               162 samples/gpu/generalized_hough.cpp         Point2f pos(position[i][0], position[i][1]);
pos               167 samples/gpu/generalized_hough.cpp         rect.center = pos;
pos               260 samples/gpu/opticalflow_nvidia_api.cpp             int pos    = i * h_r.stride () + j;
pos               261 samples/gpu/opticalflow_nvidia_api.cpp             row[offset + 0] = static_cast<unsigned char> (h_b.ptr ()[pos] * 255.0f);
pos               262 samples/gpu/opticalflow_nvidia_api.cpp             row[offset + 1] = static_cast<unsigned char> (h_g.ptr ()[pos] * 255.0f);
pos               263 samples/gpu/opticalflow_nvidia_api.cpp             row[offset + 2] = static_cast<unsigned char> (h_r.ptr ()[pos] * 255.0f);
pos               546 samples/gpu/opticalflow_nvidia_api.cpp         state.pos = timePos;
pos                17 samples/tapi/clahe.cpp static void TSize_Callback(int pos)
pos                19 samples/tapi/clahe.cpp     if(pos==0)
pos               214 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     HRESULT InsertPos(POSITION pos, T item)
pos               216 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         if (pos.pNode == nullptr)
pos               221 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         return InsertAfter(item, pos.pNode->prev);
pos               338 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     HRESULT GetItemPos(POSITION pos, T *ppItem)
pos               340 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         if (pos.pNode)
pos               342 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h             return GetItem(pos.pNode, ppItem);
pos               350 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     POSITION Next(const POSITION pos)
pos               352 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         if (pos.pNode && (pos.pNode->next != &m_anchor))
pos               354 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h             return POSITION(pos.pNode->next);
pos               365 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h     HRESULT Remove(POSITION& pos, T *ppItem)
pos               367 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h         if (pos.pNode)
pos               370 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h             Node *pNode = const_cast<Node*>(pos.pNode);
pos               372 samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h             pos = POSITION();
pos                19 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.h         : pos(x,y,z), texCoord(u, v){}
pos                21 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.h     DirectX::XMFLOAT3 pos;
pos                20 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.h         : pos(x,y,z), texCoord(u, v){}
pos                22 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.h     DirectX::XMFLOAT3 pos;