Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_inter_pred.c302 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()
[all …]
Dih264d_structs.h242 UWORD8 u1_dydx; /** 4*dy + dx for Y comp / 8*dy + dx for UV comp */ member