Home | History | Annotate | Download | only in libc2dcolorconvert

Lines Matching refs:ALIGN32

48 #define ALIGN32 32
401 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
406 return ALIGN(width, ALIGN32) * 4;
434 return ALIGN(ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32), ALIGN8K);
441 return ALIGN(width, ALIGN128) * ALIGN(height, ALIGN32);
455 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 2;
460 size = mSrcStride * ALIGN(height, ALIGN32) * 4;
462 size = ALIGN(width, ALIGN32) * ALIGN(height, ALIGN32) * 4;
467 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN32) * (height/2) * 2), ALIGN4K);
478 alignedh = ALIGN(height, ALIGN32);
479 size = ALIGN(alignedw * alignedh, ALIGN8K) + ALIGN(alignedw * ALIGN(height/2, ALIGN32), ALIGN8K);
491 alignedh = ALIGN(height, ALIGN32);