Searched refs:x5 (Results 1 - 21 of 21) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
127 x5 = x[2];
149 if (x5 < x1)
151 x5 = x1;
165 if (x5 < x2)
167 x5 = x2;
173 if (x5 < x3)
175 x3 = x5;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp99 int32 x0, x1, x2, x4, x5; local
119 x5 = (W7 * x4 + 4) >> 3;
123 x2 = (181 * (x4 + x5) + 128) >> 8;
124 x1 = (181 * (x4 - x5) + 128) >> 8;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
170 x5 = (181 * (x1 - x7) + 128) >> 8;
175 blk[16] = (x0 + x5) >> 8;
179 blk[40] = (x0 - x5) >>
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dvlc_tab.cpp198 {0x8, 1, 1, 7}, {0x7, 1, 1, 7}, {0x6, 1, 1, 7}, {0x5, 1, 1, 7}, {0xc, 1, 0, 7}, {0xb, 1, 0, 7},
202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5},
203 {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5}, {0x4, 1, 0, 5},
249 {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x6, 2, 0, 10}, {0x5, 2, 0, 10}, {0x5, 2, 0, 10},
250 {0x5, 2, 0, 10}, {0x5, 2, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10}, {0x3, 3, 0, 10},
255 {0x1, 6, 0, 12}, {0x2, 4, 0, 12}, {0x4, 3, 0, 12}, {0x5,
[all...]
H A Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
547 x5 = blk[15];
557 x8 = W7 * (x4 + x5) + 4;
559 x5 = (x8 - (W1 + W7) * x5) >> 3;
572 x6 = x5 + x7;
573 x5 -= x7;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4 - x5) + 128) >> 8;
627 int32 x0, x1, x2, x3, x4, x5, x local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
93 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
94 x4 = x5 = 0;
116 x5 = x5 + x10; /* accumulate low bytes */
119 x5 = x5 + x11; /* accumulate low bytes */
135 x5 = x5
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dsad_mb_offset.h31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
33 // x5 = (x4<<8) - x4;
34 x4 = x5 = 0;
68 x5 = x5 + x10; /* accumulate low bytes */
71 x5 = x5 + x11; /* accumulate low bytes */
94 x5 = x5 + x10; /* accumulate low bytes */
97 x5
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dintra_est.cpp737 int x0, x1, x2, x3, x4, x5; local
1157 x5 = P_F + P_G + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
119 x5 = x5 + x10; /* accumulate low bytes */
122 x5 = x5 + x11; /* accumulate low bytes */
138 x5 = x5
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; local
91 x5 = (181 * (x1 - x7) + 128) >> 8;
96 blk[16] = (x0 + x5) >> 8;
100 blk[40] = (x0 - x5) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
126 x5 = (181 * (x1 - x7) + 128) >> 8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
160 x5
185 int32 x1, x3, x5, x7;//, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
H A Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
36 // x5 = (x4<<8) - x4;
37 x4 = x5 = 0;
71 x5 = x5 + x10; /* accumulate low bytes */
74 x5 = x5 + x11; /* accumulate low bytes */
97 x5 = x5 + x10; /* accumulate low bytes */
100 x5
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
[all...]
H A Dvlc_enc_tab.h578 { 0x5, 5},
883 { 0x5, 5},
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java31 DARK_CYAN(0x5),
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c174 Word16 x1, x2, x3, x4, x5; local
181 x5 = x[2];
201 if (x5 < x1)
203 x5 = x1;
217 if (x5 < x2)
219 x5 = x2;
225 if (x5 < x3)
227 x3 = x5;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.S19 VMOV.I8 d30,#0x5
76 VMOV.I16 d30,#0x5
H A DarmVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.S19 VMOV.I16 d30,#0x5
127 VMOV.I32 q14,#0x5
H A DomxVCM4P10_InterpolateLuma_s.S26 VMOV.I16 d30,#0x5
/frameworks/native/include/private/ui/
H A DRegionHelper.h40 static const uint32_t LHS = 0x5; // 0b101
/frameworks/wilhelm/src/
H A Dsles_allinclusive.h369 #define SL_OBJECT_STATE_REALIZING_2 ((SLuint32) 0x5) // sync realize, or async realize hook
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java414 | (countVoiceMessages == 0 ? 0x5 : 0xa));
773 } else if (indicator == 0x5) {
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h163 OMX_AUDIO_ChannelRS = 0x5, /**< Right surround */
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java164 public static final int BIDI_FORCE_RTL = 0x5;

Completed in 237 milliseconds