Lines Matching refs:u1_dydx
302 ps_pred->u1_dydx = (u1_dy << 2) + u1_dx; in ih264d_form_mb_part_info_bp()
401 ps_pred->u1_dydx = (u1_dy << 3) + u1_dx; in ih264d_form_mb_part_info_bp()
663 ps_pred->u1_dydx = (u1_dy << 2) + u1_dx; in ih264d_form_mb_part_info_mp()
813 ps_pred->u1_dydx = (u1_dy << 3) + u1_dx; in ih264d_form_mb_part_info_mp()
932 if(ps_pred->u1_dydx & 0x3) in ih264d_motion_compensate_bp()
934 if(ps_pred->u1_dydx >> 2) in ih264d_motion_compensate_bp()
939 uc_dx = ps_pred->u1_dydx; in ih264d_motion_compensate_bp()
946 ps_dec->apf_inter_pred_luma[ps_pred->u1_dydx](puc_ref, pu1_dest_y, in ih264d_motion_compensate_bp()
951 ps_pred->u1_dydx); in ih264d_motion_compensate_bp()
964 uc_dx = ps_pred->u1_dydx; /* 8*dy + dx */ in ih264d_motion_compensate_bp()
1081 if(ps_pred->u1_dydx & 0x3) in ih264d_motion_compensate_mp()
1083 if(ps_pred->u1_dydx >> 2) in ih264d_motion_compensate_mp()
1088 uc_dx = ps_pred->u1_dydx; in ih264d_motion_compensate_mp()
1125 ps_dec->apf_inter_pred_luma[ps_pred->u1_dydx](puc_ref, pu1_dest_y, in ih264d_motion_compensate_mp()
1131 ps_pred->u1_dydx); in ih264d_motion_compensate_mp()
1183 uc_dx = ps_pred->u1_dydx; /* 8*dy + dx */ in ih264d_motion_compensate_mp()
1400 UWORD8 uc_cond, i, j, u1_dydx; in ih264d_multiplex_ref_data() local
1431 u1_dydx = ps_pred->u1_dydx; in ih264d_multiplex_ref_data()
1437 uc_dx = u1_dydx & 0x3; in ih264d_multiplex_ref_data()
1438 uc_dy = u1_dydx >> 3; in ih264d_multiplex_ref_data()
1439 if(u1_dydx != 0) in ih264d_multiplex_ref_data()