HomeSort by relevance Sort by last modified time
    Searched refs:above_ctx (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 158 int above_ctx = local
162 if (!has_left) left_ctx = above_ctx;
164 if (!has_above) above_ctx = left_ctx;
166 return (above_ctx + left_ctx) > max_tx_size;
vp9_onyxc_int.h 378 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; local
387 memset(above_ctx, partition_context_lookup[subsize].above, bs);
393 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; local
396 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 849 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; local
852 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
862 PARTITION_CONTEXT *const above_ctx = twd->xd.above_seg_context + mi_col; local
869 memset(above_ctx, partition_context_lookup[subsize].above, bw);
    [all...]

Completed in 197 milliseconds