Searched defs:start_pos (Results 51 - 59 of 59) sorted by relevance

123

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c944 const FIRSTPASS_STATS *start_pos; local
1004 start_pos = twopass->stats_in;
1015 reset_fpf_position(twopass, start_pos);
1024 start_pos = twopass->stats_in;
1038 reset_fpf_position(twopass, start_pos);
1411 const FIRSTPASS_STATS *start_pos; local
1443 start_pos = twopass->stats_in;
1663 reset_fpf_position(twopass, start_pos);
1774 reset_fpf_position(twopass, start_pos);
1787 reset_fpf_position(twopass, start_pos);
1843 const FIRSTPASS_STATS *start_pos = twopass->stats_in; local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.h642 OPJ_OFF_T start_pos; member in struct:opj_packet_info
691 int start_pos; member in struct:opj_tile_info
869 OPJ_OFF_T start_pos; member in struct:opj_tp_index
/external/chromium_org/v8/src/
H A Druntime.cc6251 int start_pos = (minus ? 1 : 0); local
6253 if (start_pos == len) {
6255 } else if (data[start_pos] > '9') {
6260 if (data[start_pos] != 'I' && data[start_pos] != 0xa0) {
6263 } else if (len - start_pos < 10 && AreDigits(data, start_pos, len)) {
6266 int d = ParseDecimalInteger(data, start_pos, len);
H A Dpreparser.h503 ExpressionT ParseArrowFunctionLiteral(int start_pos, ExpressionT params_ast,
1261 void ReportMessageAt(int start_pos,
2610 Traits>::ParseArrowFunctionLiteral(int start_pos, ExpressionT params_ast, argument
2631 Scanner::Location(start_pos, scanner()->location().beg_pos),
2677 scope->set_start_position(start_pos);
2692 CheckOctalLiteral(start_pos, scanner()->location().end_pos, CHECK_OK);
2708 start_pos);
2710 function_literal->set_function_token_position(start_pos);
H A Djsregexp.cc5452 int start_pos = 0; local
5459 start_pos = i + 1;
5465 // [start_pos..end_pos[. Ranges before start_pos or at or after end_pos are
5467 // If start_pos == end_pos, the range must be inserted before start_pos.
5468 // if start_pos < end_pos, the entire range from start_pos to end_pos
5471 if (start_pos == end_pos) {
5472 // Insert between existing ranges at position start_pos
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c2615 fpos_t start_pos; local
2619 file_getpos(file, &start_pos);
2689 file_setpos(file, &start_pos);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c1822 int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp)
1833 if (!start_pos || !end_pos || !tstamp)
1837 *start_pos = -1;
1871 *start_pos = ctx->segment_offset+seek_pos;
1821 nestegg_get_cue_point(nestegg * ctx, unsigned int cluster_num, int64_t max_offset, int64_t * start_pos, int64_t * end_pos, uint64_t * tstamp) argument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp623 FX_FILESIZE start_pos, start_pos1; local
671 start_pos = pos + i;
732 start_pos = start_pos1;
767 FX_FILESIZE obj_pos = start_pos - m_Syntax.m_HeaderOffset;
768 last_obj = start_pos;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 823 milliseconds

123