Home | History | Annotate | Download | only in libc2dcolorconvert

Lines Matching refs:ALIGN16

46 #define ALIGN16 16
400 return ALIGN(width, ALIGN16);
402 return ALIGN(width, ALIGN16);
408 return ALIGN(width, ALIGN16);
418 return (ALIGN(width, ALIGN16) * height);
422 return ALIGN(width, ALIGN16) * height;
426 ALIGN16);
456 alignedw = ALIGN(width, ALIGN16);
463 alignedw = ALIGN(width, ALIGN16);
464 size = ALIGN((alignedw * height) + (ALIGN(width/2, ALIGN16) * (height/2) * 2), ALIGN4K);
472 alignedw = ALIGN(width, ALIGN16);
482 size = ALIGN(alignedw * alignedh + (alignedw * ALIGN(height/2, ALIGN16)), ALIGN4K);