Home | History | Annotate | Download | only in ext

Lines Matching defs:dest_height

100   int dest_height = src_height / 2;
101 int dest_byte_count = dest_width * dest_height * 4;
113 FillBoxFilter(dest_height, &filter_y);
121 for (int y = 0; y < dest_height; y++) {
218 unsigned int dest_height) {
230 for (unsigned int p = 0; p < dest_height; ++p) {
231 unsigned int offset = source_height * p / dest_height;
241 result_c.allocN32Pixels(dest_width, dest_height);
242 result_sse.allocN32Pixels(dest_width, dest_height);
287 << " to:" << dest_width << "x" << dest_height
293 for (unsigned int i = 0; i < dest_height; i++) {
326 unsigned int dest_height = dest_sizes[j][1];
327 VerifySIMD(source_width, source_height, dest_width, dest_height);