Lines Matching refs:dst_width_bytes
1035 int dst_width_bytes = dst_width * bpp; in ScalePlaneVertical() local
1049 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical()
1057 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical()
1065 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical()
1073 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical()
1081 if (IS_ALIGNED(dst_width_bytes, 8)) { in ScalePlaneVertical()
1095 dst_width_bytes, yf); in ScalePlaneVertical()
1127 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16()
1135 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16()
1143 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical_16()
1151 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16()