Home | History | Annotate | Download | only in source

Lines Matching defs:yf

1092       int yf = (y >> 8) & 255;
1093 InterpolateRow(row, src, src_stride, src_width, yf);
1191 int yf = (y >> 8) & 255;
1192 InterpolateRow((uint16*)row, src, src_stride, src_width, yf);
1330 int yf = (y >> 8) & 255;
1331 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
1465 int yf = (y >> 8) & 255;
1466 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);