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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 160 int left_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 379 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); local
388 memset(left_ctx, partition_context_lookup[subsize].left, bs);
394 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); local
396 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 850 const PARTITION_CONTEXT *left_ctx = local
852 int above = (*above_ctx >> bsl) & 1, left = (*left_ctx >> bsl) & 1;
863 PARTITION_CONTEXT *const left_ctx = local
870 memset(left_ctx, partition_context_lookup[subsize].left, bw);
    [all...]

Completed in 101 milliseconds