Home
last modified time | relevance | path

Searched defs:tx_type (Results 1 – 25 of 88) sorted by relevance

1234

/external/libaom/av1/common/
Dav1_inv_txfm2d.c162 void av1_get_inv_txfm_cfg(TX_TYPE tx_type, TX_SIZE tx_size, in av1_get_inv_txfm_cfg()
320 TX_TYPE tx_type, TX_SIZE tx_size, in inv_txfm2d_add_facade()
330 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x8_c()
336 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x4_c()
342 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x16_c()
348 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x8_c()
354 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_16x32_c()
360 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_32x16_c()
366 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x4_c()
372 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x8_c()
[all …]
Dscan.h42 TX_TYPE tx_type) { in get_default_scan()
46 static INLINE const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan()
Didct.c49 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_4x4_c() local
148 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_8x8_c() local
157 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_16x16_c() local
181 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_32x32_c() local
191 const TX_TYPE tx_type = txfm_param->tx_type; in av1_highbd_inv_txfm_add_64x64_c() local
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()
Dquant_common.c249 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/libaom/av1/encoder/
Dav1_fwd_txfm2d.c125 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 …]
Dhybrid_fwd_txfm.c84 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_4x4() local
111 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_8x16() local
119 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_16x8() local
171 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_8x8() local
179 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_16x16() local
187 const TX_TYPE tx_type = txfm_param->tx_type; in highbd_fwd_txfm_32x32() local
/external/libvpx/vp9/common/
Dvp9_idct.c21 int tx_type) { in vp9_iht4x4_16_add_c()
60 int tx_type) { in vp9_iht8x8_64_add_c()
93 int 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()
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()
209 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c()
248 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c()
281 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c()
371 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht4x4_add()
[all …]
/external/libvpx/vp9/common/ppc/
Dvp9_idct_vsx.c21 int tx_type) { in vp9_iht4x4_16_add_vsx()
51 int tx_type) { in vp9_iht8x8_64_add_vsx()
88 int stride, int tx_type) { in vp9_iht16x16_256_add_vsx()
/external/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c15 int tx_type) { in vp9_iht4x4_16_add_sse2()
53 int tx_type) { in vp9_iht8x8_64_add_sse2()
194 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libgav1/src/
Dreconstruction.cc56 int GetNumRows(TransformType tx_type, int tx_height, int non_zero_coeff_count) { in GetNumRows()
133 void Reconstruct(const dsp::Dsp& dsp, TransformType tx_type, in Reconstruct()
/external/libaom/test/
Dav1_fwd_txfm2d_test.cc193 const TX_TYPE tx_type = static_cast<TX_TYPE>(t); in GetTxfm2dParamList() local
215 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in TEST() local
248 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in AV1FwdTxfm2dMatchTest() local
305 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in AV1FwdTxfm2dSpeedTest() local
524 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in AV1HighbdFwdTxfm2dMatchTest() local
585 for (int tx_type = 0; tx_type < TX_TYPES; ++tx_type) { in AV1HighbdFwdTxfm2dSpeedTest() local
Dencodemb_test.cc25 void ToScanOrder(TX_SIZE tx_size, TX_TYPE tx_type, tran_low_t *qcoeff_lexico, in ToScanOrder()
36 void ToLexicoOrder(TX_SIZE tx_size, TX_TYPE tx_type, tran_low_t *qcoeff_scan, in ToLexicoOrder()
46 void Dropout(TX_SIZE tx_size, TX_TYPE tx_type, int dropout_num_before, in Dropout()
/external/libvpx/vp9/encoder/
Dvp9_dct.c531 int tx_type) { in vp9_fht4x4_c()
558 int tx_type) { in vp9_fht8x8_c()
641 int tx_type) { in vp9_fht16x16_c()
669 int tx_type) { in vp9_highbd_fht4x4_c()
674 int tx_type) { in vp9_highbd_fht8x8_c()
684 int tx_type) { in vp9_highbd_fht16x16_c()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c109 int tx_type) { in vp9_fht4x4_neon()
382 int tx_type) { in vp9_fht8x8_neon()
1069 int tx_type) { in vp9_fht16x16_neon()
1203 int stride, int tx_type) { in vp9_highbd_fht4x4_neon()
/external/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c270 int input_stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x4_sse4_1()
901 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x8_sse4_1()
1809 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x16_sse4_1()
2195 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x8_sse4_1()
2230 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x16_sse4_1()
2259 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x16_sse4_1()
2289 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x4_sse4_1()
2320 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x32_sse4_1()
2351 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_32x64_sse4_1()
2386 int stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_64x32_sse4_1()
[all …]
Dav1_fwd_txfm_sse2.c1976 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_4x4_sse2()
2014 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_4x8_sse2()
2053 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_4x16_sse2()
2095 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_8x4_sse2()
2132 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_8x8_sse2()
2169 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_8x16_sse2()
2211 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_8x32_sse2()
2255 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_16x4_sse2()
2298 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_16x8_sse2()
2341 int stride, TX_TYPE tx_type, int bd) { in av1_lowbd_fwd_txfm2d_16x16_sse2()
[all …]
Dav1_fwd_txfm2d_sse4.c148 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/vp9/common/mips/msa/
Dvp9_idct16x16_msa.c18 int32_t dst_stride, int32_t tx_type) { in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c18 int32_t dst_stride, int32_t tx_type) { in vp9_iht4x4_16_add_msa()
/external/libvpx/test/
Ddct_test.cc48 void fdct_wrapper(const int16_t *in, tran_low_t *out, int stride, int 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()
62 void iht_wrapper(const tran_low_t *in, uint8_t *out, int stride, int tx_type, in iht_wrapper()
77 int tx_type, int bd) { in highbd_idct_wrapper()
84 int tx_type, int bd) { in highbd_iht_wrapper()
116 int tx_type) { in fht_ref()
/external/libaom/av1/encoder/arm/neon/
Dhighbd_fwd_txfm_neon.c285 int input_stride, TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x4_neon()
817 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x8_neon()
1617 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x16_neon()
3351 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x8_neon()
3385 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_8x16_neon()
3432 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_4x16_neon()
3465 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x4_neon()
3499 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_16x32_neon()
3533 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_32x64_neon()
3571 TX_TYPE tx_type, int bd) { in av1_fwd_txfm2d_64x32_neon()
[all …]
/external/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.c23 int tx_type) { in vp9_iht8x8_64_add_neon()
Dvp9_iht4x4_add_neon.c23 int tx_type) { in vp9_iht4x4_16_add_neon()
/external/libaom/av1/common/arm/
Dhighbd_inv_txfm_neon.c874 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_4x4_neon()
1457 int stride, TX_TYPE tx_type, int bd) { in av1_inv_txfm2d_add_8x8_neon()
4811 int stride, TX_TYPE tx_type, const int bd) { in av1_inv_txfm2d_add_4x8_neon()
4865 int stride, TX_TYPE tx_type, const int bd) { in av1_inv_txfm2d_add_8x4_neon()
4916 int stride, TX_TYPE tx_type, const int bd) { in av1_inv_txfm2d_add_4x16_neon()
4970 int stride, TX_TYPE tx_type, const int bd) { in av1_inv_txfm2d_add_16x4_neon()
5024 int stride, TX_TYPE tx_type, int eob, in highbd_inv_txfm2d_add_4x16_neon()
5080 int stride, TX_TYPE tx_type, int eob, in highbd_inv_txfm2d_add_16x4_neon()
5284 TX_TYPE tx_type, TX_SIZE tx_size, in inv_txfm2d_add_h_identity_neon()
5346 TX_TYPE tx_type, TX_SIZE tx_size, in inv_txfm2d_add_v_identity_neon()
[all …]
/external/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c25 int tx_type) { in vp9_iht4x4_16_add_dspr2()

1234