Home
last modified time | relevance | path

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

/external/libhevc/encoder/arm/
Dihevce_coarse_layer_sad_neon.c454 S16 *pi2_sads_4x4_east, in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() argument
507 uint16x8_t east = vld1q_u16((U16 *)pi2_sads_4x4_east + 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()
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()
615 S16 *pi2_sads_4x4_east, in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() argument
668 uint16x8_t east = vld1q_u16((U16 *)pi2_sads_4x4_east + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
708 uint16x4_t east = vld1_u16((U16 *)pi2_sads_4x4_east + sad_pos); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
744 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_quality_neon()
/external/libhevc/encoder/
Dhme_coarse.c379 S16 *pi2_sads_4x4_east, in hme_combine_4x4_sads_and_compute_cost_high_quality() argument
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()
456 S16 *pi2_sads_4x4_east, in hme_combine_4x4_sads_and_compute_cost_high_speed() argument
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()