Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_refine.c2894 S32 mvdx, in hme_update_cluster_attributes() argument
2907 if((mvdx > 0) && (ps_cluster_data->min_x > mvx)) in hme_update_cluster_attributes()
2911 else if((mvdx < 0) && (ps_cluster_data->max_x < mvx)) in hme_update_cluster_attributes()
2995 S32 mvdx; in hme_try_cluster_merge() local
3039 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3042 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_cluster_merge()
3134 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
3141 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3143 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3157 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
[all …]
Dhme_defs.h265 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) \ argument
716 mvdx = (inp_node)->s_mv.i2_mvx << (inp_sh); \
718 mvdx -= ((mv_p_x) << (pred_sh)); \
[all …]