/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 21 int tx_type) { in vp9_iht4x4_16_add_c() 61 int tx_type) { in vp9_iht8x8_64_add_c() 95 int tx_type) { in vp9_iht16x16_256_add_c() 182 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add() 190 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht8x8_add() 199 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_add() 210 int stride, int tx_type, int bd) { in vp9_highbd_iht4x4_16_add_c() 251 int stride, int tx_type, int bd) { in vp9_highbd_iht8x8_64_add_c() 286 int stride, int tx_type, int bd) { in vp9_highbd_iht16x16_256_add_c() 377 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/ |
D | vp9_idct_intrin_sse2.c | 16 int tx_type) { in vp9_iht4x4_16_add_sse2() 81 int tx_type) { in vp9_iht8x8_64_add_sse2() 148 int stride, int tx_type) { in vp9_iht16x16_256_add_sse2()
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 102 const TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); in TEST_P() local 161 const TX_TYPE tx_type = (TX_TYPE)(i % 4); in TEST_P() local 220 TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); in TEST_P() local 284 TX_TYPE tx_type = (TX_TYPE)(i % 4); in TEST_P() local
|
D | fdct4x4_test.cc | 43 int tx_type) { in fdct4x4_ref() 47 void fht4x4_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht4x4_ref() 52 int tx_type) { in fwht4x4_ref() 65 void iht4x4_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht4x4_10() 69 void iht4x4_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht4x4_12()
|
D | dct16x16_test.cc | 260 int tx_type) { in fht16x16_ref() 265 int tx_type) { in iht16x16_ref() 279 int tx_type) { in idct16x16_10_ref() 284 int tx_type) { in idct16x16_12_ref() 288 void iht16x16_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_10() 292 void iht16x16_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht16x16_12()
|
D | fdct8x8_test.cc | 85 void fdct8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fdct8x8_ref() 89 void fht8x8_ref(const int16_t *in, tran_low_t *out, int stride, int tx_type) { in fht8x8_ref() 102 void iht8x8_10(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_10() 106 void iht8x8_12(const tran_low_t *in, uint8_t *out, int stride, int tx_type) { in iht8x8_12()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_dct.c | 531 int stride, int tx_type) { in vp9_fht4x4_c() 675 int stride, int tx_type) { in vp9_fht8x8_c() 761 int stride, int tx_type) { in vp9_fht16x16_c() 792 int stride, int tx_type) { in vp9_highbd_fht4x4_c() 797 int stride, int tx_type) { in vp9_highbd_fht8x8_c() 807 int stride, int tx_type) { in vp9_highbd_fht16x16_c()
|
D | vp9_encodemb.c | 776 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra() local
|
D | vp9_rdopt.c | 847 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); in rd_pick_intra4x4block() local 948 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/ |
D | vp9_idct16x16_msa.c | 17 int32_t dst_stride, int32_t tx_type) { in vp9_iht16x16_256_add_msa()
|
D | vp9_idct4x4_msa.c | 17 int32_t dst_stride, int32_t tx_type) { in vp9_iht4x4_16_add_msa()
|
D | vp9_idct8x8_msa.c | 17 int32_t dst_stride, int32_t tx_type) { in vp9_iht8x8_64_add_msa()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans4_dspr2.c | 25 int dest_stride, int tx_type) { in vp9_iht4x4_16_add_dspr2()
|
D | vp9_itrans8_dspr2.c | 24 int dest_stride, int tx_type) { in vp9_iht8x8_64_add_dspr2()
|
D | vp9_itrans16_dspr2.c | 25 int pitch, int tx_type) { in vp9_iht16x16_256_add_dspr2()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct8x8_msa.c | 17 int32_t tx_type) { in vp9_fht8x8_msa()
|
D | vp9_fdct4x4_msa.c | 49 int32_t tx_type) { in vp9_fht4x4_msa()
|
D | vp9_fdct16x16_msa.c | 408 int32_t stride, int32_t tx_type) { in vp9_fht16x16_msa()
|
/external/kernel-headers/original/uapi/linux/ |
D | net_tstamp.h | 49 int tx_type; member
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 158 int dest_stride, int tx_type) { in vp9_iht4x4_16_add_neon()
|
D | vp9_iht8x8_add_neon.c | 490 int dest_stride, int tx_type) { in vp9_iht8x8_64_add_neon()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 155 int stride, int tx_type) { in vp9_fht4x4_sse2() 1139 int stride, int tx_type) { in vp9_fht8x8_sse2() 2026 int stride, int tx_type) { in vp9_fht16x16_sse2()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 277 const TX_TYPE tx_type, in inverse_transform_block_intra() 386 const TX_TYPE tx_type = (plane || xd->lossless) ? in predict_and_reconstruct_intra_block() local
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3194 int tx_type; member
|