Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
Ddct16x16_test.cc279 int tx_type) { in fht16x16_ref()
284 int tx_type) { in iht16x16_ref()
298 int tx_type) { in idct16x16_10_ref()
303 int tx_type) { in idct16x16_12_ref()
307 void iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_10()
311 void iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_12()
Dfdct4x4_test.cc41 int tx_type) { in fdct4x4_ref()
45 void fht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht4x4_ref()
50 int tx_type) { in fwht4x4_ref()
63 void iht4x4_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht4x4_10()
67 void iht4x4_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht4x4_12()
Dfdct8x8_test.cc75 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fdct8x8_ref()
79 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref()
92 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10()
96 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c284 int tx_type) { in vp9_iht4x4_16_add_c()
399 int tx_type) { in vp9_iht8x8_64_add_c()
817 int tx_type) { in vp9_iht16x16_256_add_c()
1382 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, in vp9_iht4x4_add()
1390 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, in vp9_iht8x8_add()
1399 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, in vp9_iht16x16_add()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_idct.c318 int tx_type) { in vp9_iht4x4_16_add_c()
433 int tx_type) { in vp9_iht8x8_64_add_c()
853 int tx_type) { in vp9_iht16x16_256_add_c()
1424 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add()
1432 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht8x8_add()
1441 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_add()
1731 int stride, int tx_type, int bd) { in vp9_high_iht4x4_16_add_c()
1848 int stride, int tx_type, int bd) { in vp9_high_iht8x8_64_add_c()
2270 int stride, int tx_type, int bd) { in vp9_high_iht16x16_256_add_c()
2853 void vp9_high_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_high_iht4x4_add()
[all …]
/external/kernel-headers/original/uapi/linux/
Dnet_tstamp.h43 int tx_type; member
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_dct.c174 int stride, int tx_type) { in vp9_fht4x4_c()
610 int stride, int tx_type) { in vp9_fht8x8_c()
1009 int stride, int tx_type) { in vp9_fht16x16_c()
1448 int stride, int tx_type) { in vp9_high_fht4x4_c()
1473 int stride, int tx_type) { in vp9_high_fht8x8_c()
1482 int stride, int tx_type) { in vp9_high_fht16x16_c()
Dvp9_encodemb.c610 TX_TYPE tx_type; in encode_block_intra() local
/external/libvpx/libvpx/test/
Dfdct4x4_test.cc43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct4x4_ref()
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht4x4_ref()
Dfdct8x8_test.cc42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct8x8_ref()
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht8x8_ref()
Ddct16x16_test.cc271 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct16x16_ref()
275 void fht16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht16x16_ref()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) { in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans8_dspr2.c550 int dest_stride, int tx_type) { in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) { in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) { in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans8_dspr2.c550 int dest_stride, int tx_type) { in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans16_dspr2.c1086 int pitch, int tx_type) { in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c159 int stride, int tx_type) { in vp9_fht4x4_c()
571 int stride, int tx_type) { in vp9_fht8x8_c()
968 int stride, int tx_type) { in vp9_fht16x16_c()
Dvp9_encodemb.c487 TX_TYPE tx_type; in encode_block_intra() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c248 int stride, int tx_type) { in vp9_fht4x4_avx2()
1036 int stride, int tx_type) { in vp9_fht8x8_avx2()
2548 int stride, int tx_type) { in vp9_fht16x16_avx2()
Dvp9_dct_sse2.c349 int stride, int tx_type) { in vp9_fht4x4_sse2()
1137 int stride, int tx_type) { in vp9_fht8x8_sse2()
2649 int stride, int tx_type) { in vp9_fht16x16_sse2()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c380 int stride, int tx_type) { in vp9_fht4x4_sse2()
1156 int stride, int tx_type) { in vp9_fht8x8_sse2()
2719 int stride, int tx_type) { in vp9_fht16x16_sse2()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c264 int tx_type) { in vp9_iht4x4_16_add_sse2()
861 int tx_type) { in vp9_iht8x8_64_add_sse2()
2332 int tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c269 int tx_type) { in vp9_iht4x4_16_add_sse2()
932 int tx_type) { in vp9_iht8x8_64_add_sse2()
2496 int tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c195 TX_TYPE tx_type; in inverse_transform_block() local

12