/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm2d.c | 125 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x8_c() 133 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x4_c() 141 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x16_c() 149 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x8_c() 157 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x32_c() 165 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_32x16_c() 173 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x16_c() 181 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x4_c() 189 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x32_c() 197 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_32x8_c() [all …]
|
D | encodetxb.h | 40 TX_TYPE tx_type; 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.h | 68 TX_TYPE tx_type, TxfmParam *txfm_param); 73 TX_TYPE tx_type, QUANT_PARAM *qparam); 80 int block, TX_SIZE tx_size, TX_TYPE tx_type, 107 TX_TYPE tx_type, int qindex);
|
D | hybrid_fwd_txfm.c | 83 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_4x4() 110 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_8x16() 118 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_16x8() 168 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_8x8() 176 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_16x16() 184 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_32x32()
|
/external/libvpx/libvpx/vp9/common/ |
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,
|
D | vp9_idct.c | 180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add() 188 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht8x8_add() 197 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_add() 371 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht4x4_add() 379 void vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht8x8_add() 388 void vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht16x16_add()
|
D | vp9_blockd.h | 213 extern const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES]; 215 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() 225 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4()
|
/external/libaom/libaom/test/ |
D | av1_highbd_iht_test.cc | 34 TX_TYPE tx_type, int bd); 37 TX_TYPE tx_type, int bd); 63 typedef tuple<HbdHtFunc, IHbdHtFunc, IHbdHtFunc, int, TX_TYPE, int> IHbdHtParam; 124 TX_TYPE tx_type_; 201 void RunAV1InvTxfm2dTest(TX_TYPE tx_type, TX_SIZE tx_size, int run_times, 208 void AV1HighbdInvTxfm2d::RunAV1InvTxfm2dTest(TX_TYPE tx_type_, TX_SIZE tx_size_, in RunAV1InvTxfm2dTest() 309 static_cast<TX_TYPE>(i))) { in TEST_P() 310 RunAV1InvTxfm2dTest(static_cast<TX_TYPE>(i), static_cast<TX_SIZE>(j), in TEST_P() 320 static const TX_TYPE types[] = { in TEST_P() 327 for (uint8_t i = 0; i < sizeof(types) / sizeof(TX_TYPE); ++i) { in TEST_P() [all …]
|
D | av1_fwd_txfm2d_test.cc | 36 typedef std::tuple<TX_TYPE, TX_SIZE, double, double> AV1FwdTxfm2dParam; 125 TX_TYPE tx_type_; 189 const TX_TYPE tx_type = static_cast<TX_TYPE>(t); in GetTxfm2dParamList() 213 static_cast<TX_TYPE>(tx_type)) == in TEST() 218 av1_get_fwd_txfm_cfg(static_cast<TX_TYPE>(tx_type), in TEST() 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() 303 tx_size, static_cast<TX_TYPE>(tx_type)) == false) { in AV1FwdTxfm2dSpeedTest() 321 param.tx_type = (TX_TYPE)tx_type; in AV1FwdTxfm2dSpeedTest() [all …]
|
D | av1_txfm_test.h | 43 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1); 52 double get_amplification_factor(TX_TYPE tx_type, TX_SIZE tx_size); 54 void reference_hybrid_2d(double *in, double *out, TX_TYPE tx_type, 79 typedef void (*InvTxfm2dFunc)(const int32_t *, uint16_t *, int, TX_TYPE, int); 80 typedef void (*LbdInvTxfm2dFunc)(const int32_t *, uint8_t *, int, TX_TYPE, 86 static INLINE bool IsTxSizeTypeValid(TX_SIZE tx_size, TX_TYPE tx_type) { in IsTxSizeTypeValid()
|
D | scan_test.cc | 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()
|
/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/common/ |
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() 340 TX_TYPE tx_type, TX_SIZE tx_size, in inv_txfm2d_add_facade() 350 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x8_c() 356 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x4_c() 362 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x16_c() 368 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x8_c() 374 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x32_c() 380 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_32x16_c() 386 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x4_c() 392 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x8_c() [all …]
|
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() 187 static INLINE void set_flip_cfg(TX_TYPE tx_type, TXFM_2D_FLIP_CFG *cfg) { 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,
|
D | idct.c | 49 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_4x4_c() 148 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_8x8_c() 157 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_16x16_c() 181 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_32x32_c() 191 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_64x64_c() 199 TX_TYPE tx_type, int eob, int reduced_tx_set, in init_txfm_param() 306 TX_TYPE tx_type, TX_SIZE tx_size, uint8_t *dst, in av1_inverse_transform_block()
|
D | scan.h | 43 TX_TYPE 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()
|
D | quant_common.h | 73 TX_SIZE tx_size, TX_TYPE tx_type); 77 TX_SIZE tx_size, TX_TYPE tx_type);
|
D | quant_common.c | 249 static INLINE bool is_2d_transform(TX_TYPE tx_type) { return (tx_type < IDTX); } in is_2d_transform() 253 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_iqmatrix() 266 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_qmatrix()
|
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | hwtstamp_config.c | 47 #define TX_TYPE(name) [HWTSTAMP_TX_ ## name] = #name macro 48 TX_TYPE(OFF), 49 TX_TYPE(ON), 50 TX_TYPE(ONESTEP_SYNC) 51 #undef TX_TYPE
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 257 void av1_inv_txfm2d_add_16x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 260 void av1_inv_txfm2d_add_16x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 263 void av1_inv_txfm2d_add_16x4_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 266 void av1_inv_txfm2d_add_16x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 269 void av1_inv_txfm2d_add_16x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 272 void av1_inv_txfm2d_add_32x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 275 void av1_inv_txfm2d_add_32x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 278 void av1_inv_txfm2d_add_32x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 281 void av1_inv_txfm2d_add_32x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 284 void av1_inv_txfm2d_add_4x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… [all …]
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 263 void av1_inv_txfm2d_add_16x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 266 void av1_inv_txfm2d_add_16x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 269 void av1_inv_txfm2d_add_16x4_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 272 void av1_inv_txfm2d_add_16x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 275 void av1_inv_txfm2d_add_16x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 278 void av1_inv_txfm2d_add_32x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 281 void av1_inv_txfm2d_add_32x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 284 void av1_inv_txfm2d_add_32x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 287 void av1_inv_txfm2d_add_32x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 290 void av1_inv_txfm2d_add_4x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… [all …]
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 257 void av1_inv_txfm2d_add_16x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 260 void av1_inv_txfm2d_add_16x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 263 void av1_inv_txfm2d_add_16x4_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 266 void av1_inv_txfm2d_add_16x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 269 void av1_inv_txfm2d_add_16x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 272 void av1_inv_txfm2d_add_32x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 275 void av1_inv_txfm2d_add_32x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 278 void av1_inv_txfm2d_add_32x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 281 void av1_inv_txfm2d_add_32x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 284 void av1_inv_txfm2d_add_4x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… [all …]
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 266 void av1_inv_txfm2d_add_16x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 269 void av1_inv_txfm2d_add_16x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 272 void av1_inv_txfm2d_add_16x4_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 275 void av1_inv_txfm2d_add_16x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 278 void av1_inv_txfm2d_add_16x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 281 void av1_inv_txfm2d_add_32x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 284 void av1_inv_txfm2d_add_32x32_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 287 void av1_inv_txfm2d_add_32x64_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type… 290 void av1_inv_txfm2d_add_32x8_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… 293 void av1_inv_txfm2d_add_4x16_c(const int32_t *input, uint16_t *output, int stride, TX_TYPE tx_type,… [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() 157 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_64x64_sse4_1() 189 int stride, TX_TYPE tx_type, int bd) { in lowbd_fwd_txfm2d_64x64_sse4_1() 237 int stride, TX_TYPE tx_type, int bd) { in lowbd_fwd_txfm2d_64x32_sse4_1() 284 int stride, TX_TYPE tx_type, int bd) { in lowbd_fwd_txfm2d_32x64_sse4_1()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 328 const TX_TYPE tx_type = static_cast<TX_TYPE>((i >> 2) % 3); in TEST_P() 382 const TX_TYPE tx_type = static_cast<TX_TYPE>((i >> 2) % 3); in TEST_P() 439 const TX_TYPE tx_type = DCT_DCT; in TEST_P()
|