Searched refs:above_seg_context (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 112 vpx_free(cm->above_seg_context); in vp9_free_frame_buffers() 113 cm->above_seg_context = NULL; in vp9_free_frame_buffers() 148 vpx_free(cm->above_seg_context); in vp9_resize_frame_buffers() 149 cm->above_seg_context = in vp9_resize_frame_buffers() 151 sizeof(*cm->above_seg_context)); in vp9_resize_frame_buffers() 152 if (!cm->above_seg_context) in vp9_resize_frame_buffers() 209 cm->above_seg_context = in vp9_alloc_frame_buffers() 211 sizeof(*cm->above_seg_context)); in vp9_alloc_frame_buffers() 212 if (!cm->above_seg_context) in vp9_alloc_frame_buffers()
|
D | vp9_onyxc_int.h | 206 PARTITION_CONTEXT *above_seg_context; member 249 xd->above_seg_context = cm->above_seg_context; in init_macroblockd() 303 PARTITION_CONTEXT *const above_ctx = xd->above_seg_context + mi_col; in update_partition_context() 319 const PARTITION_CONTEXT *above_ctx = xd->above_seg_context + mi_col; in partition_plane_context()
|
D | vp9_blockd.h | 241 PARTITION_CONTEXT *above_seg_context; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 801 vpx_memset(cm->above_seg_context, 0, in decode_tiles() 802 sizeof(*cm->above_seg_context) * aligned_cols); in decode_tiles() 916 vpx_memset(cm->above_seg_context, 0, in decode_tiles_mt() 917 sizeof(*cm->above_seg_context) * aligned_mi_cols); in decode_tiles_mt()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1183 vpx_memcpy(xd->above_seg_context + mi_col, sa, in restore_context() 1184 sizeof(*xd->above_seg_context) * mi_width); in restore_context() 1215 vpx_memcpy(sa, xd->above_seg_context + mi_col, in save_context() 1216 sizeof(*xd->above_seg_context) * mi_width); in save_context() 2437 vpx_memset(xd->above_seg_context, 0, in init_encode_frame_mb_context() 2438 sizeof(*xd->above_seg_context) * aligned_mi_cols); in init_encode_frame_mb_context()
|
D | vp9_bitstream.c | 937 vpx_memset(cm->above_seg_context, 0, sizeof(*cm->above_seg_context) *
|