/external/libaom/libaom/av1/common/ |
D | idct.c | 44 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_4x4_c() 49 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_4x4_c() local 51 assert(tx_type == DCT_DCT); in av1_highbd_inv_txfm_add_4x4_c() 56 av1_inv_txfm2d_add_4x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in av1_highbd_inv_txfm_add_4x4_c() 61 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_4x8_c() 64 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_4x8_c() 69 assert(av1_ext_tx_used[txfm_param->tx_set_type][txfm_param->tx_type]); in av1_highbd_inv_txfm_add_8x4_c() 72 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_8x4_c() 79 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_16x32_c() 86 txfm_param->tx_type, txfm_param->bd); in av1_highbd_inv_txfm_add_32x16_c() [all …]
|
D | av1_inv_txfm2d.c | 182 void av1_get_inv_txfm_cfg(TX_TYPE tx_type, TX_SIZE tx_size, in av1_get_inv_txfm_cfg() argument 188 set_flip_cfg(tx_type, cfg); in av1_get_inv_txfm_cfg() 189 const TX_TYPE_1D tx_type_1d_col = vtx_tab[tx_type]; in av1_get_inv_txfm_cfg() 190 const TX_TYPE_1D tx_type_1d_row = htx_tab[tx_type]; in av1_get_inv_txfm_cfg() 340 TX_TYPE tx_type, TX_SIZE tx_size, in inv_txfm2d_add_facade() argument 343 av1_get_inv_txfm_cfg(tx_type, tx_size, &cfg); in inv_txfm2d_add_facade() 350 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x8_c() argument 352 inv_txfm2d_add_facade(input, output, stride, txfm_buf, tx_type, TX_4X8, bd); in av1_inv_txfm2d_add_4x8_c() 356 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x4_c() argument 358 inv_txfm2d_add_facade(input, output, stride, txfm_buf, tx_type, TX_8X4, bd); in av1_inv_txfm2d_add_8x4_c() [all …]
|
D | scan.h | 43 TX_TYPE tx_type) { in get_default_scan() argument 44 return &av1_scan_orders[tx_size][tx_type]; in get_default_scan() 47 static INLINE const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan() argument 48 return get_default_scan(tx_size, tx_type); in get_scan()
|
D | av1_txfm.h | 113 TX_TYPE tx_type, int bd); 147 static INLINE void get_flip_cfg(TX_TYPE tx_type, int *ud_flip, int *lr_flip) { in get_flip_cfg() argument 148 switch (tx_type) { in get_flip_cfg() 187 static INLINE void set_flip_cfg(TX_TYPE tx_type, TXFM_2D_FLIP_CFG *cfg) { in set_flip_cfg() argument 188 get_flip_cfg(tx_type, &cfg->ud_flip, &cfg->lr_flip); in set_flip_cfg() 214 void av1_get_fwd_txfm_cfg(TX_TYPE tx_type, TX_SIZE tx_size, 216 void av1_get_inv_txfm_cfg(TX_TYPE tx_type, TX_SIZE tx_size,
|
/external/libaom/libaom/av1/encoder/ |
D | hybrid_fwd_txfm.c | 83 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_4x4() local 86 assert(tx_type == DCT_DCT); in highbd_fwd_txfm_4x4() 90 av1_fwd_txfm2d_4x4(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_4x4() 96 av1_fwd_txfm2d_4x8(src_diff, dst_coeff, diff_stride, txfm_param->tx_type, in highbd_fwd_txfm_4x8() 103 av1_fwd_txfm2d_8x4(src_diff, dst_coeff, diff_stride, txfm_param->tx_type, in highbd_fwd_txfm_8x4() 110 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_8x16() local 112 av1_fwd_txfm2d_8x16(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_8x16() 118 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_16x8() local 120 av1_fwd_txfm2d_16x8(src_diff, dst_coeff, diff_stride, tx_type, bd); in highbd_fwd_txfm_16x8() 126 av1_fwd_txfm2d_16x32(src_diff, dst_coeff, diff_stride, txfm_param->tx_type, in highbd_fwd_txfm_16x32() [all …]
|
D | av1_fwd_txfm2d.c | 125 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x8_c() argument 128 av1_get_fwd_txfm_cfg(tx_type, TX_4X8, &cfg); in av1_fwd_txfm2d_4x8_c() 133 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x4_c() argument 136 av1_get_fwd_txfm_cfg(tx_type, TX_8X4, &cfg); in av1_fwd_txfm2d_8x4_c() 141 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x16_c() argument 144 av1_get_fwd_txfm_cfg(tx_type, TX_8X16, &cfg); in av1_fwd_txfm2d_8x16_c() 149 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x8_c() argument 152 av1_get_fwd_txfm_cfg(tx_type, TX_16X8, &cfg); in av1_fwd_txfm2d_16x8_c() 157 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x32_c() argument 160 av1_get_fwd_txfm_cfg(tx_type, TX_16X32, &cfg); in av1_fwd_txfm2d_16x32_c() [all …]
|
D | encodetxb.h | 40 TX_TYPE tx_type; member 56 const TX_SIZE tx_size, const TX_TYPE tx_type, 60 const TX_TYPE tx_type, 66 const TX_TYPE tx_type); 84 int block, TX_SIZE tx_size, TX_TYPE tx_type,
|
D | encodemb.c | 86 int block, TX_SIZE tx_size, TX_TYPE tx_type, in av1_optimize_b() argument 100 return av1_optimize_txb_new(cpi, x, plane, block, tx_size, tx_type, txb_ctx, in av1_optimize_b() 135 TX_TYPE tx_type, int qindex) { in av1_dropout_qcoeff() argument 144 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type); in av1_dropout_qcoeff() 272 get_scan(txfm_param->tx_size, txfm_param->tx_type); in av1_xform_quant() 311 TX_TYPE tx_type, TxfmParam *txfm_param) { in av1_setup_xform() argument 315 txfm_param->tx_type = tx_type; in av1_setup_xform() 343 TX_TYPE tx_type, QUANT_PARAM *qparam) { in av1_setup_qmatrix() argument 344 qparam->qmatrix = av1_get_qmatrix(quant_params, xd, plane, tx_size, tx_type); in av1_setup_qmatrix() 346 av1_get_iqmatrix(quant_params, xd, plane, tx_size, tx_type); in av1_setup_qmatrix() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 21 int tx_type) { in vp9_iht4x4_16_add_c() argument 36 IHT_4[tx_type].rows(input, outptr); in vp9_iht4x4_16_add_c() 44 IHT_4[tx_type].cols(temp_in, temp_out); in vp9_iht4x4_16_add_c() 60 int tx_type) { in vp9_iht8x8_64_add_c() argument 65 const transform_2d ht = IHT_8[tx_type]; in vp9_iht8x8_64_add_c() 93 int tx_type) { in vp9_iht16x16_256_add_c() argument 98 const transform_2d ht = IHT_16[tx_type]; in vp9_iht16x16_256_add_c() 180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add() argument 182 if (tx_type == DCT_DCT) in vp9_iht4x4_add() 185 vp9_iht4x4_16_add(input, dest, stride, tx_type); in vp9_iht4x4_add() [all …]
|
D | vp9_idct.h | 52 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 54 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 56 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 70 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, 72 void vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, 74 void vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input,
|
/external/libaom/libaom/test/ |
D | av1_fwd_txfm2d_test.cc | 189 const TX_TYPE tx_type = static_cast<TX_TYPE>(t); in GetTxfm2dParamList() local 191 if (libaom_test::IsTxSizeTypeValid(tx_size, tx_type)) { in GetTxfm2dParamList() 193 AV1FwdTxfm2dParam(tx_type, tx_size, max_error, avg_error)); in GetTxfm2dParamList() 211 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in TEST() local 213 static_cast<TX_TYPE>(tx_type)) == in TEST() 218 av1_get_fwd_txfm_cfg(static_cast<TX_TYPE>(tx_type), in TEST() 244 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in AV1FwdTxfm2dMatchTest() local 246 tx_size, static_cast<TX_TYPE>(tx_type)) == false) { in AV1FwdTxfm2dMatchTest() 271 param.tx_type = (TX_TYPE)tx_type; in AV1FwdTxfm2dMatchTest() 275 ref_func(input, ref_output, input_stride, (TX_TYPE)tx_type, bd); in AV1FwdTxfm2dMatchTest() [all …]
|
D | av1_inv_txfm2d_test.cc | 219 const TxType tx_type = static_cast<TxType>(t); in GetInvTxfm2dParamList() local 221 if (libaom_test::IsTxSizeTypeValid(tx_size, tx_type)) { in GetInvTxfm2dParamList() 223 AV1InvTxfm2dParam(tx_type, tx_size, max_error, avg_error)); in GetInvTxfm2dParamList() 241 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in TEST() local 243 static_cast<TxType>(tx_type)) == in TEST() 248 av1_get_inv_txfm_cfg(static_cast<TxType>(tx_type), in TEST() 269 void RunAV1InvTxfm2dTest(TxType tx_type, TxSize tx_size, int run_times, 276 void AV1LbdInvTxfm2d::RunAV1InvTxfm2dTest(TxType tx_type, TxSize tx_size, in RunAV1InvTxfm2dTest() argument 297 const SCAN_ORDER *scan_order = get_default_scan(tx_size, tx_type); in RunAV1InvTxfm2dTest() 312 fwd_func_(input, inv_input, stride, tx_type, bd); in RunAV1InvTxfm2dTest() [all …]
|
D | scan_test.cc | 103 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in TEST() local 105 static_cast<TX_TYPE>(tx_type)) == in TEST() 110 TX_CLASS tx_class = tx_type_to_class[(TX_TYPE)tx_type]; in TEST() 126 get_default_scan((TX_SIZE)tx_size, (TX_TYPE)tx_type); in TEST() 128 << "scan mismatch tx_class " << tx_class << " tx_type " << tx_type in TEST()
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 43 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 46 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 58 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 61 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 64 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 71 …bd_iht16x16_256_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd); 74 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i… 75 void vp9_highbd_iht4x4_16_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… [all …]
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 43 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 46 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 58 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 61 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 64 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 71 …bd_iht16x16_256_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd); 74 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i… 75 void vp9_highbd_iht4x4_16_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… [all …]
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 45 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 46 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 54 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 65 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 68 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 71 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 77 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… [all …]
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 45 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 46 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 50 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 53 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 54 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type); 65 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 68 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 71 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 77 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… [all …]
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 43 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 46 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 49 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 58 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 61 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 64 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type); 70 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type… 73 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i… 76 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i… 88 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type); [all …]
|
/external/libvpx/libvpx/vp9/common/ppc/ |
D | vp9_idct_vsx.c | 21 int tx_type) { in vp9_iht4x4_16_add_vsx() argument 27 switch (tx_type) { in vp9_iht4x4_16_add_vsx() 41 assert(tx_type == ADST_ADST); in vp9_iht4x4_16_add_vsx() 51 int tx_type) { in vp9_iht8x8_64_add_vsx() argument 64 switch (tx_type) { in vp9_iht8x8_64_add_vsx() 78 assert(tx_type == ADST_ADST); in vp9_iht8x8_64_add_vsx() 88 int stride, int tx_type) { in vp9_iht16x16_256_add_vsx() argument 95 switch (tx_type) { in vp9_iht16x16_256_add_vsx() 109 assert(tx_type == ADST_ADST); in vp9_iht16x16_256_add_vsx()
|
/external/libgav1/libgav1/src/ |
D | reconstruction.cc | 56 int GetNumRows(TransformType tx_type, int tx_height, int non_zero_coeff_count) { in GetNumRows() argument 57 const TransformClass tx_class = GetTransformClass(tx_type); in GetNumRows() 133 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, in Reconstruct() argument 143 static constexpr int (*kGetNumRows[])(TransformType tx_type, int tx_height, in Reconstruct() 147 tx_height = kGetNumRows[tx_width_log2 - 2](tx_type, tx_height, in Reconstruct() 156 lossless ? dsp::k1DTransformWht : kRowTransform[tx_type]; in Reconstruct() 161 row_transform_func(tx_type, tx_size, tx_height, buffer, start_x, start_y, in Reconstruct() 168 lossless ? dsp::k1DTransformWht : kColumnTransform[tx_type]; in Reconstruct() 174 column_transform_func(tx_type, tx_size, tx_height, buffer, start_x, start_y, in Reconstruct() 178 template void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, [all …]
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht4x4_add_sse4.c | 88 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_sse4_1() argument 101 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht4x4_16_add_sse4_1() 106 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht4x4_16_add_sse4_1() 116 if (tx_type == DCT_DCT || tx_type == ADST_DCT) { in vp9_highbd_iht4x4_16_add_sse4_1() 121 if (tx_type == DCT_DCT || tx_type == DCT_ADST) { in vp9_highbd_iht4x4_16_add_sse4_1()
|
D | vp9_idct_intrin_sse2.c | 15 int tx_type) { in vp9_iht4x4_16_add_sse2() argument 22 switch (tx_type) { in vp9_iht4x4_16_add_sse2() 36 assert(tx_type == ADST_ADST); in vp9_iht4x4_16_add_sse2() 53 int tx_type) { in vp9_iht8x8_64_add_sse2() argument 67 switch (tx_type) { in vp9_iht8x8_64_add_sse2() 81 assert(tx_type == ADST_ADST); in vp9_iht8x8_64_add_sse2() 194 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2() argument 201 switch (tx_type) { in vp9_iht16x16_256_add_sse2() 215 assert(tx_type == ADST_ADST); in vp9_iht16x16_256_add_sse2()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse2.h | 260 int stride, TX_TYPE tx_type, int bd); 263 int stride, TX_TYPE tx_type, int bd); 266 int stride, TX_TYPE tx_type, int bd); 269 int stride, TX_TYPE tx_type, int bd); 272 int stride, TX_TYPE tx_type, int bd); 275 int stride, TX_TYPE tx_type, int bd); 278 int stride, TX_TYPE tx_type, int bd); 281 int stride, TX_TYPE tx_type, int bd); 284 int stride, TX_TYPE tx_type, int bd); 287 int stride, TX_TYPE tx_type, int bd); [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm2d_sse4.c | 148 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_32x32_sse4_1() argument 151 av1_get_fwd_txfm_cfg(tx_type, TX_32X32, &cfg); in av1_fwd_txfm2d_32x32_sse4_1() 157 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_64x64_sse4_1() argument 160 av1_get_fwd_txfm_cfg(tx_type, TX_64X64, &cfg); in av1_fwd_txfm2d_64x64_sse4_1() 189 int stride, TX_TYPE tx_type, int bd) { in lowbd_fwd_txfm2d_64x64_sse4_1() argument 191 (void)tx_type; in lowbd_fwd_txfm2d_64x64_sse4_1() 192 assert(tx_type == DCT_DCT); in lowbd_fwd_txfm2d_64x64_sse4_1() 237 int stride, TX_TYPE tx_type, int bd) { in lowbd_fwd_txfm2d_64x32_sse4_1() argument 248 const transform_1d_sse2 col_txfm = col_txfm8x32_arr[tx_type]; in lowbd_fwd_txfm2d_64x32_sse4_1() 261 assert(tx_type == DCT_DCT); in lowbd_fwd_txfm2d_64x32_sse4_1() [all …]
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 39 int tx_type); 41 int size, int tx_type); 43 int tx_type); 45 int tx_type, int bd); 48 void fdct_wrapper(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fdct_wrapper() argument 49 (void)tx_type; in fdct_wrapper() 54 void idct_wrapper(const tran_low_t *in, uint8_t *out, int stride, int tx_type, in idct_wrapper() argument 56 (void)tx_type; in idct_wrapper() 62 void iht_wrapper(const tran_low_t *in, uint8_t *out, int stride, int tx_type, in iht_wrapper() argument 65 fn(in, out, stride, tx_type); in iht_wrapper() [all …]
|