Home
last modified time | relevance | path

Searched defs:max_pos (Results 1 – 3 of 3) 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
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp46 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) in _FindBit()
/external/freetype/src/autofit/
Daflatin.c1443 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */ in af_latin_hints_compute_segments() local