Searched refs:dst_width_bytes (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_common.cc | 868 int dst_width_bytes = dst_width * bpp; in ScalePlaneVertical() local 882 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical() 890 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical() 898 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical() 906 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical() 916 if (IS_ALIGNED(dst_width_bytes, 4)) { in ScalePlaneVertical() 930 src_stride, dst_width_bytes, yf); in ScalePlaneVertical() 956 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16() 964 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16() 972 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical_16() [all …]
|
/external/libyuv/files/source/ |
D | scale_common.cc | 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() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_common.cc | 1033 int dst_width_bytes = dst_width * bpp; in ScalePlaneVertical() local 1047 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical() 1055 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical() 1063 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical() 1071 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical() 1085 dst_width_bytes, yf); in ScalePlaneVertical() 1117 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16() 1125 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16() 1133 if (IS_ALIGNED(dst_width_bytes, 32)) { in ScalePlaneVertical_16() 1141 if (IS_ALIGNED(dst_width_bytes, 16)) { in ScalePlaneVertical_16()
|