Home | History | Annotate | Download | only in libcopybit

Lines Matching full:aligned_w

933     // The width parameter in the handle contains the aligned_w. We check if we
961 int aligned_w = ALIGN(w, 32);
966 size = ALIGN((aligned_w*h), 2048) +
967 ALIGN(aligned_w/2, 32) * (h/2) *2;
973 size = aligned_w * h +
974 ALIGN(aligned_w/2, 32) * (h/2) * 2;