Home
last modified time | relevance | path

Searched refs:sad_pos (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c500 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local
505 uint16x8_t curr = vld1q_u16((U16 *)pi2_sads_4x4_current + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
506 uint16x8_t south = vld1q_u16((U16 *)pi2_sads_4x4_south + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
507 uint16x8_t east = vld1q_u16((U16 *)pi2_sads_4x4_east + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
545 uint16x4_t curr = vld1_u16((U16 *)pi2_sads_4x4_current + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
546 uint16x4_t south = vld1_u16((U16 *)pi2_sads_4x4_south + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
547 uint16x4_t east = vld1_u16((U16 *)pi2_sads_4x4_east + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
582 sad_array[0][0] = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_south[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
583 sad_array[1][0] = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_east[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
661 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local
[all …]
/external/libhevc/encoder/
Dhme_coarse.c408 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_quality() local
412 sad_4x8 = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_south[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_quality()
413 sad_8x4 = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_east[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_quality()
493 S32 sad_pos = ((mvx >> step_shift_x) + mv_x_offset) + in hme_combine_4x4_sads_and_compute_cost_high_speed() local
497 sad_4x8 = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_south[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_speed()
498 sad_8x4 = pi2_sads_4x4_current[sad_pos] + pi2_sads_4x4_east[sad_pos]; in hme_combine_4x4_sads_and_compute_cost_high_speed()