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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c38 static const Word32 TNS_PARCOR_THRESH = 0x0ccccccd; /* 0.1*(1 << 31) */ variable
425 temp = psubBlockInfo->parcor[i] - TNS_PARCOR_THRESH;
428 temp = psubBlockInfo->parcor[i] + TNS_PARCOR_THRESH;
469 temp = psubBlockInfo->parcor[i] - TNS_PARCOR_THRESH;
473 temp = psubBlockInfo->parcor[i] + TNS_PARCOR_THRESH;

Completed in 27 milliseconds