Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c21 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 …]
Dvp9_idct.h52 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/libvpx/config/x86/
Dvp9_rtcd.h49 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
50 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
58 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
69 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
72 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
75 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
81 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
[all …]
/external/libvpx/config/x86_64/
Dvp9_rtcd.h49 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
50 void vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
53 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
54 void vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
57 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
58 void vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type);
69 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
72 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
75 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
81 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
[all …]
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/mips64/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/arm/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/generic/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/mips32/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h46 void vp9_fht16x16_c(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);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
61 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
64 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
67 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
73 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
76 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
91 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/arm64/
Dvp9_rtcd.h47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
50 void vp9_fht4x4_c(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);
62 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
65 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
74 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
77 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
80 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h47 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
50 void vp9_fht4x4_c(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);
62 void vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
65 void vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
68 void vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
74 …ghbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, int bd);
77 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
80 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, i…
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all …]
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dhwtstamp_config.c100 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main()
102 if (config.tx_type < 0 || config.rx_filter < 0) { in main()
123 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type); in main()
127 printf("tx_type = %d\n", config.tx_type); in main()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c744 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra() local
766 tx_type = get_tx_type_4x4(get_plane_type(plane), xd, block); in vp9_encode_block_intra()
767 scan_order = &vp9_scan_orders[TX_4X4][tx_type]; in vp9_encode_block_intra()
774 tx_type = get_tx_type(get_plane_type(plane), xd); in vp9_encode_block_intra()
775 scan_order = &vp9_scan_orders[tx_size][tx_type]; in vp9_encode_block_intra()
812 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
815 vp9_highbd_fht16x16(src_diff, coeff, diff_stride, tx_type); in vp9_encode_block_intra()
825 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst16, dst_stride, *eob, in vp9_encode_block_intra()
833 if (tx_type == DCT_DCT) in vp9_encode_block_intra()
836 vp9_highbd_fht8x8(src_diff, coeff, diff_stride, tx_type); in vp9_encode_block_intra()
[all …]
Dvp9_dct.c531 int tx_type) { in vp9_fht4x4_c() argument
532 if (tx_type == DCT_DCT) { in vp9_fht4x4_c()
538 const transform_2d ht = FHT_4[tx_type]; in vp9_fht4x4_c()
661 int tx_type) { in vp9_fht8x8_c() argument
662 if (tx_type == DCT_DCT) { in vp9_fht8x8_c()
668 const transform_2d ht = FHT_8[tx_type]; in vp9_fht8x8_c()
744 int tx_type) { in vp9_fht16x16_c() argument
745 if (tx_type == DCT_DCT) { in vp9_fht16x16_c()
751 const transform_2d ht = FHT_16[tx_type]; in vp9_fht16x16_c()
772 int tx_type) { in vp9_highbd_fht4x4_c() argument
[all …]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c17 int tx_type) { in vp9_iht4x4_16_add_sse2() argument
24 switch (tx_type) { in vp9_iht4x4_16_add_sse2()
55 int tx_type) { in vp9_iht8x8_64_add_sse2() argument
69 switch (tx_type) { in vp9_iht8x8_64_add_sse2()
196 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2() argument
203 switch (tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct16x16_msa.c17 int32_t dst_stride, int32_t tx_type) { in vp9_iht16x16_256_add_msa() argument
22 switch (tx_type) { in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c17 int32_t dst_stride, int32_t tx_type) { in vp9_iht4x4_16_add_msa() argument
24 switch (tx_type) { in vp9_iht4x4_16_add_msa()
/external/libvpx/libvpx/test/
Ddct16x16_test.cc228 int tx_type);
230 int tx_type);
247 void fht16x16_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht16x16_ref() argument
248 vp9_fht16x16_c(in, out, stride, tx_type); in fht16x16_ref()
252 int tx_type) { in iht16x16_ref() argument
253 vp9_iht16x16_256_add_c(in, dest, stride, tx_type); in iht16x16_ref()
275 void iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_10() argument
276 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht16x16_10()
279 void iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_12() argument
280 vp9_highbd_iht16x16_256_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht16x16_12()
Ddct_test.cc38 int tx_type);
40 int size, int tx_type);
42 int tx_type);
65 int tx_type) { in fht_ref() argument
70 vp9_fht4x4_c(i, o, i_stride, tx_type); in fht_ref()
72 vp9_fht8x8_c(i, o, i_stride, tx_type); in fht_ref()
74 vp9_fht16x16_c(i, o, i_stride, tx_type); in fht_ref()
103 int stride, int tx_type) { \
105 stride, tx_type, bitdepth); \
Dfdct8x8_test.cc42 int tx_type);
44 int tx_type);
85 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref() argument
86 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref()
98 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10() argument
99 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 10); in iht8x8_10()
102 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12() argument
103 vp9_highbd_iht8x8_64_add_c(in, CAST_TO_SHORTPTR(out), stride, tx_type, 12); in iht8x8_12()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c24 int tx_type) { in vp9_iht8x8_64_add_dspr2() argument
34 switch (tx_type) { in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans4_dspr2.c25 int tx_type) { in vp9_iht4x4_16_add_dspr2() argument
37 switch (tx_type) { in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans16_dspr2.c25 int tx_type) { in vp9_iht16x16_256_add_dspr2() argument
35 switch (tx_type) { in vp9_iht16x16_256_add_dspr2()

12