Searched defs:R1 (Results 1 - 3 of 3) 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/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java50 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...]

Completed in 95 milliseconds