Searched refs:above_ctx (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | pred_common.h | 113 int above_ctx = 0, left_ctx = 0; in get_comp_index_context() local 118 above_ctx = above_mi->compound_idx; in get_comp_index_context() 120 above_ctx = 1; in get_comp_index_context() 130 return above_ctx + left_ctx + 3 * offset; in get_comp_index_context() 136 int above_ctx = 0, left_ctx = 0; in get_comp_group_idx_context() local 140 above_ctx = above_mi->comp_group_idx; in get_comp_group_idx_context() 142 above_ctx = 3; in get_comp_group_idx_context() 151 return AOMMIN(5, above_ctx + left_ctx); in get_comp_group_idx_context()
|
D | onyxc_int.h | 900 const int above_ctx = intra_mode_context[above]; in get_y_mode_cdf() local 902 return tile_ctx->kf_y_cdf[above_ctx][left_ctx]; in get_y_mode_cdf() 908 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() local 914 memset(above_ctx, partition_context_lookup[subsize].above, bw); in update_partition_context() 1053 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context() local 1058 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context() 1187 static INLINE void txfm_partition_update(TXFM_CONTEXT *above_ctx, in txfm_partition_update() argument 1197 for (i = 0; i < bw; ++i) above_ctx[i] = txw; in txfm_partition_update() 1250 static INLINE int txfm_partition_context(const TXFM_CONTEXT *const above_ctx, in txfm_partition_context() argument 1255 const int above = *above_ctx < txw; in txfm_partition_context()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_pred_common.h | 162 int above_ctx = in get_tx_size_context() local 166 if (!has_left) left_ctx = above_ctx; in get_tx_size_context() 168 if (!has_above) above_ctx = left_ctx; in get_tx_size_context() 170 return (above_ctx + left_ctx) > max_tx_size; in get_tx_size_context()
|
D | vp9_onyxc_int.h | 388 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() local 397 memset(above_ctx, partition_context_lookup[subsize].above, bs); in update_partition_context() 403 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context() local 406 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1071 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; in dec_partition_plane_context() local 1074 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in dec_partition_plane_context() 1084 PARTITION_CONTEXT *const above_ctx = twd->xd.above_seg_context + mi_col; in dec_update_partition_context() local 1091 memset(above_ctx, partition_context_lookup[subsize].above, bw); in dec_update_partition_context()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 4819 const int above_ctx = intra_mode_context[A]; in rd_pick_intra_sby_mode() local 4821 bmode_costs = x->y_mode_costs[above_ctx][left_ctx]; in rd_pick_intra_sby_mode() 5492 ENTROPY_CONTEXT *above_ctx, ENTROPY_CONTEXT *left_ctx, in tx_block_yrd() argument 5513 ENTROPY_CONTEXT *ta = above_ctx + blk_col; in tx_block_yrd() 5564 depth + 1, above_ctx, left_ctx, tx_above, tx_left, in tx_block_yrd()
|
D | encodeframe.c | 803 const int above_ctx = intra_mode_context[above]; in sum_intra_stats() local 805 ++counts->kf_y_mode[above_ctx][left_ctx][y_mode]; in sum_intra_stats()
|