Searched refs:mvdx (Results 1 – 2 of 2) sorted by relevance
2895 S32 mvdx, in hme_update_cluster_attributes() argument2908 if((mvdx > 0) && (ps_cluster_data->min_x > mvx)) in hme_update_cluster_attributes()2912 else if((mvdx < 0) && (ps_cluster_data->max_x < mvx)) in hme_update_cluster_attributes()2996 S32 mvdx; in hme_try_cluster_merge() local3040 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()3043 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_cluster_merge()3135 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local3142 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()3144 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()3158 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local[all …]
265 S32 mvdx = (mvdx_q8 + (1 << 7)) >> 8; \268 S32 mvd = ABS(mvdx) + ABS(mvdy); \338 S32 mvdx; \350 mvdx = (mvx)-center_mvx; \353 if(((mvdx < MAP_X_MAX) && (mvdx >= -MAP_X_MAX)) && \356 columnar_presence = pu4_node_map[MAP_X_MAX + mvdx]; \361 pu4_node_map[MAP_X_MAX + mvdx] = columnar_presence; \714 #define COMPUTE_DIFF_MV(mvdx, mvdy, inp_node, mv_p_x, mv_p_y, inp_sh, pred_sh) \ argument716 mvdx = (inp_node)->s_mv.i2_mvx << (inp_sh); \718 mvdx -= ((mv_p_x) << (pred_sh)); \[all …]