Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp120 static INT ModuloValue(INT input, INT bufferlength);
269 ModuloValue(codewordOffset, in DecodeNonPCWs()
280 codewordOffset = ModuloValue( in DecodeNonPCWs()
291 ModuloValue(codewordOffsetBase, *pNumSegment); /* index of the in DecodeNonPCWs()
519 static INT ModuloValue(INT input, INT bufferlength) { in ModuloValue() function