Home
last modified time | relevance | path

Searched refs:cor_hp_max (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dhp_max.cpp243 Word16 *cor_hp_max, /* o : max high-pass filtered norm. correlation */ in hp_max() argument
323 *cor_hp_max = shr(cor_max, shift, pOverflow); /* Q15 */ in hp_max()
327 *cor_hp_max = shl(cor_max, negate(shift), pOverflow); /* Q15 */ in hp_max()
Dhp_max.h106 Word16 *cor_hp_max, /* o : max high-pass filtered norm. correlation */