HomeSort by relevance Sort by last modified time
    Searched defs:above_context (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h 54 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE]; member in struct:VP9Decompressor
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 379 int above_context = max_tx_size; local
383 above_context = above_mbmi->skip_coeff ? max_tx_size
391 left_context = above_context;
394 above_context = left_context;
396 return above_context + left_context > max_tx_size;
vp9_blockd.h 182 ENTROPY_CONTEXT *above_context; member in struct:macroblockd_plane
219 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE]; member in struct:macroblockd
456 ENTROPY_CONTEXT *const a = pd->above_context + aoff;
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 148 ENTROPY_CONTEXT_PLANES *above_context; /* row of context for each plane */ member in struct:VP8Common
blockd.h 239 ENTROPY_CONTEXT_PLANES *above_context; member in struct:macroblockd
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 663 ENTROPY_CONTEXT *above_context[MAX_MB_PLANE]; member in struct:VP9_COMP

Completed in 635 milliseconds