Lines Matching full:is_aligned
60 if (IS_ALIGNED(dst_width, 4)) {
72 if (IS_ALIGNED(dst_width, 8)) {
112 if (IS_ALIGNED(dst_width, 4)) {
120 if (IS_ALIGNED(dst_width, 8)) {
152 assert(IS_ALIGNED(src_width, 2));
153 assert(IS_ALIGNED(src_height, 2));
159 if (IS_ALIGNED(dst_width, 4)) {
169 if (IS_ALIGNED(dst_width, 4)) {
216 if (IS_ALIGNED(clip_src_width, 16)) {
224 if (IS_ALIGNED(clip_src_width, 32)) {
232 if (IS_ALIGNED(clip_src_width, 16)) {
239 IS_ALIGNED(src_argb, 4) && IS_ALIGNED(src_stride, 4)) {
241 if (IS_ALIGNED(clip_src_width, 4)) {
254 if (IS_ALIGNED(dst_width, 4)) {
306 if (IS_ALIGNED(dst_width, 4)) {
314 if (IS_ALIGNED(dst_width, 8)) {
322 if (IS_ALIGNED(dst_width, 4)) {
329 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride, 4)) {
345 if (IS_ALIGNED(dst_width, 4)) {
358 if (IS_ALIGNED(dst_width, 8)) {
366 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8)) {
447 if (IS_ALIGNED(src_width, 8)) {
455 if (IS_ALIGNED(src_width, 16)) {
463 if (IS_ALIGNED(src_width, 8)) {
469 if (TestCpuFlag(kCpuHasDSPR2) && IS_ALIGNED(src_width, 4) &&
470 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
471 IS_ALIGNED(src_u, 2) && IS_ALIGNED(src_stride_u, 2) &&
472 IS_ALIGNED(src_v, 2) && IS_ALIGNED(src_stride_v, 2) &&
473 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
484 if (IS_ALIGNED(dst_width, 4)) {
492 if (IS_ALIGNED(dst_width, 8)) {
500 if (IS_ALIGNED(dst_width, 4)) {
507 IS_ALIGNED(dst_argb, 4) && IS_ALIGNED(dst_stride_argb, 4)) {
527 if (IS_ALIGNED(dst_width, 4)) {
540 if (IS_ALIGNED(dst_width, 8)) {
548 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8)) {
655 if (IS_ALIGNED(dst_width, 8)) {
663 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8)) {