Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrwb/dec/src/
Doversamp_12k8_to_16k.cpp95 #define INV_FAC5 6554 /* 1/5 in Q15 */ macro
249 i = ((int32)j * INV_FAC5) >> 13; /* integer part = pos * 1/5 */ in AmrWbUp_samp()