Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c21 int tx_type) { in vp9_iht4x4_16_add_c()
60 int tx_type) { in vp9_iht8x8_64_add_c()
93 int tx_type) { in vp9_iht16x16_256_add_c()
180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add()
188 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht8x8_add()
197 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_add()
209 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c()
248 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c()
281 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c()
371 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht4x4_add()
[all …]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c17 int tx_type) { in vp9_iht4x4_16_add_sse2()
55 int tx_type) { in vp9_iht8x8_64_add_sse2()
196 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c531 int tx_type) { in vp9_fht4x4_c()
661 int tx_type) { in vp9_fht8x8_c()
744 int tx_type) { in vp9_fht16x16_c()
772 int tx_type) { in vp9_highbd_fht4x4_c()
777 int tx_type) { in vp9_highbd_fht8x8_c()
787 int tx_type) { in vp9_highbd_fht16x16_c()
Dvp9_encodemb.c744 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra() local
Dvp9_rdopt.c1034 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); in rd_pick_intra4x4block() local
1134 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); in rd_pick_intra4x4block() local
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct16x16_msa.c17 int32_t dst_stride, int32_t tx_type) { in vp9_iht16x16_256_add_msa()
Dvp9_idct4x4_msa.c17 int32_t dst_stride, int32_t tx_type) { in vp9_iht4x4_16_add_msa()
Dvp9_idct8x8_msa.c17 int32_t dst_stride, int32_t tx_type) { in vp9_iht8x8_64_add_msa()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c24 int tx_type) { in vp9_iht8x8_64_add_dspr2()
Dvp9_itrans4_dspr2.c25 int tx_type) { in vp9_iht4x4_16_add_dspr2()
Dvp9_itrans16_dspr2.c25 int tx_type) { in vp9_iht16x16_256_add_dspr2()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct8x8_msa.c17 int32_t tx_type) { in vp9_fht8x8_msa()
Dvp9_fdct4x4_msa.c49 int32_t tx_type) { in vp9_fht4x4_msa()
Dvp9_fdct16x16_msa.c407 int32_t tx_type) { in vp9_fht16x16_msa()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc263 const TX_TYPE tx_type = static_cast<TX_TYPE>((i >> 2) % 3); in TEST_P() local
320 const TX_TYPE tx_type = static_cast<TX_TYPE>((i >> 2) % 3); in TEST_P() local
383 const TX_TYPE tx_type = DCT_DCT; in TEST_P() local
Ddct16x16_test.cc247 void fht16x16_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht16x16_ref()
252 int tx_type) { in iht16x16_ref()
275 void iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_10()
279 void iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_12()
Dfdct8x8_test.cc85 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref()
98 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10()
102 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12()
Ddct_test.cc65 int tx_type) { in fht_ref()
/external/kernel-headers/original/uapi/linux/
Dnet_tstamp.h64 int tx_type; member
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c131 int tx_type) { in vp9_iht4x4_16_add_neon()
Dvp9_iht8x8_add_neon.c410 int tx_type) { in vp9_iht8x8_64_add_neon()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_intrin_sse2.c156 int tx_type) { in vp9_fht4x4_sse2()
1081 int tx_type) { in vp9_fht8x8_sse2()
1947 int tx_type) { in vp9_fht16x16_sse2()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c252 const TX_TYPE tx_type, in inverse_transform_block_intra()
340 const TX_TYPE tx_type = in predict_and_reconstruct_intra_block() local
/external/valgrind/include/vki/
Dvki-linux.h3225 int tx_type; member