Searched defs:op2 (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct_inline.h27 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
33 out = op2 * 724 + op3; /* op1 is not used here */
111 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
117 smlabb out, op1, op2, op3 local
174 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
180 and out, op2, #0xFFFF local
269 __inline int32 mla724(int32 op1, int32 op2, int32 op3) argument
273 register int32 bb = (int32)op2;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java756 * @param op2 Another opacity value.
762 public static int resolveOpacity(int op1, int op2) { argument
763 if (op1 == op2) {
766 if (op1 == PixelFormat.UNKNOWN || op2 == PixelFormat.UNKNOWN) {
769 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
772 if (op1 == PixelFormat.TRANSPARENT || op2 == PixelFormat.TRANSPARENT) {

Completed in 118 milliseconds