Home
last modified time | relevance | path

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

/external/libavc/decoder/svc/
Disvcd_mode_mv_resamp.c2140 UWORD8 u1_mot_pred_flag; in isvcd_populate_ref_idx() local
2145 u1_mot_pred_flag = ps_svc_mb_params->au1_motion_pred_flag[i4_lx]; in isvcd_populate_ref_idx()
2147 if((PRED_16x16 == ps_mb_params->u1_mb_mc_mode) && (u1_mot_pred_flag & 0x1)) in isvcd_populate_ref_idx()
2153 if(u1_mot_pred_flag & 0x01) in isvcd_populate_ref_idx()
2157 if(u1_mot_pred_flag & 0x02) in isvcd_populate_ref_idx()
2164 if(u1_mot_pred_flag & 0x01) in isvcd_populate_ref_idx()
2168 if(u1_mot_pred_flag & 0x02) in isvcd_populate_ref_idx()
2175 if(u1_mot_pred_flag & 0x01) in isvcd_populate_ref_idx()
2179 if(u1_mot_pred_flag & 0x02) in isvcd_populate_ref_idx()
2183 if(u1_mot_pred_flag & 0x04) in isvcd_populate_ref_idx()
[all …]
Disvcd_process_epslice.c123 UWORD8 u1_mot_pred_flag; in isvcd_interlyr_motion_mode_pred() local
126 u1_mot_pred_flag = ps_svc_cur_mb_info->au1_motion_pred_flag[0]; in isvcd_interlyr_motion_mode_pred()
129 u1_mot_pred_flag &= 0x0F; in isvcd_interlyr_motion_mode_pred()
131 if(0 != u1_mot_pred_flag) in isvcd_interlyr_motion_mode_pred()
140 u1_mot_pred_flag = ps_svc_cur_mb_info->au1_motion_pred_flag[1]; in isvcd_interlyr_motion_mode_pred()
143 u1_mot_pred_flag &= 0x0F; in isvcd_interlyr_motion_mode_pred()
145 if(0 != u1_mot_pred_flag) in isvcd_interlyr_motion_mode_pred()