Home
last modified time | relevance | path

Searched refs:R2 (Results 1 – 9 of 9) 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
99 R2 = 0; in Pitch_med_ol()
104 R2 += vo_mult32(*p1, *p1); in Pitch_med_ol()
107 R2 += vo_mult32(*p1, *p1); in Pitch_med_ol()
110 R2 += vo_mult32(*p1, *p1); in Pitch_med_ol()
113 R2 += vo_mult32(*p1, *p1); in Pitch_med_ol()
119 R2 = (R2 <<1) + 1L; in Pitch_med_ol()
128 exp_R2 = norm_l(R2); in Pitch_med_ol()
129 R2 = (R2 << exp_R2); in Pitch_med_ol()
132 R1 = vo_L_mult(voround(R1), voround(R2)); in Pitch_med_ol()
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; in EdgeLoop_Luma_horizontal() local
1121 R2 = SrcPtr[pitch<<1]; //inc2 in EdgeLoop_Luma_horizontal()
1125 tmp = R0 - R2; in EdgeLoop_Luma_horizontal()
1137 SrcPtr[0] = (L1 + (tmp << 1) + R2 + 4) >> 3; in EdgeLoop_Luma_horizontal()
1138 tmp += R2; in EdgeLoop_Luma_horizontal()
1140 SrcPtr[pitch<<1] = (((SrcPtr[(pitch+(pitch<<1))] + R2) << 1) + tmp + 4) >> 3; in EdgeLoop_Luma_horizontal()
1193 R2 = SrcPtr[pitch<<1]; //inc2 in EdgeLoop_Luma_horizontal()
1197 tmp = R0 - R2; in EdgeLoop_Luma_horizontal()
1242 R2 = (R2 + ((RL0 + 1) >> 1) - (R1 << 1)) >> 1; in EdgeLoop_Luma_horizontal()
1243 tmp = R2 + C0; in EdgeLoop_Luma_horizontal()
[all …]
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl57 # R2 trigger
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DDeemph_32_neon.s28 @y[] RN R2
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DDeemph_32_opt.s28 @y[] RN R2
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java54 R2, enumConstant
353 Constants.hasR2Elements(queryElements) && mHSRelease == HSRelease.R2); in queriable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DANQPFactory.java66 boolean includeOSU = osu && networkDetail.getHSRelease() == NetworkDetail.HSRelease.R2; in buildQueryList()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java254 hsRelease = NetworkDetail.HSRelease.R2; in from()
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd1562 <p>R2 Button key. On a game controller, the R2 button should be either the button labeled R2 or the…