Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/arm/
H A Dihevce_coarse_layer_sad_neon.c479 const int32x4_t v_lambda_q_shift = vdupq_n_s32(-lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local
526 total_cost_0 = vshlq_u32(total_cost_0, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
527 total_cost_1 = vshlq_u32(total_cost_1, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
561 total_cost = vshlq_u32(total_cost, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_speed_neon()
640 const int32x4_t v_lambda_q_shift = vdupq_n_s32(-lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local
687 total_cost_0 = vshlq_u32(total_cost_0, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
688 total_cost_1 = vshlq_u32(total_cost_1, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
722 total_cost = vshlq_u32(total_cost, v_lambda_q_shift); in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()