Home
last modified time | relevance | path

Searched refs:TxfmParam (Results 1 – 25 of 25) sorted by relevance

/external/libaom/libaom/av1/common/
Didct.c43 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x4_c()
60 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x8_c()
68 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x4_c()
76 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_16x32_c()
83 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_32x16_c()
90 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_16x4_c()
97 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x16_c()
104 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_32x8_c()
111 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x32_c()
118 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_32x64_c()
[all …]
/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c81 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_4x4()
94 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_4x8()
101 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_8x4()
108 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_8x16()
116 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_16x8()
124 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_16x32()
131 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_32x16()
138 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_16x4()
145 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_4x16()
152 int diff_stride, TxfmParam *txfm_param) { in highbd_fwd_txfm_32x8()
[all …]
Dhybrid_fwd_txfm.h22 TxfmParam *txfm_param);
25 int diff_stride, TxfmParam *txfm_param);
Dencodemb.h68 TX_TYPE tx_type, TxfmParam *txfm_param);
76 int blk_col, BLOCK_SIZE plane_bsize, TxfmParam *txfm_param,
Dencodemb.c266 int blk_col, BLOCK_SIZE plane_bsize, TxfmParam *txfm_param, in av1_xform_quant()
311 TX_TYPE tx_type, TxfmParam *txfm_param) { in av1_setup_xform()
376 TxfmParam txfm_param; in encode_block()
573 TxfmParam txfm_param; in encode_block_pass1()
707 TxfmParam txfm_param; in av1_encode_block_intra()
Dtx_search.c423 TxfmParam param; in predict_skip_flag()
1094 TxfmParam txfm_param_intra; in recon_intra()
1375 TxfmParam txfm_param; in prune_txk_type_separ()
1489 TxfmParam txfm_param; in prune_txk_type()
2210 TxfmParam txfm_param; in search_tx_type()
Dtpl_model.c59 TxfmParam txfm_param; in tpl_fwd_txfm()
/external/libaom/libaom/test/
Dfdct4x4_test.cc41 TxfmParam *txfm_param);
49 TxfmParam * /*txfm_param*/) { in fdct4x4_ref() argument
54 TxfmParam * /*txfm_param*/) { in fdct4x4_lp_ref() argument
Dav1_fwd_txfm2d_test.cc235 int diff_stride, TxfmParam *txfm_param);
239 TxfmParam param; in AV1FwdTxfm2dMatchTest()
293 TxfmParam param; in AV1FwdTxfm2dSpeedTest()
422 int diff_stride, TxfmParam *txfm_param);
427 TxfmParam param; in AV1HighbdFwdTxfm2dMatchTest()
486 TxfmParam param; in AV1HighbdFwdTxfm2dSpeedTest()
Dtransform_test_base.h34 TxfmParam *txfm_param);
38 const TxfmParam *txfm_param);
324 TxfmParam txfm_param_;
Dfwht4x4_test.cc44 TxfmParam * /*txfm_param*/) { in fwht4x4_ref() argument
Dav1_highbd_iht_test.cc194 int stride, const TxfmParam *txfm_param);
212 TxfmParam txfm_param; in RunAV1InvTxfm2dTest()
/external/libaom/config/arm64/config/
Dav1_rtcd.h224 void av1_highbd_inv_txfm_add_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam
227 …v_txfm_add_16x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
230 …v_txfm_add_4x16_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
233 …nv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
236 …nv_txfm_add_4x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
239 …nv_txfm_add_8x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
242 …nv_txfm_add_8x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
314 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
315 void av1_inv_txfm_add_neon(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *tx…
/external/libaom/config/x86/config/
Dav1_rtcd.h229 void av1_highbd_inv_txfm_add_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam
232 …v_txfm_add_16x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
235 …v_txfm_add_4x16_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
238 …nv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
241 …nv_txfm_add_4x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
244 …nv_txfm_add_8x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
247 …nv_txfm_add_8x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
320 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
321 void av1_inv_txfm_add_ssse3(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *t…
/external/libaom/config/arm/config/
Dav1_rtcd.h224 void av1_highbd_inv_txfm_add_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam
227 …v_txfm_add_16x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
230 …v_txfm_add_4x16_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
233 …nv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
236 …nv_txfm_add_4x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
239 …nv_txfm_add_8x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
242 …nv_txfm_add_8x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
314 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
315 void av1_inv_txfm_add_neon(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *tx…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h232 void av1_highbd_inv_txfm_add_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam
235 …v_txfm_add_16x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
238 …v_txfm_add_4x16_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
241 …nv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
244 …nv_txfm_add_4x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
247 …nv_txfm_add_8x4_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
250 …nv_txfm_add_8x8_c(const tran_low_t *input, uint8_t *dest, int stride, const TxfmParam *txfm_param);
323 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
324 void av1_inv_txfm_add_ssse3(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *t…
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h37 } TxfmParam; typedef
/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c355 int diff_stride, TxfmParam *txfm_param) { in av1_lowbd_fwd_txfm_sse4_1()
Dav1_fwd_txfm2d_avx2.c2805 int diff_stride, TxfmParam *txfm_param) { in av1_lowbd_fwd_txfm_avx2()
Dav1_fwd_txfm_sse2.c2882 int diff_stride, TxfmParam *txfm_param) { in av1_lowbd_fwd_txfm_sse2()
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_sse4.c5098 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x8_sse4_1()
5122 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x4_sse4_1()
5750 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x8_sse4_1()
5761 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_8x4_sse4_1()
5772 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_4x16_sse4_1()
5783 const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_16x4_sse4_1()
5793 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_sse4_1()
Dav1_inv_txfm_avx2.c1941 const TxfmParam *txfm_param) { in av1_inv_txfm_add_avx2()
Dav1_inv_txfm_ssse3.c2947 const TxfmParam *txfm_param) { in av1_inv_txfm_add_ssse3()
Dhighbd_inv_txfm_avx2.c4221 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_avx2()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c4263 const TxfmParam *txfm_param) { in av1_inv_txfm_add_neon()