Home | History | Annotate | Download | only in source

Lines Matching refs:IS_ALIGNED

655       IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
656 IS_ALIGNED(dst_y, 16) && (dst_stride_y % 16 == 0)) {
666 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
667 IS_ALIGNED(dst_u, 8) && (dst_stride_u % 8 == 0) &&
668 IS_ALIGNED(dst_v, 8) && (dst_stride_v % 8 == 0)) {
708 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
709 IS_ALIGNED(dst_y, 16) && (dst_stride_y % 16 == 0)) {
719 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
720 IS_ALIGNED(dst_u, 8) && (dst_stride_u % 8 == 0) &&
721 IS_ALIGNED(dst_v, 8) && (dst_stride_v % 8 == 0)) {
761 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
762 IS_ALIGNED(dst_y, 16) && (dst_stride_y % 16 == 0)) {
772 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
773 IS_ALIGNED(dst_u, 8) && (dst_stride_u % 8 == 0) &&
774 IS_ALIGNED(dst_v, 8) && (dst_stride_v % 8 == 0)) {
814 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
815 IS_ALIGNED(dst_y, 16) && (dst_stride_y % 16 == 0)) {
825 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
826 IS_ALIGNED(dst_u, 8) && (dst_stride_u % 8 == 0) &&
827 IS_ALIGNED(dst_v, 8) && (dst_stride_v % 8 == 0)) {
867 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
868 IS_ALIGNED(dst_y, 16) && (dst_stride_y % 16 == 0)) {
878 IS_ALIGNED(src_frame, 16) && (src_stride_frame % 16 == 0) &&
879 IS_ALIGNED(dst_u, 8) && (dst_stride_u % 8 == 0) &&
880 IS_ALIGNED(dst_v, 8) && (dst_stride_v % 8 == 0)) {