Searched refs:RS_CPU_ALLOCATION_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
589 if (paddedWidth & (RS_CPU_ALLOCATION_ALIGNMENT - 1)) { in renderDropShadow()590 paddedWidth += RS_CPU_ALLOCATION_ALIGNMENT - paddedWidth % RS_CPU_ALLOCATION_ALIGNMENT; in renderDropShadow()593 uint8_t* dataBuffer = (uint8_t*)memalign(RS_CPU_ALLOCATION_ALIGNMENT, size); in renderDropShadow()684 uint8_t* outImage = (uint8_t*)memalign(RS_CPU_ALLOCATION_ALIGNMENT, width * height); in blurImage()
30 #define RS_CPU_ALLOCATION_ALIGNMENT 16 macro