Home
last modified time | relevance | path

Searched refs:TX_TYPE (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h52 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,
Dvp9_idct.c182 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()
Dvp9_blockd.h211 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()
Dvp9_enums.h98 } TX_TYPE; typedef
Dvp9_reconintra.c24 const TX_TYPE intra_mode_to_tx_type_lookup[INTRA_MODES] = {
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc102 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/
Dvp9_decodeframe.c277 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/
Dvp9_encodemb.c776 TX_TYPE tx_type = DCT_DCT; in vp9_encode_block_intra()
Dvp9_rdopt.c847 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()