Home
last modified time | relevance | path

Searched refs:left_seg_context (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h304 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context()
320 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context()
Dvp9_blockd.h242 PARTITION_CONTEXT left_seg_context[8]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1185 vpx_memcpy(xd->left_seg_context + (mi_row & MI_MASK), sl, in restore_context()
1186 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context()
1217 vpx_memcpy(sl, xd->left_seg_context + (mi_row & MI_MASK), in save_context()
1218 sizeof(xd->left_seg_context[0]) * mi_height); in save_context()
2320 vpx_memset(xd->left_seg_context, 0, sizeof(xd->left_seg_context)); in encode_rd_sb_row()
3029 vpx_memset(xd->left_seg_context, 0, sizeof(xd->left_seg_context)); in encode_nonrd_sb_row()
Dvp9_bitstream.c479 vp9_zero(cpi->mb.e_mbd.left_seg_context); in write_modes()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c697 vp9_zero(xd->left_seg_context); in decode_tile()
847 vp9_zero(tile_data->xd.left_seg_context); in tile_worker_hook()