Home
last modified time | relevance | path

Searched defs:tmp_b (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/arm/
H A Dihevce_ssd_and_sad_calculator_neon.c98 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
132 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
179 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
238 uint64x2_t tmp_b; in ihevce_ssd_and_sad_calculator_neon() local
H A Dihevce_sad_compute_neon.c77 uint64x2_t tmp_b; in ihevce_8xn_sad_computer_neon() local
105 uint64x2_t tmp_b; in ihevce_16xn_sad_computer_neon() local
135 uint64x2_t tmp_b; in ihevce_32xn_sad_computer_neon() local
169 uint64x2_t tmp_b; in ihevce_64xn_sad_computer_neon() local
H A Dihevce_coarse_layer_sad_neon.c213 uint32x2_t tmp_b; in hme_store_4x4_sads_high_speed_neon() local
374 uint16x4_t tmp_a, tmp_b; in hme_store_4x4_sads_high_quality_neon() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuGemmLowpMatrixMultiplyCore.cpp520 CpuAuxTensorHandler tmp_b(offset_int_vec(TmpB), _tmp_b, tensors, true); in run() local
685 CpuAuxTensorHandler tmp_b(_tmp_b, *tmp_b_p); in prepare() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClGemmLowpMatrixMultiplyCore.cpp667 CLAuxTensorHandler tmp_b(offset_int_vec(RhsReshape), _tmp_b, tensors, true); in run() local
797 CLAuxTensorHandler tmp_b(offset_int_vec(RhsReshape), _tmp_b, tensors, true); in prepare() local
/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_resi_trans_neon.c408 int64x2_t tmp_b; in ihevc_resi_trans_8x8_neon() local
1281 int32x4_t tmp_a, tmp_b; in ihevc_resi_trans_16x16_neon() local
/aosp_15_r20/external/sqlite/android/
H A DPhoneNumberUtils.cpp300 const char* tmp_b = NULL; in phone_number_compare_inter() local
/aosp_15_r20/packages/apps/Gallery2/jni/filters/
Dwbalance.c62 int tmp_r = 0, tmp_g = 0, tmp_b = 0; in estmateWhite() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp218 … const T_out tmp_b = b_offset + static_cast<T_out>(b[base_addr_b + j + k * N]); in gemmlowp_matrix_multiply_core() local
/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Drgb_impl.rs531 let tmp_b = clamp_i32(t - (co >> 1), 0, rgb_max_channel) as f32; in compute_rgb() localVariable
/aosp_15_r20/external/libyuv/source/
H A Drow_lsx.cc2629 __m128i tmp_b, tmp_g, tmp_r, tmp_a; in ARGBColorMatrixRow_LSX() local