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

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/ivi_dsp.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 *  @param[in]   plane        pointer to the descriptor of the plane being processed
39
39
 *  @param[out]  dst          pointer to the destination buffer
40
40
 *  @param[in]   dst_pitch    pitch of the destination buffer
41
 
 *  @param[in]   num_bands    number of wavelet bands to be processed
42
41
 */
43
42
void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst,
44
 
                        const int dst_pitch, const int num_bands);
 
43
                        const int dst_pitch);
45
44
 
46
45
/**
47
46
 *  Haar wavelet recomposition filter for Indeo 4
49
48
 *  @param[in]  plane        pointer to the descriptor of the plane being processed
50
49
 *  @param[out] dst          pointer to the destination buffer
51
50
 *  @param[in]  dst_pitch    pitch of the destination buffer
52
 
 *  @param[in]  num_bands    number of wavelet bands to be processed
53
51
 */
54
52
void ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst,
55
 
                           const int dst_pitch, const int num_bands);
 
53
                           const int dst_pitch);
56
54
 
57
55
/**
58
56
 *  two-dimensional inverse Haar 8x8 transform for Indeo 4