Lines Matching refs:mvd_q8

3088                 S32 mvd, mvd_q8;  in hme_try_cluster_merge()  local
3092 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster->min_x << 8); in hme_try_cluster_merge()
3093 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3103 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3107 mvd_q8 = (ps_cur_cluster->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_try_cluster_merge()
3108 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3118 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3122 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster->min_y << 8); in hme_try_cluster_merge()
3123 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3179 S32 mvd, mvd_q8; in hme_try_cluster_merge() local
3183 mvd_q8 = (ps_cur_cluster->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_try_cluster_merge()
3184 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_cluster_merge()
3629 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3631 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_32->min_x << 8); in hme_update_32x32_cluster_attributes()
3632 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3642 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3644 mvd_q8 = (ps_cur_cluster_32->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_32x32_cluster_attributes()
3645 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3655 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3657 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_32->min_y << 8); in hme_update_32x32_cluster_attributes()
3658 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3708 S32 mvd, mvd_q8; in hme_update_32x32_cluster_attributes() local
3710 mvd_q8 = (ps_cur_cluster_32->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_32x32_cluster_attributes()
3711 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_32x32_cluster_attributes()
3978 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
3980 mvd_q8 = ps_centroid->i4_pos_x_q8 - (ps_cur_cluster_64->min_x << 8); in hme_update_64x64_cluster_attributes()
3981 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
3991 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
3993 mvd_q8 = (ps_cur_cluster_64->max_x << 8) - ps_centroid->i4_pos_x_q8; in hme_update_64x64_cluster_attributes()
3994 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4004 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
4006 mvd_q8 = ps_centroid->i4_pos_y_q8 - (ps_cur_cluster_64->min_y << 8); in hme_update_64x64_cluster_attributes()
4007 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4057 S32 mvd, mvd_q8; in hme_update_64x64_cluster_attributes() local
4059 mvd_q8 = (ps_cur_cluster_64->max_y << 8) - ps_centroid->i4_pos_y_q8; in hme_update_64x64_cluster_attributes()
4060 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_update_64x64_cluster_attributes()
4382 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4384 mvd_q8 = ps_cur_centroid->i4_pos_x_q8 - (ps_cluster_data->min_x << 8); in hme_try_merge_clusters_blksize_gt_16()
4385 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4395 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4397 mvd_q8 = (ps_cluster_data->max_x << 8) - ps_cur_centroid->i4_pos_x_q8; in hme_try_merge_clusters_blksize_gt_16()
4398 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4408 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4410 mvd_q8 = ps_cur_centroid->i4_pos_y_q8 - (ps_cluster_data->min_y << 8); in hme_try_merge_clusters_blksize_gt_16()
4411 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()
4461 S32 mvd, mvd_q8; in hme_try_merge_clusters_blksize_gt_16() local
4463 mvd_q8 = (ps_cluster_data->max_y << 8) - ps_cur_centroid->i4_pos_y_q8; in hme_try_merge_clusters_blksize_gt_16()
4464 mvd = (mvd_q8 + (1 << 7)) >> 8; in hme_try_merge_clusters_blksize_gt_16()