Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_process_bslice.c77 UWORD8 u1_col_zero_flag, u1_sub_mb_num, u1_direct_zero_pred_flag = 0; in ih264d_decode_spatial_direct() local
227 u1_col_zero_flag = *(ps_col_pic->pu1_col_zero_flag in ih264d_decode_spatial_direct()
229 u1_col_zero_flag = u1_col_zero_flag & 0x01; in ih264d_decode_spatial_direct()
231 if(u1_zero_pred_cond_f || ((i1_ref_frame0 == 0) && (u1_col_zero_flag == 1))) in ih264d_decode_spatial_direct()
243 if(u1_zero_pred_cond_b || ((i1_ref_frame1 == 0) && (u1_col_zero_flag == 1))) in ih264d_decode_spatial_direct()
451 u1_col_zero_flag = *(ps_col_pic->pu1_col_zero_flag in ih264d_decode_spatial_direct()
453 u1_col_zero_flag = u1_col_zero_flag & 0x01; in ih264d_decode_spatial_direct()
458 if(u1_zero_pred_cond_f || ((i1_ref_frame0 == 0) && (u1_col_zero_flag == 1))) in ih264d_decode_spatial_direct()
466 if(u1_zero_pred_cond_b || ((i1_ref_frame1 == 0) && (u1_col_zero_flag == 1))) in ih264d_decode_spatial_direct()