Searched refs:R1 (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | p_med_ol.c | 42 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/ |
D | numeric.h | 82 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/ |
D | Vendor_054c_Product_0268.kl | 58 # R1 trigger
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | Deemph_32_opt.s | 27 @x_lo RN R1
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Deemph_32_neon.s | 27 @x_lo RN R1
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | NetworkDetail.java | 50 R1, enumConstant
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 319 hsRelease = NetworkDetail.HSRelease.R1; in from()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 505 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/ |
D | wifi.proto | 340 // 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/ |
D | WifiMetrics.java | 1775 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()
|