Home
last modified time | relevance | path

Searched refs:TXFM_CONTEXT (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h519 TXFM_CONTEXT **above_txfm_context;
1145 aligned_width * sizeof(TXFM_CONTEXT)); in av1_zero_above_context()
1168 static INLINE void set_txfm_ctx(TXFM_CONTEXT *txfm_ctx, uint8_t txs, int len) { in set_txfm_ctx()
1187 static INLINE void txfm_partition_update(TXFM_CONTEXT *above_ctx, in txfm_partition_update()
1188 TXFM_CONTEXT *left_ctx, in txfm_partition_update()
1250 static INLINE int txfm_partition_context(const TXFM_CONTEXT *const above_ctx, in txfm_partition_context()
1251 const TXFM_CONTEXT *const left_ctx, in txfm_partition_context()
Dalloccommon.c251 cm->above_txfm_context = (TXFM_CONTEXT **)aom_calloc( in av1_alloc_above_context_buffers()
266 cm->above_txfm_context[tile_row] = (TXFM_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers()
Dblockd.h528 TXFM_CONTEXT *above_txfm_context;
529 TXFM_CONTEXT *left_txfm_context;
530 TXFM_CONTEXT left_txfm_context_buffer[MAX_MIB_SIZE];
Denums.h548 typedef uint8_t TXFM_CONTEXT; typedef
/external/libaom/libaom/av1/encoder/
Drdopt.c5227 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above,
5228 TXFM_CONTEXT *tx_left, RD_STATS *rd_stats,
5236 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, in try_tx_block_split()
5285 ENTROPY_CONTEXT *tl, TXFM_CONTEXT *tx_above, in select_tx_block()
5286 TXFM_CONTEXT *tx_left, RD_STATS *rd_stats, in select_tx_block()
5417 TXFM_CONTEXT tx_above[MAX_MIB_SIZE]; in select_tx_size_and_type()
5418 TXFM_CONTEXT tx_left[MAX_MIB_SIZE]; in select_tx_size_and_type()
5420 memcpy(tx_above, xd->above_txfm_context, sizeof(TXFM_CONTEXT) * mi_width); in select_tx_size_and_type()
5421 memcpy(tx_left, xd->left_txfm_context, sizeof(TXFM_CONTEXT) * mi_height); in select_tx_size_and_type()
5493 TXFM_CONTEXT *tx_above, TXFM_CONTEXT *tx_left, in tx_block_yrd()
[all …]
Dencodeframe.c1387 TXFM_CONTEXT *p_ta;
1388 TXFM_CONTEXT *p_tl;
1389 TXFM_CONTEXT ta[MAX_MIB_SIZE];
1390 TXFM_CONTEXT tl[MAX_MIB_SIZE];