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

/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.java945 * @param op2 Another opacity value.
952 @PixelFormat.Opacity int op2) {
953 if (op1 == op2) {
956 if (op1 == PixelFormat.UNKNOWN || op2 == PixelFormat.UNKNOWN) {
959 if (op1 == PixelFormat.TRANSLUCENT || op2 == PixelFormat.TRANSLUCENT) {
962 if (op1 == PixelFormat.TRANSPARENT || op2 == PixelFormat.TRANSPARENT) {
951 resolveOpacity(@ixelFormat.Opacity int op1, @PixelFormat.Opacity int op2) argument

Completed in 299 milliseconds