Searched defs:R1 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c42 Word32 i, j, max, R0, R1, R2; local
98 R1 = 0;
105 R1 += vo_mult32(*p2, *p2);
108 R1 += vo_mult32(*p2, *p2);
111 R1 += vo_mult32(*p2, *p2);
114 R1 += vo_mult32(*p2, *p2);
118 R1 = (R1 <<1) + 1L;
120 /* gain = R0/ sqrt(R1*R2) */
125 exp_R1 = norm_l(R1);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1091 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; local
1099 R1 = SrcPtr[pitch];
1103 // |R0 - R1| < Beta
1104 tmp1 = R0 - R1;
1136 tmp = R1 + R0 + L0;
1143 SrcPtr[0] = ((R1 << 1) + R0 + L1 + 2) >> 2;
1148 SrcPtr[-pitch] = (R1 + (tmp << 1) + L2 + 4) >> 3;
1154 SrcPtr[-pitch] = ((L1 << 1) + L0 + R1 + 2) >> 2;
1172 R1 = SrcPtr[pitch];
1181 // |R0 - R1| < Bet
1280 int L2 = 0, L1, L0, R0, R1, R2 = 0; local
1497 int L1, L0, R0, R1, tmp, tmp1; local
1587 int L1, L0, R0, R1, tmp, tmp1; local
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java53 R1, enum constant in enum:NetworkDetail.HSRelease
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java76 SWAP(34), // Swap, e.g. "swap R0,R1"
77 MOVE(35); // Move, e.g. "move R0,R1"
87 R1(1); enum constant in enum:ApfGenerator.Register
448 * the sum of {@code offset} and the value in register R1.
460 * the sum of {@code offset} and the value in register R1.
472 * the sum of {@code offset} and the value in register R1.
553 * Add an instruction to the end of the program to add register R1 to register R0.
556 Instruction instruction = new Instruction(Opcodes.ADD, Register.R1);
562 * Add an instruction to the end of the program to multiply register R0 by register R1.
565 Instruction instruction = new Instruction(Opcodes.MUL, Register.R1);
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; local
1064 R1 = (R0 + S0) >> 2;
1075 //[D P1 Q1 R1]
1082 temp |= (R1 << 24);
1111 R1 = (R0 + S0) >> 2;
1123 temp |= (Q2 << 24); //[S0 R1 R0 Q1]
1136 temp = S0 | (R1 << 8);

Completed in 187 milliseconds