• Home
  • Raw
  • Download

Lines Matching refs:mvdy

2895     S32 mvdy,  in hme_update_cluster_attributes()  argument
2916 if((mvdy > 0) && (ps_cluster_data->min_y > mvy)) in hme_update_cluster_attributes()
2920 else if((mvdy < 0) && (ps_cluster_data->max_y < mvy)) in hme_update_cluster_attributes()
2997 S32 mvdy; in hme_try_cluster_merge() local
3040 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3042 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_cluster_merge()
3135 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3138 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3143 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3158 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3161 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3166 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3196 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3202 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3204 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3219 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3225 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3227 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3294 S32 mvd, mvd_limit, mvdx, mvdy; in hme_find_and_update_clusters() local
3381 mvdy = (((mvdy_q8 + (1 << 7)) >> 8)); in hme_find_and_update_clusters()
3383 mvd = ABS(mvdx) + ABS(mvdy); in hme_find_and_update_clusters()
3389 min_mvdy = mvdy; in hme_find_and_update_clusters()
3524 S32 mvdy; in hme_update_32x32_cluster_attributes() local
3562 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3564 mvd = ABS(mvdx) + ABS(mvdy); in hme_update_32x32_cluster_attributes()
3570 mvdy_min = mvdy; in hme_update_32x32_cluster_attributes()
3670 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3673 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3678 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3690 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3693 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3698 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3723 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3729 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3731 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3743 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3749 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3751 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3872 S32 mvdy; in hme_update_64x64_cluster_attributes() local
3911 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
3913 mvd = ABS(mvdx) + ABS(mvdy); in hme_update_64x64_cluster_attributes()
3919 mvdy_min = mvdy; in hme_update_64x64_cluster_attributes()
4019 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4022 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4027 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4039 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4042 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4047 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4072 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4078 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4080 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4092 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4098 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4100 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4288 S32 mvdx, mvdy, mvdx_q8, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4334 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4336 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_merge_clusters_blksize_gt_16()
4367 if(mvdy > 0) in hme_try_merge_clusters_blksize_gt_16()
4423 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4426 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4431 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4443 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4446 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4451 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4476 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4482 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4484 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4496 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4502 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4504 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()