Sign in
◑
Theme
aomedia
/
avm
/
40b9e7fe5090b0aaa7edebd98bbd121bf05c5905
/
.
/
av1
/
common
/
daala_tx.h
blob: 5b739c691c1a3ef6f34f2bd74d29074fe2c95deb [
file
]
#ifndef
AOM_DSP_DAALA_TX_H_
#define
AOM_DSP_DAALA_TX_H_
#include
"av1/common/odintrin.h"
void
od_bin_fdct4
(
od_coeff y
[
4
],
const
od_coeff
*
x
,
int
xstride
);
void
od_bin_idct4
(
od_coeff
*
x
,
int
xstride
,
const
od_coeff y
[
4
]);
#endif