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

12

/external/kernel-headers/original/uapi/linux/
H A Dnet_tstamp.h32 * @tx_type: one of HWTSTAMP_TX_*
43 int tx_type; member in struct:hwtstamp_config
47 /* possible values for hwtstamp_config->tx_type */
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct4x4_test.cc33 int tx_type);
35 int tx_type);
41 int tx_type) {
45 void fht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
46 vp9_fht4x4_c(in, out, stride, tx_type);
50 int tx_type) {
63 void iht4x4_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
64 vp9_high_iht4x4_16_add_c(in, out, stride, tx_type, 10);
67 void iht4x4_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
68 vp9_high_iht4x4_16_add_c(in, out, stride, tx_type, 1
40 fdct4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
49 fwht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
[all...]
H A Dfdct8x8_test.cc68 int tx_type);
70 int tx_type);
75 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
79 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { argument
80 vp9_fht8x8_c(in, out, stride, tx_type);
92 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
93 vp9_high_iht8x8_64_add_c(in, out, stride, tx_type, 10);
96 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { argument
97 vp9_high_iht8x8_64_add_c(in, out, stride, tx_type, 12);
H A Ddct16x16_test.cc261 int tx_type);
263 int tx_type);
269 int /*tx_type*/) {
274 int /*tx_type*/) {
279 int tx_type) {
280 vp9_fht16x16_c(in, out, stride, tx_type);
284 int tx_type) {
285 vp9_iht16x16_256_add_c(in, dest, stride, tx_type);
298 int tx_type) {
303 int tx_type) {
278 fht16x16_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) argument
283 iht16x16_ref(const tran_low_t *in, uint8_t *dest, int stride, int tx_type) argument
297 idct16x16_10_ref(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
302 idct16x16_12_ref(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
307 iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
311 iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) {
380 switch (tx_type) {
434 printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n");
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_itrans8_dspr2.c550 int dest_stride, int tx_type) {
564 switch (tx_type) {
615 printf("vp9_short_iht8x8_add_dspr2 : Invalid tx_type\n");
549 vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) {
1100 switch (tx_type) {
1165 printf("vp9_short_iht16x16_add_dspr2 : Invalid tx_type\n");
1085 vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, int tx_type) argument
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc36 int tx_type);
38 int tx_type);
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
H A Dfdct8x8_test.cc35 int tx_type);
37 int tx_type);
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 vp9_fht8x8_c(in, out, stride, tx_type);
H A Ddct16x16_test.cc264 int tx_type);
266 int tx_type);
271 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
275 void fht16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
276 vp9_fht16x16_c(in, out, stride, tx_type);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) {
380 switch (tx_type) {
434 printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n");
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_itrans8_dspr2.c550 int dest_stride, int tx_type) {
564 switch (tx_type) {
615 printf("vp9_short_iht8x8_add_dspr2 : Invalid tx_type\n");
549 vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
H A Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) {
1100 switch (tx_type) {
1165 printf("vp9_short_iht16x16_add_dspr2 : Invalid tx_type\n");
1085 vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *dest, int pitch, int tx_type) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c174 int stride, int tx_type) {
175 if (tx_type == DCT_DCT) {
182 const transform_2d ht = FHT_4[tx_type];
610 int stride, int tx_type) {
611 if (tx_type == DCT_DCT) {
618 const transform_2d ht = FHT_8[tx_type];
1009 int stride, int tx_type) {
1010 if (tx_type == DCT_DCT) {
1017 const transform_2d ht = FHT_16[tx_type];
1448 int stride, int tx_type) {
173 vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
609 vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
1008 vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
1447 vp9_high_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
1472 vp9_high_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
1481 vp9_high_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type) argument
[all...]
H A Dvp9_encodemb.c610 TX_TYPE tx_type; local
646 tx_type = get_tx_type(pd->plane_type, xd);
647 scan_order = &vp9_scan_orders[TX_16X16][tx_type];
656 vp9_fht16x16(src_diff, coeff, diff_stride, tx_type);
663 vp9_iht16x16_add(tx_type, dqcoeff, dst, dst_stride, *eob);
666 tx_type = get_tx_type(pd->plane_type, xd);
667 scan_order = &vp9_scan_orders[TX_8X8][tx_type];
676 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
683 vp9_iht8x8_add(tx_type, dqcoeff, dst, dst_stride, *eob);
686 tx_type
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c284 int tx_type) {
299 IHT_4[tx_type].rows(input, outptr);
308 IHT_4[tx_type].cols(temp_in, temp_out);
399 int tx_type) {
404 const transform_2d ht = IHT_8[tx_type];
817 int tx_type) {
822 const transform_2d ht = IHT_16[tx_type];
1382 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, argument
1384 if (tx_type == DCT_DCT)
1387 vp9_iht4x4_16_add(input, dest, stride, tx_type);
283 vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
398 vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
816 vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
1390 vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
1399 vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c159 int stride, int tx_type) {
160 if (tx_type == DCT_DCT) {
167 const transform_2d ht = FHT_4[tx_type];
571 int stride, int tx_type) {
572 if (tx_type == DCT_DCT) {
579 const transform_2d ht = FHT_8[tx_type];
968 int stride, int tx_type) {
969 if (tx_type == DCT_DCT) {
976 const transform_2d ht = FHT_16[tx_type];
158 vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
570 vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
967 vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type) argument
H A Dvp9_encodemb.c487 TX_TYPE tx_type; local
523 tx_type = get_tx_type(pd->plane_type, xd);
524 scan_order = &vp9_scan_orders[TX_16X16][tx_type];
533 vp9_fht16x16(src_diff, coeff, diff_stride, tx_type);
540 vp9_iht16x16_add(tx_type, dqcoeff, dst, dst_stride, *eob);
543 tx_type = get_tx_type(pd->plane_type, xd);
544 scan_order = &vp9_scan_orders[TX_8X8][tx_type];
553 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
560 vp9_iht8x8_add(tx_type, dqcoeff, dst, dst_stride, *eob);
563 tx_type
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c318 int tx_type) {
333 IHT_4[tx_type].rows(input, outptr);
342 IHT_4[tx_type].cols(temp_in, temp_out);
433 int tx_type) {
438 const transform_2d ht = IHT_8[tx_type];
853 int tx_type) {
858 const transform_2d ht = IHT_16[tx_type];
1424 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, argument
1426 if (tx_type == DCT_DCT)
1429 vp9_iht4x4_16_add(input, dest, stride, tx_type);
317 vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
432 vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
852 vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, int tx_type) argument
1432 vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
1441 vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob) argument
1730 vp9_high_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
1847 vp9_high_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
2269 vp9_high_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, int stride, int tx_type, int bd) argument
2853 vp9_high_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2861 vp9_high_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
2870 vp9_high_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, int stride, int eob, int bd) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c197 TX_TYPE tx_type = DCT_DCT; local
200 tx_type = DCT_DCT;
206 tx_type = get_tx_type_4x4(plane_type, xd, block);
207 vp9_iht4x4_add(tx_type, dqcoeff, dst, stride, eob);
210 tx_type = get_tx_type(plane_type, xd);
211 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
214 tx_type = get_tx_type(plane_type, xd);
215 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
218 tx_type = DCT_DCT;
229 if (tx_type
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c195 TX_TYPE tx_type; local
200 tx_type = get_tx_type_4x4(plane_type, xd, block);
201 if (tx_type == DCT_DCT)
204 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
207 tx_type = get_tx_type(plane_type, xd);
208 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
211 tx_type = get_tx_type(plane_type, xd);
212 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
215 tx_type = DCT_DCT;
225 if (tx_type
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c264 int tx_type) {
272 switch (tx_type) {
861 int tx_type) {
876 switch (tx_type) {
2332 int tx_type) {
2339 switch (tx_type) {
263 vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
860 vp9_iht8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
2331 vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c380 int stride, int tx_type) {
383 switch (tx_type) {
1156 int stride, int tx_type) {
1159 switch (tx_type) {
2719 int stride, int tx_type) {
2722 switch (tx_type) {
379 vp9_fht4x4_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
1155 vp9_fht8x8_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
2718 vp9_fht16x16_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c248 int stride, int tx_type) {
251 switch (tx_type) {
1036 int stride, int tx_type) {
1039 switch (tx_type) {
2548 int stride, int tx_type) {
2551 switch (tx_type) {
247 vp9_fht4x4_avx2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
1035 vp9_fht8x8_avx2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
2547 vp9_fht16x16_avx2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
H A Dvp9_dct_sse2.c349 int stride, int tx_type) {
352 switch (tx_type) {
1137 int stride, int tx_type) {
1140 switch (tx_type) {
2649 int stride, int tx_type) {
2652 switch (tx_type) {
348 vp9_fht4x4_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
1136 vp9_fht8x8_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument
2648 vp9_fht16x16_sse2(const int16_t *input, int16_t *output, int stride, int tx_type) argument

Completed in 303 milliseconds

12