aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac/atrac1_dequantiser.h
blob: 8b2a8b4ccf6a0587c030d024c0b8d5f01c709eb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once
#include "atrac1.h"
#include "atrac_scale.h"


namespace NAtracDEnc {
namespace NAtrac1 {

class TAtrac1Dequantiser : public TAtrac1Data {
public:
    TAtrac1Dequantiser();
    void Dequant(NBitStream::TBitStream* stream, const TBlockSize& bs, TFloat specs[512]);
};

} //namespace NAtrac1
} //namespace NAtracDEnc