Home
last modified time | relevance | path

Searched refs:max_pos (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/src/arm/
Dqmf_arm.cpp591 const FIXP_DBL max_pos = (FIXP_DBL) 0x00007FFF << scale; in qmfSynPrototypeFirSlot2() local
595 const FIXP_DBL max_pos = (FIXP_DBL) 0x7FFFFFFF >> scale; in qmfSynPrototypeFirSlot2() local
620 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
631 if (result2 > max_pos) result2 = max_pos; in qmfSynPrototypeFirSlot2()
645 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
656 if (result2 > max_pos) result2 = max_pos; in qmfSynPrototypeFirSlot2()
674 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
684 if (result2 > max_pos) result2 = max_pos; in qmfSynPrototypeFirSlot2()
696 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2()
706 if (result2 > max_pos) result2 = max_pos; in qmfSynPrototypeFirSlot2()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp11 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) in _FindBit() argument
13 if (start_pos >= max_pos) { in _FindBit()
14 return max_pos; in _FindBit()
31 int max_byte = (max_pos + 7) / 8; in _FindBit()
39 return max_pos; in _FindBit()
42 if (pos > max_pos) { in _FindBit()
43 pos = max_pos; in _FindBit()
/external/chromium_org/third_party/freetype/src/autofit/
Daflatin.c848 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */ in af_latin_hints_compute_segments() local
887 if ( u > max_pos ) in af_latin_hints_compute_segments()
888 max_pos = u; in af_latin_hints_compute_segments()
894 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
903 min_pos = max_pos = point->v; in af_latin_hints_compute_segments()
908 if ( v > max_pos ) in af_latin_hints_compute_segments()
909 max_pos = v; in af_latin_hints_compute_segments()
912 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()
942 min_pos = max_pos = point->u; in af_latin_hints_compute_segments()
/external/freetype/src/autofit/
Daflatin.c1209 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */ in af_latin_hints_compute_segments() local
1248 if ( u > max_pos ) in af_latin_hints_compute_segments()
1249 max_pos = u; in af_latin_hints_compute_segments()
1255 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
1264 min_pos = max_pos = point->v; in af_latin_hints_compute_segments()
1269 if ( v > max_pos ) in af_latin_hints_compute_segments()
1270 max_pos = v; in af_latin_hints_compute_segments()
1273 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()
1303 min_pos = max_pos = point->u; in af_latin_hints_compute_segments()