Home
last modified time | relevance | path

Searched refs:maxpos (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dmodsupport.h128 int minpos, int maxpos, int minkw,
130 #define _PyArg_UnpackKeywords(args, nargs, kwargs, kwnames, parser, minpos, maxpos, minkw, buf) \ argument
132 (minpos) <= (nargs) && (nargs) <= (maxpos) && args != NULL) ? (args) : \
134 (minpos), (maxpos), (minkw), (buf)))
/third_party/ffmpeg/libavcodec/
Dscpr3.c137 if (m->maxpos >= index) in add_symbol()
138 m->maxpos++; in add_symbol()
150 uint32_t q, g, maxpos, d, e = *c, totfr = *c; in decode_adaptive45() local
155 maxpos = m->maxpos; in decode_adaptive45()
157 *c = m->freqs[maxpos]; in decode_adaptive45()
158 m->freqs[maxpos] += 4096 - e >> d; in decode_adaptive45()
169 m->freqs[maxpos] = *c; in decode_adaptive45()
180 m->freqs[maxpos] = *c; in decode_adaptive45()
183 if ((q != maxpos) && (m->freqs[q] > m->freqs[maxpos])) in decode_adaptive45()
184 m->maxpos = q; in decode_adaptive45()
[all …]
Dscpr3.h36 uint8_t maxpos; member
/third_party/python/Python/
Dgetargs.c2271 int minpos, int maxpos, int minkw, in _PyArg_UnpackKeywords() argument
2277 int reqlimit = minkw ? maxpos + minkw : minpos; in _PyArg_UnpackKeywords()
2318 if (nkwargs == 0 && minkw == 0 && minpos <= nargs && nargs <= maxpos) { in _PyArg_UnpackKeywords()
2335 if (nargs > maxpos) { in _PyArg_UnpackKeywords()
2336 if (maxpos == 0) { in _PyArg_UnpackKeywords()
2347 (minpos < maxpos) ? "at most" : "exactly", in _PyArg_UnpackKeywords()
2348 maxpos, in _PyArg_UnpackKeywords()
2349 (maxpos == 1) ? "" : "s", in _PyArg_UnpackKeywords()
2360 minposonly < maxpos ? "at least" : "exactly", in _PyArg_UnpackKeywords()
2398 else if (i < minpos || (maxpos <= i && i < reqlimit)) { in _PyArg_UnpackKeywords()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c682 guint maxpos = *endpos; in parse_mb_until_pos() local
686 maxpos, gst_bit_reader_get_pos (br), gob->gn, gob->last.mba); in parse_mb_until_pos()
693 if (mb.endpos > maxpos && count > 0) { in parse_mb_until_pos()
737 gob->gn, gob->last.mba, *endpos, maxpos, mb.endpos); in parse_mb_until_pos()
/third_party/ffmpeg/libavformat/
Davidec.c438 int64_t maxpos = 0; in calculate_bitrate() local
449 maxpos = FFMAX(maxpos, st->index_entries[j-1].pos); in calculate_bitrate()
452 if (maxpos < av_rescale(avi->io_fsize, 9, 10)) // index does not cover the whole file in calculate_bitrate()
454 if (lensum*9/10 > maxpos || lensum < maxpos*9/10) // frame sum and filesize mismatch in calculate_bitrate()
Dnutdec.c875 …c int read_sm_data(AVFormatContext *s, AVIOContext *bc, AVPacket *pkt, int is_meta, int64_t maxpos) in read_sm_data() argument
890 if (avio_tell(bc) >= maxpos) in read_sm_data()
916 if (value_len < 0 || value_len >= maxpos - avio_tell(bc)) in read_sm_data()
994 if (avio_tell(bc) >= maxpos) in read_sm_data()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c2542 gint64 apos, maxpos; in gst_matroska_demux_search_pos() local
2575 maxpos = gst_matroska_read_common_get_length (&demux->common); in gst_matroska_demux_search_pos()
2600 newpos = maxpos; in gst_matroska_demux_search_pos()
2610 if (maxpos != -1 && newpos > maxpos) in gst_matroska_demux_search_pos()
2611 newpos = maxpos; in gst_matroska_demux_search_pos()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81764 static nsIAtom* maxpos; member in nsGkAtoms