]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sbr.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / sbr.h
index 1fe47fcebe001005901a98505c47447b33f5ad9d..a9e53028365d8a08f50b4f6cafcf2fcfd2949148 100644 (file)
@@ -88,6 +88,7 @@ typedef struct {
     ///QMF values of the original signal
     float              W[2][32][32][2];
     ///QMF output of the HF adjustor
+    int                Ypos;
     DECLARE_ALIGNED(16, float, Y)[2][38][64][2];
     DECLARE_ALIGNED(16, float, g_temp)[42][48];
     float              q_temp[42][48];
@@ -132,6 +133,7 @@ typedef struct {
     unsigned           kx[2];
     ///M' and M respectively, M is the number of QMF subbands that use SBR.
     unsigned           m[2];
+    unsigned           kx_and_m_pushed;
     ///The number of frequency bands in f_master
     unsigned           n_master;
     SBRData            data[2];