Home | History | Annotate | Download | only in source

Lines Matching defs:yf

951       int yf = (y >> 8) & 255;
952 InterpolateRow(row, src, src_stride, src_width, yf);
1053 int yf = (y >> 8) & 255;
1054 InterpolateRow((uint16*)row, src, src_stride, src_width, yf);
1196 int yf = (y >> 8) & 255;
1197 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
1335 int yf = (y >> 8) & 255;
1336 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);