Searched refs:x7 (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd4_17pf.cpp199 i = index & 0x7;
208 i = index & 0x7;
218 i = index & 0x7;
234 i = index & 0x7;
H A Dwmf_to_ets.cpp177 (wmf_input_ptr[i>>3] >> ((~i) & 0x7)) & 0x01;
185 ets_output_ptr[i] = (wmf_input_ptr[i>>3] >> ((~i) & 0x7)) & 0x01;
H A Dd3_14pf.cpp169 i = index & 0x7;
183 i = index & 0x7;
197 i = index & 0x7;
H A Dd2_11pf.cpp168 i = index & 0x7;
181 i = index & 0x7;
H A Dd8_31pf.cpp369 LSBs = indx[NB_TRACK_MR102] & 0x7;
387 LSBs = indx[NB_TRACK_MR102+1] & 0x7;
/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 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},
201 {0x8, 1, 0, 6}, {0x8, 1, 0, 6}, {0x7, 1, 0, 6}, {0x7, 1, 0, 6}, {0x6, 1, 0, 6}, {0x6, 1, 0, 6},
248 {0x8, 2, 0, 10}, {0x8, 2, 0, 10}, {0x7, 2, 0, 10}, {0x7, 2, 0, 10}, {0x7, 2, 0, 10}, {0x7, 2, 0, 10},
271 {0x7, 1, 0, 7}, {0x2, 2, 0, 7}, {0x1, 3, 0, 7}, {0x0, 9, 0, 7},
307 {0x7, 2, 0, 9}, {0x7,
[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...]
H A Dvlc_dequant.cpp149 temp = (temp + (0x7 & (temp >> 31))) >> 3;
155 bitmapcol[k&0x7] |= mask[k>>3];
194 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01*/
210 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01*/
243 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01 */
260 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01 */
299 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01*/
315 temp = (temp + (0x7 & (temp >> 31))) >> 3; /* 03/26/01 */
457 bitmapcol[k&0x7] |= mask[k>>3];
602 bitmapcol[k&0x7] |
[all...]
H A Dbitstream.cpp428 n_stuffed = 8 - (stream->bitcnt & 0x7); /* 07/05/01 */
447 n_stuffed = (8 - (stream->bitcnt & 0x7)) & 7;
465 n_stuffed = 8 - (stream->bitcnt & 0x7); /* 07/05/01 */
491 n_stuffed = (8 - (stream->bitcnt & 0x7)) & 0x7; /* 07/05/01 */
551 PV_BitstreamFlushBits(stream, ((pos & 0x7) + ((byte_pos & 0x3) << 3)));
571 n_stuffed = 8 - (stream->bitcnt & 0x7);
583 n_stuffed = (8 - (stream->bitcnt & 0x7)) & 7; // stream->incnt % 8
/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...]
H A Ddatapart_encode.cpp359 bitCount1 &= 0x7;
360 bitCount2 &= 0x7;
361 bitCount3 &= 0x7;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_stream.c126 (pStrmData->strmBuffReadBits & 0x7));
195 ASSERT(pStrmData->bitPosInWord == (pStrmData->strmBuffReadBits & 0x7));
198 pStrmData->bitPosInWord = pStrmData->strmBuffReadBits & 0x7;
H A Dh264bsd_vlc.c145 *codeNum = 7 + ((bits >> 25) & 0x7);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DTextColor.java33 DARK_MAGENTA(0x7),
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_3DLUT.S24 smov x7, \src1
27 add x7, x7, x3
30 ld1 {v17.2s}, [x7], x4
33 ld1 {v19.2s}, [x7], x5
46 ld1 {v19.2s}, [x7]
49 sub x7, x7, x4
52 ld1 {v17.2s}, [x7]
142 * x7
[all...]
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S68 * x7 = column3_fn
160 br x7
177 br x7
282 br x7
296 br x7
977 sub x7, sp, #32
980 st1 {v12.1d-v15.1d}, [x7]
986 ldp x6,x7, [x3],#16
1017 cmp x7, x16
1018 csel x7, x
[all...]
H A DrsCpuIntrinsics_advsimd_Resize.S55 ld1 {v11.8b}, [x7], #8
83 ld1 {v11.s}[0], [x7], #4
149 * uint8_t const * restrict src2, // x7
193 /* x4-x7 contain pointers to the four lines of input to be
244 sub x7, x7, x13, LSL #(COMPONENT_SHIFT)
294 sub x7, x7, #8
298 add x7, x7, x1
[all...]
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DSourceCodeEscapers.java200 r[3] = HEX_DIGITS[c & 0x7];
202 r[2] = HEX_DIGITS[c & 0x7];
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmSmsAddress.java49 ton = 0x7 & (toa >> 4);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.cpp164 *ind = (tmp & 0x8) | gray[tmp & 0x7];
168 *ind = gray[tmp & 0x7];
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7];
214 *pInd = gray[tmp & 0x7];
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c150 if (i&0x7)
/frameworks/minikin/include/minikin/
H A DLayout.h53 kBidi_Mask = 0x7
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp144 unsigned int eh_value = fde_encoding & 0x7;

Completed in 297 milliseconds

123