Home
last modified time | relevance | path

Searched refs:max_pos (Results 1 – 2 of 2) 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/freetype/src/autofit/
Daflatin.c781 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */ in af_latin_hints_compute_segments() local
820 if ( u > max_pos ) in af_latin_hints_compute_segments()
821 max_pos = u; in af_latin_hints_compute_segments()
827 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments()
836 min_pos = max_pos = point->v; in af_latin_hints_compute_segments()
841 if ( v > max_pos ) in af_latin_hints_compute_segments()
842 max_pos = v; in af_latin_hints_compute_segments()
845 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()
875 min_pos = max_pos = point->u; in af_latin_hints_compute_segments()