Lines Matching refs:mvdx_q8

2994     S32 mvdx_q8;  in hme_try_cluster_merge()  local
3037 mvdx_q8 = (cur_pos_x_q8 - other_pos_x_q8); in hme_try_cluster_merge()
3039 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3134 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
3140 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
3141 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3157 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
3163 mvdx_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3164 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3195 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
3198 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
3199 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3218 S32 mvdx, mvdx_q8; in hme_try_cluster_merge() local
3221 mvdx_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3222 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3354 S32 mvdx_q8; in hme_find_and_update_clusters() local
3377 mvdx_q8 = posx_q8 - mvx_q8; in hme_find_and_update_clusters()
3380 mvdx = (((mvdx_q8 + (1 << 7)) >> 8)); in hme_find_and_update_clusters()
3527 S32 mvdx_q8; in hme_update_32x32_cluster_attributes() local
3558 mvdx_q8 = cur_posx_q8 - mvx_inp_q8; in hme_update_32x32_cluster_attributes()
3561 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3669 S32 mvdx, mvdx_q8; in hme_update_32x32_cluster_attributes() local
3675 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3676 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3689 S32 mvdx, mvdx_q8; in hme_update_32x32_cluster_attributes() local
3695 mvdx_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3696 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3722 S32 mvdx, mvdx_q8; in hme_update_32x32_cluster_attributes() local
3725 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3726 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3742 S32 mvdx, mvdx_q8; in hme_update_32x32_cluster_attributes() local
3745 mvdx_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3746 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3875 S32 mvdx_q8; in hme_update_64x64_cluster_attributes() local
3907 mvdx_q8 = cur_posx_q8 - mvx_inp_q8; in hme_update_64x64_cluster_attributes()
3910 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4018 S32 mvdx, mvdx_q8; in hme_update_64x64_cluster_attributes() local
4024 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
4025 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4038 S32 mvdx, mvdx_q8; in hme_update_64x64_cluster_attributes() local
4044 mvdx_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
4045 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4071 S32 mvdx, mvdx_q8; in hme_update_64x64_cluster_attributes() local
4074 mvdx_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
4075 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4091 S32 mvdx, mvdx_q8; in hme_update_64x64_cluster_attributes() local
4094 mvdx_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
4095 mvdx = (mvdx_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
4330 mvdx_q8 = cur_posx_q8 - node0_posx_q8; in hme_try_merge_clusters_blksize_gt_16()
4333 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4422 S32 mvdx, mvdx_q8; in hme_try_merge_clusters_blksize_gt_16() local
4428 mvdx_q8 = ps_cur_centroid->i4_pos_x_q8 - (ps_cluster_data->min_x << 8); in hme_try_merge_clusters_blksize_gt_16()
4429 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4442 S32 mvdx, mvdx_q8; in hme_try_merge_clusters_blksize_gt_16() local
4448 mvdx_q8 = (ps_cluster_data->max_x << 8) - ps_cur_centroid->i4_pos_x_q8; in hme_try_merge_clusters_blksize_gt_16()
4449 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4475 S32 mvdx, mvdx_q8; in hme_try_merge_clusters_blksize_gt_16() local
4478 mvdx_q8 = ps_cur_centroid->i4_pos_x_q8 - (ps_cluster_data->min_x << 8); in hme_try_merge_clusters_blksize_gt_16()
4479 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4495 S32 mvdx, mvdx_q8; in hme_try_merge_clusters_blksize_gt_16() local
4498 mvdx_q8 = (ps_cluster_data->max_x << 8) - ps_cur_centroid->i4_pos_x_q8; in hme_try_merge_clusters_blksize_gt_16()
4499 mvdx = (mvdx_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()