Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h411 PARTITION_CONTEXT *const left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in update_partition_context()
426 const PARTITION_CONTEXT *left_ctx = xd->left_seg_context + (mi_row & MI_MASK); in partition_plane_context()
Dvp9_blockd.h185 PARTITION_CONTEXT left_seg_context[8]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c867 twd->xd.left_seg_context + (mi_row & MI_MASK); in dec_partition_plane_context()
880 twd->xd.left_seg_context + (mi_row & MI_MASK); in dec_update_partition_context()
1446 vp9_zero(tile_data->xd.left_seg_context); in decode_tiles()
1536 vp9_zero(tile_data->xd.left_seg_context); in tile_worker_hook()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1856 memcpy(xd->left_seg_context + (mi_row & MI_MASK), sl, in restore_context()
1857 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context()
1886 memcpy(sl, xd->left_seg_context + (mi_row & MI_MASK), in save_context()
1887 sizeof(xd->left_seg_context[0]) * mi_height); in save_context()
3339 memset(xd->left_seg_context, 0, sizeof(xd->left_seg_context)); in encode_rd_sb_row()
4119 memset(xd->left_seg_context, 0, sizeof(xd->left_seg_context)); in encode_nonrd_sb_row()
Dvp9_bitstream.c501 vp9_zero(xd->left_seg_context); in write_modes()