~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/doc/swscale.txt

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-09-24 17:07:00 UTC
  • mfrom: (1.1.17) (7.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130924170700-4dg62s3pwl0pdakz
Tags: 1.2.0-1
* New upstream stable release:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
Horizontal scaler
60
60
    There are several horizontal scalers. A special case worth mentioning is
61
 
    the fast bilinear scaler that is made of runtime-generated MMX2 code
 
61
    the fast bilinear scaler that is made of runtime-generated MMXEXT code
62
62
    using specially tuned pshufw instructions.
63
63
    The remaining scalers are specially-tuned for various filter lengths.
64
64
    They scale 8-bit unsigned planar data to 16-bit signed planar data.
96
96
Also, as already hinted at, initFilter() accepts an optional convolutional
97
97
filter as input that can be used for contrast, saturation, blur, sharpening
98
98
shift, chroma vs. luma shift, ...
99