~medibuntu-maintainers/mplayer/medibuntu.precise

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/lpc.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:23:28 UTC
  • mfrom: (0.4.7 sid)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20120112222328-8jqdyodym3p84ygu
Tags: 2:1.0~rc4.dfsg1+svn34540-1
* New upstream snapshot
* upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
     * Perform autocorrelation on input samples with delay of 0 to lag.
68
68
     * @param data  input samples.
69
69
     *              constraints: no alignment needed, but must have have at
70
 
     *              least lag*sizeof(double) valid bytes preceeding it, and
 
70
     *              least lag*sizeof(double) valid bytes preceding it, and
71
71
     *              size must be at least (len+1)*sizeof(double) if data is
72
72
     *              16-byte aligned or (len+2)*sizeof(double) if data is
73
73
     *              unaligned.