Lines Matching refs:mvdy_q8

2996     S32 mvdy_q8;  in hme_try_cluster_merge()  local
3038 mvdy_q8 = (cur_pos_y_q8 - other_pos_y_q8); in hme_try_cluster_merge()
3040 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3135 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3137 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 8); in hme_try_cluster_merge()
3138 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3158 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3160 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 8); in hme_try_cluster_merge()
3161 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3196 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3201 mvdy_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_try_cluster_merge()
3202 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3219 S32 mvdy, mvdy_q8; in hme_try_cluster_merge() local
3224 mvdy_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_try_cluster_merge()
3225 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3355 S32 mvdy_q8; in hme_find_and_update_clusters() local
3378 mvdy_q8 = posy_q8 - mvy_q8; in hme_find_and_update_clusters()
3381 mvdy = (((mvdy_q8 + (1 << 7)) >> 8)); in hme_find_and_update_clusters()
3528 S32 mvdy_q8; in hme_update_32x32_cluster_attributes() local
3559 mvdy_q8 = cur_posy_q8 - mvy_inp_q8; in hme_update_32x32_cluster_attributes()
3562 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3670 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3672 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3673 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3690 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3692 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3693 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3723 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3728 mvdy_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3729 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3743 S32 mvdy, mvdy_q8; in hme_update_32x32_cluster_attributes() local
3748 mvdy_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3749 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3876 S32 mvdy_q8; in hme_update_64x64_cluster_attributes() local
3908 mvdy_q8 = cur_posy_q8 - mvy_inp_q8; in hme_update_64x64_cluster_attributes()
3911 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4019 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4021 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4022 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4039 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4041 mvdy_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4042 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4072 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4077 mvdy_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4078 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4092 S32 mvdy, mvdy_q8; in hme_update_64x64_cluster_attributes() local
4097 mvdy_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4098 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4288 S32 mvdx, mvdy, mvdx_q8, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4331 mvdy_q8 = cur_posy_q8 - node0_posy_q8; in hme_try_merge_clusters_blksize_gt_16()
4334 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4423 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4425 mvdy_q8 = ps_cur_centroid->i4_pos_y_q8 - (ps_cluster_data->min_y << 8); in hme_try_merge_clusters_blksize_gt_16()
4426 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4443 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4445 mvdy_q8 = ps_cur_centroid->i4_pos_y_q8 - (ps_cluster_data->min_y << 8); in hme_try_merge_clusters_blksize_gt_16()
4446 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4476 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4481 mvdy_q8 = (ps_cluster_data->max_y << 8) - ps_cur_centroid->i4_pos_y_q8; in hme_try_merge_clusters_blksize_gt_16()
4482 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4496 S32 mvdy, mvdy_q8; in hme_try_merge_clusters_blksize_gt_16() local
4501 mvdy_q8 = (ps_cluster_data->max_y << 8) - ps_cur_centroid->i4_pos_y_q8; in hme_try_merge_clusters_blksize_gt_16()
4502 mvdy = (mvdy_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()