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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_inline.h41 int32 x7; local
43 x7 = src2 ^ src1; /* check odd/even combination */
52 x7 = x7 ^ src1; /* only odd bytes need to add carry */
53 x7 = mask & ((uint32)x7 >> 1);
54 x7 = (x7 << 8) - x7;
55 src1 = src1 + (x7 >>
188 int32 x7; local
192 EOR x7, src2, src1; /* check odd/even combination */ local
194 EOR x7, x7, src1; local
195 AND x7, mask, x7, lsr #1; local
196 ORRCC x7, x7, #0x80000000; local
197 RSB x7, x7, x7, lsl #8; local
198 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
199 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
207 int32 x7; local
211 EOR x7, src2, src1; /* check odd/even combination */ local
213 EOR x7, x7, src1; /* only odd bytes need to add carry */ local
214 ANDS x7, mask, x7, rrx; local
215 RSB x7, x7, x7, lsl #8; local
216 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
217 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
357 int32 x7; local
377 int32 x7; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp160 int32 x0, x1, x3, x5, x7;//, x8; local
166 x7 = W7 * x1;
169 x3 = x7;
170 x5 = (181 * (x1 - x7) + 128) >> 8;
171 x7 = (181 * (x1 + x7) + 128) >> 8;
174 blk[8] = (x0 + x7) >> 8;
178 blk[48] = (x0 - x7) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
219 x7
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
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 Dblock_idct.cpp516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
551 x7 = blk[11];
560 x8 = W3 * (x6 + x7) + 4;
562 x7 = (x8 - (W3 + W5) * x7) >> 3;
572 x6 = x5 + x7;
573 x5 -= x7;
576 x7 = x8 + x3;
586 res = (x7 + x1) >> 14;
609 res = (x7
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_inline.h44 int32 x7; local
46 x7 = src2 ^ src1; /* check odd/even combination */
55 x7 = x7 ^ src1; /* only odd bytes need to add carry */
56 x7 = mask & ((uint32)x7 >> 1);
57 x7 = (x7 << 8) - x7;
58 src1 = src1 + (x7 >>
191 int32 x7; local
195 EOR x7, src2, src1; /* check odd/even combination */ local
197 EOR x7, x7, src1; local
198 AND x7, mask, x7, lsr #1; local
199 ORRCC x7, x7, #0x80000000; local
200 RSB x7, x7, x7, lsl #8; local
201 ADD src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
202 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
210 int32 x7; local
214 EOR x7, src2, src1; /* check odd/even combination */ local
216 EOR x7, x7, src1; /* only odd bytes need to add carry */ local
217 ANDS x7, mask, x7, rrx; local
218 RSB x7, x7, x7, lsl #8; local
219 SUB src1, src1, x7, asr #7; /* add 0xFF to the negative byte, add back carry */ local
220 EOR src1, src1, x7, asr #7; /* take absolute value of negative byte */ local
[all...]
H A Dfastidct.cpp81 int32 x0, x1, x3, x5, x7;//, x8; local
87 x7 = W7 * x1;
90 x3 = x7;
91 x5 = (181 * (x1 - x7) + 128) >> 8;
92 x7 = (181 * (x1 + x7) + 128) >> 8;
95 blk[8] = (x0 + x7) >> 8;
99 blk[48] = (x0 - x7) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
123 x7
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
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
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]

Completed in 60 milliseconds