Home
last modified time | relevance | path

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

/external/libopus/silk/
Dana_filt_bank_1.c48 opus_int32 in32, X, Y, out_1, out_2; in silk_ana_filt_bank_1() local
58 out_1 = silk_ADD32( S[ 0 ], X ); in silk_ana_filt_bank_1()
71 outL[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_ADD32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
72 outH[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SUB32( out_2, out_1 ), 11 ) ); in silk_ana_filt_bank_1()
/external/dbus/dbus/
Ddbus-auth.c482 goto out_1; in sha1_compute_hash()
485 goto out_1; in sha1_compute_hash()
489 goto out_1; in sha1_compute_hash()
492 goto out_1; in sha1_compute_hash()
496 goto out_1; in sha1_compute_hash()
499 goto out_1; in sha1_compute_hash()
503 out_1: in sha1_compute_hash()
697 goto out_1; in sha1_handle_second_client_response()
770 out_1: in sha1_handle_second_client_response()
854 goto out_1; in handle_client_data_cookie_sha1_mech()
[all …]
Ddbus-keyring.c132 goto out_1; in _dbus_keyring_new()
150 out_1: in _dbus_keyring_new()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfwd_txfm_neon.c28 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local
119 out_1 = vcombine_s16(a, c); // 10 11 12 13 50 51 52 53 in vpx_fdct8x8_neon()
136 const int32x4x2_t r13_s32 = vtrnq_s32(vreinterpretq_s32_s16(out_1), in vpx_fdct8x8_neon()
/external/webp/src/dsp/
Ddec_sse2.c1088 const __m128i out_1 = _mm_add_epi16(base, top_base_1); in TrueMotion() local
1089 const __m128i out = _mm_packus_epi16(out_0, out_1); in TrueMotion()
Denc_sse2.c665 const __m128i out_1 = _mm_add_epi16(base, top_base_1); in TM() local
666 const __m128i out = _mm_packus_epi16(out_0, out_1); in TM()