Home
last modified time | relevance | path

Searched defs:max_pos (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dfilters_sse2.c38 const int max_pos = length & ~31; in PredictLineTop_SSE2() local
56 const int max_pos = length & ~31; in PredictLineLeft_SSE2() local
148 const int max_pos = length & ~7; in GradientPredictDirect_SSE2() local
251 const int max_pos = width & ~31; in VerticalUnfilter_SSE2() local
272 const int max_pos = length & ~7; in GradientPredictInverse_SSE2() local
/external/perfetto/src/trace_processor/containers/
Dstring_pool.cc101 size_t max_pos = static_cast<size_t>(pos_) + str_size + kMaxMetadataSize; in TryInsert() local
/external/brotli/research/
Ddraw_histogram.cc81 int max_pos = FLAGS_size - skip; in BuildHistogram() local
/external/libaom/libaom/test/
Dcdef_test.cc76 const unsigned int max_pos = size * size >> static_cast<int>(depth == 8); in test_cdef() local
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp47 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, bool bit) { in FindBit()
/external/freetype/src/autofit/
Daflatin.c1599 FT_Pos max_pos = -32000; in af_latin_hints_compute_segments() local