Searched defs:tx_type (Results 1 - 24 of 24) sorted by relevance

/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/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c25 int pitch, int tx_type) {
39 switch (tx_type) {
104 printf("vp9_short_iht16x16_add_dspr2 : Invalid tx_type\n");
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 dest_stride, int tx_type) {
39 switch (tx_type) {
93 printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n");
24 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_itrans8_dspr2.c24 int dest_stride, int tx_type) {
38 switch (tx_type) {
89 printf("vp9_short_iht8x8_add_dspr2 : Invalid tx_type\n");
23 vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c16 int tx_type) {
24 switch (tx_type) {
81 int tx_type) {
96 switch (tx_type) {
148 int stride, int tx_type) {
155 switch (tx_type) {
15 vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
80 vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
147 vp9_iht16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
/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
H A Dvp9_fdct16x16_msa.c408 int32_t stride, int32_t tx_type) {
446 switch (tx_type) {
407 vp9_fht16x16_msa(const int16_t *input, int16_t *output, int32_t stride, int32_t tx_type) argument
/external/libvpx/libvpx/test/
H A Dvp9_quantize_test.cc102 const TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); local
103 const scan_order *scan_order = &vp9_scan_orders[sz][tx_type];
161 const TX_TYPE tx_type = (TX_TYPE)(i % 4); local
162 const scan_order *scan_order = &vp9_scan_orders[sz][tx_type];
220 TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); local
221 const scan_order *scan_order = &vp9_scan_orders[sz][tx_type];
284 TX_TYPE tx_type = (TX_TYPE)(i % 4); local
285 const scan_order *scan_order = &vp9_scan_orders[sz][tx_type];
H A Dfdct4x4_test.cc35 int tx_type);
37 int tx_type);
43 int tx_type) {
47 void fht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
52 int tx_type) {
65 void iht4x4_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
66 vp9_highbd_iht4x4_16_add_c(in, out, stride, tx_type, 10);
69 void iht4x4_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
70 vp9_highbd_iht4x4_16_add_c(in, out, stride, tx_type, 1
42 fdct4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
51 fwht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
[all...]
H A Dfdct8x8_test.cc42 int tx_type);
44 int tx_type);
85 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
89 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
90 vp9_fht8x8_c(in, out, stride, tx_type);
102 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
103 vp9_highbd_iht8x8_64_add_c(in, out, stride, tx_type, 10);
106 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
107 vp9_highbd_iht8x8_64_add_c(in, out, stride, tx_type, 12);
H A Ddct16x16_test.cc240 int tx_type);
242 int tx_type);
250 int /*tx_type*/) {
255 int /*tx_type*/) {
260 int tx_type) {
261 vp9_fht16x16_c(in, out, stride, tx_type);
265 int tx_type) {
266 vp9_iht16x16_256_add_c(in, dest, stride, tx_type);
279 int tx_type) {
284 int tx_type) {
259 fht16x16_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
264 iht16x16_ref(const tran_low_t *in, uint8_t *dest, int stride, int tx_type) argument
278 idct16x16_10_ref(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
283 idct16x16_12_ref(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
288 iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
292 iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dnet_tstamp.h38 * @tx_type: one of HWTSTAMP_TX_*
49 int tx_type; member in struct:hwtstamp_config
53 /* possible values for hwtstamp_config->tx_type */
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.c158 int dest_stride, int tx_type) {
172 switch (tx_type) {
174 vp9_iht4x4_16_add_c(input, dest, dest_stride, tx_type);
157 vp9_iht4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_iht8x8_add_neon.c490 int dest_stride, int tx_type) {
510 switch (tx_type) {
512 vp9_iht8x8_64_add_c(input, dest, dest_stride, tx_type);
489 vp9_iht8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c21 int tx_type) {
36 IHT_4[tx_type].rows(input, outptr);
45 IHT_4[tx_type].cols(temp_in, temp_out);
61 int tx_type) {
66 const transform_2d ht = IHT_8[tx_type];
95 int tx_type) {
100 const transform_2d ht = IHT_16[tx_type];
182 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, argument
184 if (tx_type == DCT_DCT)
187 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
60 vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
94 vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
190 vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
199 vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
209 vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
250 vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
285 vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
377 vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
385 vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
394 vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c531 int stride, int tx_type) {
532 if (tx_type == DCT_DCT) {
538 const transform_2d ht = FHT_4[tx_type];
675 int stride, int tx_type) {
676 if (tx_type == DCT_DCT) {
682 const transform_2d ht = FHT_8[tx_type];
761 int stride, int tx_type) {
762 if (tx_type == DCT_DCT) {
768 const transform_2d ht = FHT_16[tx_type];
792 int stride, int tx_type) {
530 vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
674 vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
760 vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
791 vp9_highbd_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
796 vp9_highbd_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
806 vp9_highbd_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
[all...]
H A Dvp9_encodemb.c776 TX_TYPE tx_type = DCT_DCT; local
792 tx_type = get_tx_type_4x4(get_plane_type(plane), xd, block);
793 scan_order = &vp9_scan_orders[TX_4X4][tx_type];
800 tx_type = get_tx_type(get_plane_type(plane), xd);
801 scan_order = &vp9_scan_orders[tx_size][tx_type];
830 if (tx_type == DCT_DCT)
833 vp9_highbd_fht16x16(src_diff, coeff, diff_stride, tx_type);
840 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst, dst_stride,
848 if (tx_type == DCT_DCT)
851 vp9_highbd_fht8x8(src_diff, coeff, diff_stride, tx_type);
[all...]
H A Dvp9_rdopt.c847 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); local
848 const scan_order *so = &vp9_scan_orders[TX_4X4][tx_type];
849 if (tx_type == DCT_DCT)
852 vp9_highbd_fht4x4(src_diff, coeff, 8, tx_type);
862 vp9_highbd_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block),
948 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); local
949 const scan_order *so = &vp9_scan_orders[TX_4X4][tx_type];
950 vp9_fht4x4(src_diff, coeff, 8, tx_type);
964 vp9_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block),
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c277 const TX_TYPE tx_type,
291 vp9_highbd_iht4x4_add(tx_type, dqcoeff, dst, stride, eob, xd->bd);
294 vp9_highbd_iht8x8_add(tx_type, dqcoeff, dst, stride, eob, xd->bd);
297 vp9_highbd_iht16x16_add(tx_type, dqcoeff, dst, stride, eob, xd->bd);
312 vp9_iht4x4_add(tx_type, dqcoeff, dst, stride, eob);
315 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
318 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
335 vp9_iht4x4_add(tx_type, dqcoeff, dst, stride, eob);
338 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
341 vp9_iht16x16_add(tx_type, dqcoef
276 inverse_transform_block_intra(MACROBLOCKD* xd, int plane, const TX_TYPE tx_type, const TX_SIZE tx_size, uint8_t *dst, int stride, int eob) argument
386 const TX_TYPE tx_type = (plane || xd->lossless) ? local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c155 int stride, int tx_type) {
158 switch (tx_type) {
1139 int stride, int tx_type) {
1142 switch (tx_type) {
2026 int stride, int tx_type) {
2029 switch (tx_type) {
154 vp9_fht4x4_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
1138 vp9_fht8x8_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
2025 vp9_fht16x16_sse2(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
/external/valgrind/include/vki/
H A Dvki-linux.h3194 int tx_type; member in struct:vki_hwtstamp_config

Completed in 314 milliseconds