21 #ifndef DE265_TRANSFORM_H
22 #define DE265_TRANSFORM_H
31 if (qPi<30)
return qPi;
32 if (qPi>=43)
return qPi-6;
38 int xCUBase,
int yCUBase);
45 bool transform_skip_flag,
bool intra,
int rdpcmMode);
49 uint8_t* dst,
int dstStride, int16_t* coeff,
50 int log2TbSize,
int trType);
53 int16_t* coeff,
int coeffStride,
int log2TbSize,
int trType,
54 const int16_t* src,
int srcStride);
57 const int16_t* in_coeff,
58 int log2TrSize,
int qp,
62 const int16_t* in_coeff,
63 int log2TrSize,
int qP);
#define LIBDE265_INLINE
Definition: de265.h:66
Definition: acceleration.h:30