Home
last modified time | relevance | path

Searched refs:PARTITION_CONTEXT (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h50 PARTITION_CONTEXT above;
51 PARTITION_CONTEXT left;
250 PARTITION_CONTEXT *above_seg_context;
408 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context()
409 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context()
423 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context()
424 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context()
Dvp9_common_data.c228 PARTITION_CONTEXT above;
229 PARTITION_CONTEXT left;
Dvp9_blockd.h188 PARTITION_CONTEXT *above_seg_context;
189 PARTITION_CONTEXT left_seg_context[8];
Dvp9_enums.h72 typedef char PARTITION_CONTEXT; typedef
Dvp9_alloccommon.c149 cm->above_seg_context = (PARTITION_CONTEXT *)vpx_calloc( in vp9_alloc_context_buffers()
/external/libaom/libaom/av1/common/
Dcommon_data.h400 PARTITION_CONTEXT above;
401 PARTITION_CONTEXT left;
Dalloccommon.c191 above_contexts->partition = (PARTITION_CONTEXT **)aom_calloc( in av1_alloc_above_context_buffers()
207 above_contexts->partition[tile_row] = (PARTITION_CONTEXT *)aom_calloc( in av1_alloc_above_context_buffers()
Dav1_common_int.h493 PARTITION_CONTEXT **partition;
1100 PARTITION_CONTEXT *const above_ctx = xd->above_partition_context + mi_col; in update_partition_context()
1101 PARTITION_CONTEXT *const left_ctx = in update_partition_context()
1197 const PARTITION_CONTEXT *above_ctx = xd->above_partition_context + mi_col; in partition_plane_context()
1198 const PARTITION_CONTEXT *left_ctx = in partition_plane_context()
Denums.h165 typedef char PARTITION_CONTEXT; typedef
Dblockd.h573 PARTITION_CONTEXT *above_partition_context;
578 PARTITION_CONTEXT left_partition_context[MAX_MIB_SIZE];
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1123 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; in dec_partition_plane_context()
1124 const PARTITION_CONTEXT *left_ctx = in dec_partition_plane_context()
1136 PARTITION_CONTEXT *const above_ctx = twd->xd.above_seg_context + mi_col; in dec_update_partition_context()
1137 PARTITION_CONTEXT *const left_ctx = in dec_update_partition_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2174 PARTITION_CONTEXT sa[8], PARTITION_CONTEXT sl[8], in restore_context()
2202 PARTITION_CONTEXT sa[8], PARTITION_CONTEXT sl[8], in save_context()
2679 PARTITION_CONTEXT sl[8], sa[8]; in rd_use_partition()
2858 PARTITION_CONTEXT sl[8], sa[8]; in rd_use_partition()
3822 PARTITION_CONTEXT sl[8], sa[8]; in rd_pick_partition()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c153 PARTITION_CONTEXT sa[MAX_MIB_SIZE];
154 PARTITION_CONTEXT sl[MAX_MIB_SIZE];