Searched refs:max_of_all (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dset_sign.cpp368 Word16 val, cor, k_cn, k_dn, max, max_of_all;
415 max_of_all = -1;
433 val = sub (max, max_of_all);
437 max_of_all = max;
503 Word16 max_of_all; local
564 max_of_all = -1;
580 if (max > max_of_all)
582 max_of_all = max;

Completed in 317 milliseconds