Searched refs:u2_dst_wd (Results 1 – 1 of 1) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 908 UWORD32 u2_num_pels, u2_ref_wd_y, u2_ref_wd_uv, u2_dst_wd; in ih264d_motion_compensate_bp() local 944 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_bp() 948 u2_dst_wd, in ih264d_motion_compensate_bp() 969 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_bp() 973 u2_dst_wd, uc_dx, uc_dy, in ih264d_motion_compensate_bp() 1012 UWORD32 u2_num_pels, u2_ref_wd_y, u2_ref_wd_uv, u2_dst_wd; in ih264d_motion_compensate_mp() local 1096 u2_dst_wd = ps_pred->u2_dst_stride; in ih264d_motion_compensate_mp() 1097 u2_dest_wd_y = u2_dst_wd; in ih264d_motion_compensate_mp() 1103 u2_dst_wd = MB_SIZE; in ih264d_motion_compensate_mp() 1104 u2_dest_wd_y = u2_dst_wd; in ih264d_motion_compensate_mp() [all …]
|