Searched refs:TX_TYPE (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 52 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 54 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 56 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, 70 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, 72 void vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, 74 void vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input,
|
D | vp9_idct.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() 377 void vp9_highbd_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht4x4_add() 385 void vp9_highbd_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht8x8_add() 394 void vp9_highbd_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, in vp9_highbd_iht16x16_add()
|
D | vp9_blockd.h | 211 extern const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES]; 213 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type, in get_tx_type() 223 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type, in get_tx_type_4x4()
|
D | vp9_enums.h | 98 } TX_TYPE; typedef
|
D | vp9_reconintra.c | 24 const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES] = {
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 102 const TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); in TEST_P() 161 const TX_TYPE tx_type = (TX_TYPE)(i % 4); in TEST_P() 220 TX_TYPE tx_type = (TX_TYPE)((i >> 2) % 3); in TEST_P() 284 TX_TYPE tx_type = (TX_TYPE)(i % 4); in TEST_P()
|
/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()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 776 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra()
|
D | vp9_rdopt.c | 847 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); in rd_pick_intra4x4block() 948 const TX_TYPE tx_type = get_tx_type_4x4(PLANE_TYPE_Y, xd, block); in rd_pick_intra4x4block()
|