Searched refs:sad_8x4 (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_coarse_layer_sad_neon.c | 509 uint16x8_t sad_8x4 = vaddq_u16(curr, east); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 532 sad_8x4 = vaddq_u16(total_cost, sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 535 vst1q_u16(sad_array[1], sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 549 uint16x4_t sad_8x4 = vadd_u16(curr, east); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 564 sad_8x4 = vadd_u16(vmovn_u32(total_cost), sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 567 vst1_u16(sad_array[1], sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 670 uint16x8_t sad_8x4 = vaddq_u16(curr, east); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local 693 sad_8x4 = vaddq_u16(total_cost, sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() 696 vst1q_u16(sad_array[1], sad_8x4); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() 710 uint16x4_t sad_8x4 = vadd_u16(curr, east); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local [all …]
|
/external/libhevc/encoder/ |
D | hme_coarse.c | 407 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() local 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() 423 cost_8x4 += sad_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() 491 S32 sad_4x8, cost_4x8, sad_8x4, cost_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed() local 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() 514 cost_8x4 += sad_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed()
|