Lines Matching refs:syy
8011 int syy = sy + 1;
8021 if (deinterlace != NONE && !s->duplex_rear_valid && syy >= s->avdimen.hw_lines) {
8025 if (sy >= hw_line_end || syy >= hw_line_end) {
8027 sy, syy);
8032 line, sy, syy);
8036 syy -= hw_line;
8063 ((out_data [syy*hwbpl + sx/8 ] >> (7-sx%8 )) & 1) * (256-xdist) * ydist +
8064 ((out_data [syy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * ydist
8080 out_data [syy*hwbpl + sx ] * (256-xdist) * ydist +
8081 out_data [syy*hwbpl + sxx] * xdist * ydist
8094 out_data16 [syy*hwbpl + sx ] * (256-xdist) * ydist +
8095 out_data16 [syy*hwbpl + sxx] * xdist * ydist
8109 out_data [syy*hwbpl + sx*3 + c] * (256-xdist) * ydist +
8110 out_data [syy*hwbpl + sxx*3 + c] * xdist * ydist
8127 out_data16 [syy*hwbpl + sx*3 + c] * (256-xdist) * ydist +
8128 out_data16 [syy*hwbpl + sxx*3 + c] * xdist * ydist