Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c42 Word32 i, j, max, R0, R1, R2; in Pitch_med_ol() local
98 R1 = 0; in Pitch_med_ol()
105 R1 += vo_mult32(*p2, *p2); in Pitch_med_ol()
108 R1 += vo_mult32(*p2, *p2); in Pitch_med_ol()
111 R1 += vo_mult32(*p2, *p2); in Pitch_med_ol()
114 R1 += vo_mult32(*p2, *p2); in Pitch_med_ol()
118 R1 = (R1 <<1) + 1L; in Pitch_med_ol()
125 exp_R1 = norm_l(R1); in Pitch_med_ol()
126 R1 = (R1 << exp_R1); in Pitch_med_ol()
132 R1 = vo_L_mult(voround(R1), voround(R2)); in Pitch_med_ol()
[all …]
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dnumeric.h82 template <typename R1, typename R2>
83 static inline vec2 MapPoint(const vec2& pt, const R1& from, const R2& to) { in MapPoint()
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl58 # R1 trigger
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DDeemph_32_opt.s27 @x_lo RN R1
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DDeemph_32_neon.s27 @x_lo RN R1
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java50 R1, enumConstant
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java319 hsRelease = NetworkDetail.HSRelease.R1; in from()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java505 mockScanDetails.add(buildMockScanDetail(false, NetworkDetail.HSRelease.R1, in buildMockScanDetailList()
2088 anqpDomainId1, NetworkDetail.HSRelease.R1, true)); in testObservedHotspotAps()
2090 anqpDomainId1, NetworkDetail.HSRelease.R1, true)); in testObservedHotspotAps()
2127 i + 10, NetworkDetail.HSRelease.R1, true)); in testObservedHotspotAps()
/frameworks/base/proto/src/
Dwifi.proto340 // Histogram counting instances of scans with N many HotSpot 2.0 R1 APs
346 // Histogram counting instances of scans with N many unique HotSpot 2.0 R1 ESS.
358 // Histogram counting number of HotSpot 2.0 R1 APs per observed ESS in a scan
549 // Histogram of the EAP method type of all installed Passpoint profiles for R1
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1775 if (networkDetail.getHSRelease() == NetworkDetail.HSRelease.R1) { in countScanResults()
2213 if (networkDetail.getHSRelease() == NetworkDetail.HSRelease.R1) { in incrementAvailableNetworksHistograms()
2231 if (networkDetail.getHSRelease() == NetworkDetail.HSRelease.R1) { in incrementAvailableNetworksHistograms()