Searched refs:above_ctx (Results 1 – 3 of 3) sorted by relevance
158 int above_ctx = in get_tx_size_context() local162 if (!has_left) left_ctx = above_ctx; in get_tx_size_context()164 if (!has_above) above_ctx = left_ctx; in get_tx_size_context()166 return (above_ctx + left_ctx) > max_tx_size; in get_tx_size_context()
410 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() local419 memset(above_ctx, partition_context_lookup[subsize].above, bs); in update_partition_context()425 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context() local428 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context()
865 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; in dec_partition_plane_context() local868 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in dec_partition_plane_context()878 PARTITION_CONTEXT *const above_ctx = twd->xd.above_seg_context + mi_col; in dec_update_partition_context() local885 memset(above_ctx, partition_context_lookup[subsize].above, bw); in dec_update_partition_context()