Searched refs:out_2 (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | ana_filt_bank_1.c | 48 opus_int32 in32, X, Y, out_1, out_2; in silk_ana_filt_bank_1() local 67 out_2 = silk_ADD32( S[ 1 ], 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/libvpx/libvpx/vpx_dsp/arm/ |
D | fwd_txfm_neon.c | 28 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local 69 out_2 = vcombine_s16(e, g); // 20 21 22 23 60 61 62 63 in vpx_fdct8x8_neon() 135 vreinterpretq_s32_s16(out_2)); in vpx_fdct8x8_neon()
|
/external/dbus/dbus/ |
D | dbus-auth.c | 701 goto out_2; in sha1_handle_second_client_response() 709 goto out_2; in sha1_handle_second_client_response() 718 goto out_2; in sha1_handle_second_client_response() 722 goto out_2; in sha1_handle_second_client_response() 767 out_2: in sha1_handle_second_client_response() 870 goto out_2; in handle_client_data_cookie_sha1_mech() 873 goto out_2; in handle_client_data_cookie_sha1_mech() 1000 out_2: in handle_client_data_cookie_sha1_mech()
|
D | dbus-keyring.c | 135 goto out_2; in _dbus_keyring_new() 148 out_2: in _dbus_keyring_new()
|