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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_idct.h102 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
104 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
106 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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...]
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_rdopt.c1123 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); local
1124 const scan_order *so = &vp9_scan_orders[TX_4X4][tx_type];
1125 vp9_fht4x4(src_diff, coeff, 8, tx_type);
1134 vp9_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block),
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp9_rtcd.h291 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
292 void vp9_iht4x4_16_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
295 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
296 void vp9_iht8x8_64_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
299 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm143 ; int dest_stride, int tx_type)
148 ; r3 int tx_type)
149 ; This function will only handle tx_type of 1,2,3.
H A Dvp9_iht8x8_add_neon.asm563 ; int dest_stride, int tx_type)
568 ; r3 int tx_type)
569 ; This function will only handle tx_type of 1,2,3.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp9_rtcd.h300 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
301 void vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
304 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
305 void vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
308 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
309 void vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c197 TX_TYPE tx_type = DCT_DCT; local
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
203 if (tx_type == DCT_DCT)
206 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
209 tx_type = get_tx_type(plane_type, xd);
210 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
213 tx_type = get_tx_type(plane_type, xd);
214 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
217 tx_type = DCT_DCT;
227 if (tx_type
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp9_rtcd.h350 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
351 void vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
352 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
354 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
355 void vp9_iht8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
356 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
358 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
359 void vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *output, int pitch, int tx_type);
360 RTCD_EXTERN void (*vp9_iht16x16_256_add)(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp9_rtcd.h267 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
270 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp9_rtcd.h267 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
270 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp9_rtcd.h267 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
270 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
273 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h762 NanTxType tx_type; /* 0 = broadcast, 1= unicast if solicited publish */ member in struct:__anon2029
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c269 int tx_type) {
277 switch (tx_type) {
932 int tx_type) {
947 switch (tx_type) {
2496 int tx_type) {
2503 switch (tx_type) {
268 vp9_iht4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
931 vp9_iht8x8_64_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
2495 vp9_iht16x16_256_add_sse2(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_req.cpp502 pFwReq->publishServiceReqParams.txType = pReq->tx_type;

Completed in 475 milliseconds