Lines Matching refs:mvy
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
403 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_quality()
409 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range; in hme_combine_4x4_sads_and_compute_cost_high_quality()
417 s_search_node.s_mv.i2_mvy = mvy; in hme_combine_4x4_sads_and_compute_cost_high_quality()
428 best_mv_y_4x8 = mvy; in hme_combine_4x4_sads_and_compute_cost_high_quality()
434 best_mv_y_8x4 = mvy; 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
487 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_speed()
494 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range; 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()
506 cost_4x8 += (mvy != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
510 cost_8x4 += (mvy != 0) ? 1 : 0; in hme_combine_4x4_sads_and_compute_cost_high_speed()
519 best_mv_y_4x8 = mvy; in hme_combine_4x4_sads_and_compute_cost_high_speed()
525 best_mv_y_8x4 = mvy; 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
615 for(mvy = ps_range_prms->i2_min_y; mvy < ps_range_prms->i2_max_y; mvy += stepy) 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()
638 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range] = sad; 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
699 for(mvy = ps_range_prms->i2_min_y; mvy < ps_range_prms->i2_max_y; mvy += stepy) 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()
722 ((mvy >> step_shift_y) + mv_y_offset) * mv_x_range] = sad; in hme_store_4x4_sads_high_speed()