Home
last modified time | relevance | path

Searched refs:above_seg_context (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c119 vpx_free(cm->above_seg_context); in vp9_free_context_buffers()
120 cm->above_seg_context = NULL; in vp9_free_context_buffers()
160 vpx_free(cm->above_seg_context); in vp9_alloc_context_buffers()
161 cm->above_seg_context = (PARTITION_CONTEXT *)vpx_calloc( in vp9_alloc_context_buffers()
162 mi_cols_aligned_to_sb(cm->mi_cols), sizeof(*cm->above_seg_context)); in vp9_alloc_context_buffers()
163 if (!cm->above_seg_context) goto fail; in vp9_alloc_context_buffers()
Dvp9_onyxc_int.h281 PARTITION_CONTEXT *above_seg_context; member
366 xd->above_seg_context = cm->above_seg_context; in vp9_init_macroblockd()
410 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context()
425 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context()
Dvp9_blockd.h184 PARTITION_CONTEXT *above_seg_context; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c865 const PARTITION_CONTEXT *above_ctx = twd->xd.above_seg_context + mi_col; in dec_partition_plane_context()
878 PARTITION_CONTEXT *const above_ctx = twd->xd.above_seg_context + mi_col; in dec_update_partition_context()
1410 memset(cm->above_seg_context, 0, in decode_tiles()
1411 sizeof(*cm->above_seg_context) * aligned_cols); in decode_tiles()
1608 memset(cm->above_seg_context, 0, in decode_tiles_mt()
1609 sizeof(*cm->above_seg_context) * aligned_mi_cols); in decode_tiles_mt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1048 memset(cm->above_seg_context, 0, in encode_tiles()
1049 sizeof(*cm->above_seg_context) * mi_cols_aligned_to_sb(cm->mi_cols)); in encode_tiles()
Dvp9_encodeframe.c1854 memcpy(xd->above_seg_context + mi_col, sa, in restore_context()
1855 sizeof(*xd->above_seg_context) * mi_width); in restore_context()
1884 memcpy(sa, xd->above_seg_context + mi_col, in save_context()
1885 sizeof(*xd->above_seg_context) * mi_width); in save_context()
3428 memset(xd->above_seg_context, 0, in init_encode_frame_mb_context()
3429 sizeof(*xd->above_seg_context) * aligned_mi_cols); in init_encode_frame_mb_context()