• Home
  • Raw
  • Download

Lines Matching refs:mvx

385     S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range;  in hme_combine_4x4_sads_and_compute_cost_high_quality()  local
405 for(mvx = ps_mv_range->i2_min_x; mvx < ps_mv_range->i2_max_x; mvx += stepx) in hme_combine_4x4_sads_and_compute_cost_high_quality()
408 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_quality()
416 s_search_node.s_mv.i2_mvx = mvx; in hme_combine_4x4_sads_and_compute_cost_high_quality()
427 best_mv_x_4x8 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_quality()
433 best_mv_x_8x4 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_quality()
462 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_combine_4x4_sads_and_compute_cost_high_speed() local
489 for(mvx = ps_mv_range->i2_min_x; mvx < ps_mv_range->i2_max_x; mvx += stepx) in hme_combine_4x4_sads_and_compute_cost_high_speed()
493 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_speed()
503 (2 * hme_get_range(ABS(mvx)) - 1) + (2 * hme_get_range(ABS(mvy)) - 1) + i1_ref_idx; in hme_combine_4x4_sads_and_compute_cost_high_speed()
505 cost_4x8 += (mvx != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
509 cost_8x4 += (mvx != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
518 best_mv_x_4x8 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_speed()
524 best_mv_x_8x4 = mvx; in hme_combine_4x4_sads_and_compute_cost_high_speed()
578 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_quality() local
617 for(mvx = ps_range_prms->i2_min_x; mvx < ps_range_prms->i2_max_x; mvx += stepx) in hme_store_4x4_sads_high_quality()
620 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_quality()
637 [((mvx >> step_shift_x) + mv_x_offset) + in hme_store_4x4_sads_high_quality()
661 S32 mvx, mvy, mv_x_offset, mv_y_offset, mv_x_range, mv_y_range; in hme_store_4x4_sads_high_speed() local
701 for(mvx = ps_range_prms->i2_min_x; mvx < ps_range_prms->i2_max_x; mvx += stepx) in hme_store_4x4_sads_high_speed()
704 pu1_ref = pu1_ref_coloc + mvx + (mvy * i4_ref_stride); in hme_store_4x4_sads_high_speed()
721 [((mvx >> step_shift_x) + mv_x_offset) + in hme_store_4x4_sads_high_speed()