Home
last modified time | relevance | path

Searched refs:above_ctx (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.h158 int above_ctx = in get_tx_size_context() local
162 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()
Dvp9_onyxc_int.h410 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() local
419 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() local
428 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1; in partition_plane_context()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c865 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; in dec_partition_plane_context() local
868 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() local
885 memset(above_ctx, partition_context_lookup[subsize].above, bw); in dec_update_partition_context()