Home | History | Annotate | Download | only in unit_test

Lines Matching full:dst_width

20                            int dst_width, int dst_height,
30 if (dst_width < 1) {
31 dst_width = 1;
44 int dst_i420_y_size = dst_width * dst_height;
45 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2);
56 dst_i420_c, dst_width,
57 dst_i420_c + dst_i420_y_size, (dst_width + 1) / 2,
59 (dst_width + 1) / 2,
68 dst_i420_opt, dst_width,
69 dst_i420_opt + dst_i420_y_size, (dst_width + 1) / 2,
71 (dst_width + 1) / 2,
145 int dst_width, int dst_height,
155 if (dst_width < 1) {
156 dst_width = 1;
170 int dst_i420_y_size = dst_width * dst_height;
171 int dst_i420_uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2);
181 dst_i420_c, dst_width,
182 dst_i420_c + dst_i420_y_size, (dst_width + 1) / 2,
184 (dst_width + 1) / 2,
191 dst_i420_opt, dst_width,
192 dst_i420_opt + dst_i420_y_size, (dst_width + 1) / 2,
194 (dst_width + 1) / 2,