Home | History | Annotate | Download | only in unit_test

Lines Matching full:dst_width

25                       int dst_width, int dst_height,
28 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
54 int dst_width_uv = (dst_width + 1) >> 1;
57 int64 dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
60 int dst_stride_y = b * 2 + dst_width;
84 dst_width, dst_height, f);
97 dst_width, dst_height, f);
112 for (j = b; j < (dst_width + b); ++j) {
153 int dst_width, int dst_height,
155 if (!SizeValid(src_width, src_height, dst_width, dst_height)) {
198 int dst_width_uv = (dst_width + 1) >> 1;
201 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
204 int dst_stride_y = b * 2 + dst_width;
225 dst_width, dst_height, f);
235 dst_width, dst_height, f);
241 for (j = b; j < (dst_width + b); ++j) {