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.h118 int above_ctx = (has_above && !above_mbmi->skip) ? (int)above_mbmi->tx_size in get_tx_size_context() local
123 left_ctx = above_ctx; in get_tx_size_context()
126 above_ctx = left_ctx; in get_tx_size_context()
128 return (above_ctx + left_ctx) > max_tx_size; in get_tx_size_context()
Dvp9_onyxc_int.h432 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() local
441 memset(above_ctx, partition_context_lookup[subsize].above, bs); in update_partition_context()
448 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context() local
451 int above = (*above_ctx >> bsl) & 1 , left = (*left_ctx >> bsl) & 1; in partition_plane_context()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c908 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in dec_partition_plane_context() local
910 int above = (*above_ctx >> bsl) & 1 , left = (*left_ctx >> bsl) & 1; in dec_partition_plane_context()
921 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in dec_update_partition_context() local
927 memset(above_ctx, partition_context_lookup[subsize].above, bw); in dec_update_partition_context()