Home | History | Annotate | Download | only in source

Lines Matching full:is_aligned

2304       IS_ALIGNED(dst_width, 16)) {
2308 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
2311 if (IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16) &&
2312 IS_ALIGNED(dst_ptr, 16) && IS_ALIGNED(dst_stride, 16)) {
2342 IS_ALIGNED(dst_width, 4)) {
2347 IS_ALIGNED(dst_width, 8) &&
2348 IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16)) {
2378 IS_ALIGNED(dst_width, 4) &&
2379 IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16)) {
2427 IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16) && filtering) {
2434 IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16)) {
2515 IS_ALIGNED(src_ptr, 16) && IS_ALIGNED(src_stride, 16)) {
2629 if (!IS_ALIGNED(src_width, 16) || (src_width > kMaxInputWidth) ||
2659 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(src_ptr, 16)) {
2730 if (!IS_ALIGNED(src_width, 8) || (src_width > kMaxInputWidth)) {
2747 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(src_ptr, 16)) {
2753 IS_ALIGNED(src_stride, 16) && IS_ALIGNED(src_ptr, 16)) {