Searched refs:above_txfm_context (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 202 aom_free(cm->above_txfm_context[tile_row]); in av1_free_above_context_buffers() 203 cm->above_txfm_context[tile_row] = NULL; in av1_free_above_context_buffers() 212 aom_free(cm->above_txfm_context); in av1_free_above_context_buffers() 213 cm->above_txfm_context = NULL; in av1_free_above_context_buffers() 251 cm->above_txfm_context = (TXFM_CONTEXT **)aom_calloc( in av1_alloc_above_context_buffers() 252 num_alloc_above_contexts, sizeof(cm->above_txfm_context)); in av1_alloc_above_context_buffers() 253 if (!cm->above_txfm_context) return 1; in av1_alloc_above_context_buffers() 266 cm->above_txfm_context[tile_row] = (TXFM_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers() 267 aligned_mi_cols, sizeof(*cm->above_txfm_context[tile_row])); in av1_alloc_above_context_buffers() 268 if (!cm->above_txfm_context[tile_row]) return 1; in av1_alloc_above_context_buffers()
|
D | onyxc_int.h | 519 TXFM_CONTEXT **above_txfm_context; member 755 xd->above_txfm_context = cm->above_txfm_context[tile_row]; in av1_init_above_context() 1143 memset(cm->above_txfm_context[tile_row] + mi_col_start, in av1_zero_above_context() 1183 set_txfm_ctx(xd->above_txfm_context, bw, n4_w); in set_txfm_ctxs()
|
D | pred_common.h | 339 int above = xd->above_txfm_context[0] >= max_tx_wide; in get_tx_size_context()
|
D | blockd.h | 528 TXFM_CONTEXT *above_txfm_context; member
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 222 xd->above_txfm_context = cm->above_txfm_context[tile->tile_row] + mi_col; in set_offsets_without_segment_id() 1421 xd->above_txfm_context = ctx->p_ta; in restore_context() 1423 memcpy(xd->above_txfm_context, ctx->ta, in restore_context() 1424 sizeof(*xd->above_txfm_context) * mi_width); in restore_context() 1458 memcpy(ctx->ta, xd->above_txfm_context, in save_context() 1459 sizeof(*xd->above_txfm_context) * mi_width); in save_context() 1462 ctx->p_ta = xd->above_txfm_context; in save_context() 1729 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in rd_use_partition() 1990 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in nonrd_use_partition() 2397 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in rd_pick_sqr_partition() [all …]
|
D | bitstream.c | 155 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 160 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 170 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 181 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx() 1347 xd->above_txfm_context = cm->above_txfm_context[tile->tile_row] + mi_col; in write_mbmi_b()
|
D | rdopt.c | 3598 xd->above_txfm_context, xd->left_txfm_context, mbmi->sb_type, tx_size); in txfm_yrd() 5420 memcpy(tx_above, xd->above_txfm_context, sizeof(TXFM_CONTEXT) * mi_width); in select_tx_size_and_type() 5615 memcpy(tx_above, xd->above_txfm_context, sizeof(TXFM_CONTEXT) * mi_width); in inter_block_yrd()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 779 xd->above_txfm_context = cm->above_txfm_context[xd->tile.tile_row] + mi_col; in read_intra_frame_mode_info() 1518 xd->above_txfm_context = cm->above_txfm_context[xd->tile.tile_row] + mi_col; in read_inter_frame_mode_info()
|
D | decodeframe.c | 1283 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx() 1288 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in read_tx_size_vartx() 1302 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx() 1336 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
|