Searched defs:CACHE_ALIGNMENT (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c114 * @def CACHE_ALIGNMENT Buffer Cache Alignment
117 #define CACHE_ALIGNMENT 128 macro
814 pInputBuffer[i] = pInputBuffer[i] + CACHE_ALIGNMENT;
831 pOutputBuffer[i] = pOutputBuffer[i] + CACHE_ALIGNMENT;
1245 pInputBuffer[i] = pInputBuffer[i] - CACHE_ALIGNMENT;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h291 * @def CACHE_ALIGNMENT Buffer Cache Alignment
294 #define CACHE_ALIGNMENT 128 macro
H A DOMX_G711Decoder.h214 * @def CACHE_ALIGNMENT Buffer Cache Alignment
217 #define CACHE_ALIGNMENT 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h167 * @def CACHE_ALIGNMENT Buffer Cache Alignment
170 #define CACHE_ALIGNMENT 128 macro
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h295 * @def CACHE_ALIGNMENT Buffer Cache Alignment
298 #define CACHE_ALIGNMENT 128 macro

Completed in 232 milliseconds