Merge "Decoder: Reset p_curr_ctxt->i1_ref_idx using memset"
This commit is contained in:
commit
8342601b9d
1 changed files with 1 additions and 3 deletions
|
|
@ -509,9 +509,7 @@ WORD32 ih264d_parse_imb_cabac(dec_struct_t * ps_dec,
|
|||
MEMSET_16BYTES(&ps_dec->pu1_left_mv_ctxt_inc[0][0], 0);
|
||||
*((UWORD32 *)ps_dec->pi1_left_ref_idx_ctxt_inc) = 0;
|
||||
MEMSET_16BYTES(p_curr_ctxt->u1_mv, 0);
|
||||
pi1_buf = p_curr_ctxt->i1_ref_idx;
|
||||
pi4_buf = (WORD32 *)pi1_buf;
|
||||
*pi4_buf = 0;
|
||||
memset(p_curr_ctxt->i1_ref_idx, 0, 4);
|
||||
}
|
||||
|
||||
if(u1_mb_type == I_4x4_MB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue