Home | History | Annotate | Download | only in source

Lines Matching full:scale_down_y

991   int scale_down_y = src_height / dst_height;
993 dst_height * scale_down_y == src_height) {
994 if (!(scale_down_x & 1) && !(scale_down_y & 1)) {
1000 if ((scale_down_x & 1) && (scale_down_y & 1)) {