Lines Matching refs:mvd

2993     S32 mvd;  in hme_try_cluster_merge()  local
3042 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_cluster_merge()
3044 if(mvd <= (max_dist_from_centroid >> 1)) in hme_try_cluster_merge()
3088 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3093 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3095 if(mvd > (max_dist_from_centroid)) in hme_try_cluster_merge()
3097 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3103 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3108 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3110 if(mvd > (max_dist_from_centroid)) in hme_try_cluster_merge()
3112 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3118 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3123 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3125 if(mvd > (max_dist_from_centroid)) in hme_try_cluster_merge()
3127 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3133 S32 mvd; in hme_try_cluster_merge() local
3143 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3148 if(mvd > max_dist_from_centroid) in hme_try_cluster_merge()
3150 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3156 S32 mvd; in hme_try_cluster_merge() local
3166 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3171 if(mvd > max_dist_from_centroid) in hme_try_cluster_merge()
3173 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3179 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3184 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3186 if(mvd > (max_dist_from_centroid)) in hme_try_cluster_merge()
3188 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3194 S32 mvd; in hme_try_cluster_merge() local
3204 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3209 if(mvd > max_dist_from_centroid) in hme_try_cluster_merge()
3211 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3217 S32 mvd; in hme_try_cluster_merge() local
3227 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_cluster_merge()
3232 if(mvd > ps_cluster_data->max_dist_from_centroid) in hme_try_cluster_merge()
3234 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_cluster_merge()
3294 S32 mvd, mvd_limit, mvdx, mvdy; in hme_find_and_update_clusters() local
3383 mvd = ABS(mvdx) + ABS(mvdy); in hme_find_and_update_clusters()
3385 if(mvd < min_mvd) in hme_find_and_update_clusters()
3387 min_mvd = mvd; in hme_find_and_update_clusters()
3522 S32 mvd; in hme_update_32x32_cluster_attributes() local
3564 mvd = ABS(mvdx) + ABS(mvdy); in hme_update_32x32_cluster_attributes()
3566 if(mvd < mvd_min) in hme_update_32x32_cluster_attributes()
3568 mvd_min = mvd; in hme_update_32x32_cluster_attributes()
3629 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3632 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3634 if(mvd > (mvd_limit)) in hme_update_32x32_cluster_attributes()
3636 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3642 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3645 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3647 if(mvd > (mvd_limit)) in hme_update_32x32_cluster_attributes()
3649 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3655 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3658 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3660 if(mvd > (mvd_limit)) in hme_update_32x32_cluster_attributes()
3662 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3668 S32 mvd; in hme_update_32x32_cluster_attributes() local
3678 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3680 if(mvd > mvd_limit) in hme_update_32x32_cluster_attributes()
3682 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3688 S32 mvd; in hme_update_32x32_cluster_attributes() local
3698 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3700 if(mvd > mvd_limit) in hme_update_32x32_cluster_attributes()
3702 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3708 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3711 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3713 if(mvd > (mvd_limit)) in hme_update_32x32_cluster_attributes()
3715 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3721 S32 mvd; in hme_update_32x32_cluster_attributes() local
3731 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3733 if(mvd > mvd_limit) in hme_update_32x32_cluster_attributes()
3735 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3741 S32 mvd; in hme_update_32x32_cluster_attributes() local
3751 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_32x32_cluster_attributes()
3753 if(mvd > ps_cur_cluster_32->max_dist_from_centroid) in hme_update_32x32_cluster_attributes()
3755 ps_cur_cluster_32->max_dist_from_centroid = mvd; in hme_update_32x32_cluster_attributes()
3870 S32 mvd; in hme_update_64x64_cluster_attributes() local
3913 mvd = ABS(mvdx) + ABS(mvdy); in hme_update_64x64_cluster_attributes()
3915 if(mvd < mvd_min) in hme_update_64x64_cluster_attributes()
3917 mvd_min = mvd; in hme_update_64x64_cluster_attributes()
3978 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
3981 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
3983 if(mvd > (mvd_limit)) in hme_update_64x64_cluster_attributes()
3985 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
3991 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
3994 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
3996 if(mvd > (mvd_limit)) in hme_update_64x64_cluster_attributes()
3998 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4004 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
4007 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4009 if(mvd > (mvd_limit)) in hme_update_64x64_cluster_attributes()
4011 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4017 S32 mvd; in hme_update_64x64_cluster_attributes() local
4027 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4029 if(mvd > mvd_limit) in hme_update_64x64_cluster_attributes()
4031 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4037 S32 mvd; in hme_update_64x64_cluster_attributes() local
4047 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4049 if(mvd > mvd_limit) in hme_update_64x64_cluster_attributes()
4051 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4057 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
4060 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4062 if(mvd > (mvd_limit)) in hme_update_64x64_cluster_attributes()
4064 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4070 S32 mvd; in hme_update_64x64_cluster_attributes() local
4080 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4082 if(mvd > mvd_limit) in hme_update_64x64_cluster_attributes()
4084 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4090 S32 mvd; in hme_update_64x64_cluster_attributes() local
4100 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_update_64x64_cluster_attributes()
4102 if(mvd > ps_cur_cluster_64->max_dist_from_centroid) in hme_update_64x64_cluster_attributes()
4104 ps_cur_cluster_64->max_dist_from_centroid = mvd; in hme_update_64x64_cluster_attributes()
4287 S32 i, mvd; in hme_try_merge_clusters_blksize_gt_16() local
4336 mvd = ABS(mvdx) + ABS(mvdy); in hme_try_merge_clusters_blksize_gt_16()
4338 if(mvd <= (mvd_limit >> 1)) in hme_try_merge_clusters_blksize_gt_16()
4382 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4385 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4387 if(mvd > (mvd_limit)) in hme_try_merge_clusters_blksize_gt_16()
4389 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4395 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4398 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4400 if(mvd > (mvd_limit)) in hme_try_merge_clusters_blksize_gt_16()
4402 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4408 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4411 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4413 if(mvd > (mvd_limit)) in hme_try_merge_clusters_blksize_gt_16()
4415 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4421 S32 mvd; in hme_try_merge_clusters_blksize_gt_16() local
4431 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4433 if(mvd > mvd_limit) in hme_try_merge_clusters_blksize_gt_16()
4435 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4441 S32 mvd; in hme_try_merge_clusters_blksize_gt_16() local
4451 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4453 if(mvd > mvd_limit) in hme_try_merge_clusters_blksize_gt_16()
4455 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4461 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4464 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4466 if(mvd > (mvd_limit)) in hme_try_merge_clusters_blksize_gt_16()
4468 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4474 S32 mvd; in hme_try_merge_clusters_blksize_gt_16() local
4484 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4486 if(mvd > mvd_limit) in hme_try_merge_clusters_blksize_gt_16()
4488 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()
4494 S32 mvd; in hme_try_merge_clusters_blksize_gt_16() local
4504 mvd = (mvdx > mvdy) ? mvdx : mvdy; in hme_try_merge_clusters_blksize_gt_16()
4506 if(mvd > ps_cluster_data->max_dist_from_centroid) in hme_try_merge_clusters_blksize_gt_16()
4508 ps_cluster_data->max_dist_from_centroid = mvd; in hme_try_merge_clusters_blksize_gt_16()