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

12

/external/libvpx/libvpx/vp9/common/
H A 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,
H A Dvp9_idct.c21 int tx_type) {
36 IHT_4[tx_type].rows(input, outptr);
44 IHT_4[tx_type].cols(temp_in, temp_out);
60 int tx_type) {
65 const transform_2d ht = IHT_8[tx_type];
93 int tx_type) {
98 const transform_2d ht = IHT_16[tx_type];
180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, argument
182 if (tx_type == DCT_DCT)
185 vp9_iht4x4_16_add(input, dest, stride, tx_type);
20 vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
59 vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
92 vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
188 vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
197 vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
208 vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
247 vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
280 vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd) argument
371 vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
379 vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
388 vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint16_t *dest, int stride, int eob, int bd) argument
[all...]
/external/libvpx/config/x86/
H A 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 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, in
[all...]
/external/libvpx/config/x86_64/
H A 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 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *output, int pitch, int tx_type, in
[all...]
/external/libvpx/config/arm/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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-neon/
H A 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 void vp9_highbd_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, int bd);
80 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all...]
/external/libvpx/config/arm64/
H A 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 void vp9_highbd_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, int bd);
80 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *output, int pitch, int tx_type);
[all...]
/external/libvpx/config/generic/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
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-msa/
H A 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 void vp9_highbd_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, int bd);
79 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, int stride, int tx_type, int bd);
91 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/
H A Dhwtstamp_config.c78 fputs("Usage: hwtstamp_config if_name [tx_type rx_filter]\n"
79 "tx_type is any of (case-insensitive):\n",
100 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]);
102 if (config.tx_type < 0 || config.rx_filter < 0) {
123 name = lookup_name(tx_types, N_TX_TYPES, config.tx_type);
125 printf("tx_type = %s\n", name);
127 printf("tx_type = %d\n", config.tx_type);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c24 int tx_type) {
34 switch (tx_type) {
81 default: printf("vp9_short_iht8x8_add_dspr2 : Invalid tx_type\n"); break;
23 vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
H A Dvp9_itrans16_dspr2.c25 int tx_type) {
35 switch (tx_type) {
95 default: printf("vp9_short_iht16x16_add_dspr2 : Invalid tx_type\n"); break;
24 vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, int tx_type) argument
H A Dvp9_itrans4_dspr2.c25 int tx_type) {
37 switch (tx_type) {
87 default: printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n"); break;
24 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
/external/libvpx/libvpx/vp9/common/mips/msa/
H A Dvp9_idct16x16_msa.c17 int32_t dst_stride, int32_t tx_type) {
22 switch (tx_type) {
16 vp9_iht16x16_256_add_msa(const int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t tx_type) argument
H A Dvp9_idct4x4_msa.c17 int32_t dst_stride, int32_t tx_type) {
24 switch (tx_type) {
16 vp9_iht4x4_16_add_msa(const int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t tx_type) argument
H A Dvp9_idct8x8_msa.c17 int32_t dst_stride, int32_t tx_type) {
26 switch (tx_type) {
16 vp9_iht8x8_64_add_msa(const int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t tx_type) argument
/external/kernel-headers/original/uapi/linux/
H A Dnet_tstamp.h53 * @tx_type: one of HWTSTAMP_TX_*
64 int tx_type; member in struct:hwtstamp_config
68 /* possible values for hwtstamp_config->tx_type */
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c17 int tx_type) {
24 switch (tx_type) {
55 int tx_type) {
69 switch (tx_type) {
196 int stride, int tx_type) {
203 switch (tx_type) {
16 vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
54 vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
195 vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c744 TX_TYPE tx_type = DCT_DCT; local
766 tx_type = get_tx_type_4x4(get_plane_type(plane), xd, block);
767 scan_order = &vp9_scan_orders[TX_4X4][tx_type];
774 tx_type = get_tx_type(get_plane_type(plane), xd);
775 scan_order = &vp9_scan_orders[tx_size][tx_type];
812 if (tx_type == DCT_DCT)
815 vp9_highbd_fht16x16(src_diff, coeff, diff_stride, tx_type);
825 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst16, dst_stride, *eob,
833 if (tx_type == DCT_DCT)
836 vp9_highbd_fht8x8(src_diff, coeff, diff_stride, tx_type);
[all...]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct4x4_msa.c49 int32_t tx_type) {
68 switch (tx_type) {
48 vp9_fht4x4_msa(const int16_t *input, int16_t *output, int32_t stride, int32_t tx_type) argument
H A Dvp9_fdct8x8_msa.c17 int32_t tx_type) {
24 switch (tx_type) {
16 vp9_fht8x8_msa(const int16_t *input, int16_t *output, int32_t stride, int32_t tx_type) argument

Completed in 664 milliseconds

12