Searched refs:comp (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_utils.cpp25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) argument
35 temp1 = (int32 *)comp;
42 comp += width;
46 temp1 = (int32 *)comp;
53 comp += width;
57 temp1 = (int32 *)comp;
64 comp += width;
68 temp1 = (int32 *)comp;
74 comp += width;
86 void PutSKIPPED_B(uint8 *comp, uint argument
[all...]
H A Ddcac_prediction.cpp30 int comp,
79 if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&INTRA_MASK)) /* not intra */
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
88 y_offset = Ypos[comp] * nMBPerRow;
89 x_offset = Xpos[comp];
90 x_tab = Xtab[comp];
91 y_tab = Ytab[comp];
92 z_tab = Ztab[comp];
94 b_xtab = B_Xtab[comp];
95 b_ytab = B_Ytab[comp];
28 doDCACPrediction( VideoDecData *video, int comp, int16 *q_block, int *direction ) argument
206 doDCACPrediction_I( VideoDecData *video, int comp, int16 *q_block ) argument
[all...]
H A Dcombined_decode.cpp360 int comp; local
375 for (comp = 0; comp < 6; comp++)
377 (*DC)[comp] = mid_gray;
540 int comp; local
557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */
588 for (comp = 0; comp < 6; comp
[all...]
H A Didct.h59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
H A Ddatapart_decode.cpp525 int comp; local
552 for (comp = 0; comp < 6; comp++)
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
560 for (comp = 0; comp < 6; comp++)
562 (*DC)[comp]
581 int comp; local
633 int comp; local
[all...]
H A Dmp4dec_lib.h85 void doDCACPrediction(VideoDecData *video, int comp, int16 *q_block,
89 void doDCACPrediction_I(VideoDecData *video, int comp, int16 *q_block);
99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
266 void Copy_MB_into_Vop(uint8 *comp, int yChan[][NCOEFF_BLOCK], int width);
267 void Copy_B_into_Vop(uint8 *comp, int cChan[], int width);
268 void PutSKIPPED_MB(uint8 *comp, uint8 *c_prev, int width);
269 void PutSKIPPED_B(uint8 *comp, uint8 *c_prev, int width);
314 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
316 int VlcDequantMpegInterBlock(void *video, int comp,
319 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, in
[all...]
H A Didct.cpp122 int *blk, uint8 *comp, int width
255 *comp++ = a;
256 *comp++ = a;
257 *comp++ = a;
258 *comp++ = a;
259 *comp++ = a;
260 *comp++ = a;
261 *comp++ = a;
262 *comp++ = a;
264 comp
121 idct_intra( int *blk, uint8 *comp, int width ) argument
[all...]
H A Dvlc_dequant.cpp50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, argument
56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/
84 dcac_row = (*DCAC_row)[B_Xtab[comp]];
85 dcac_col = (*DCAC_col)[B_Ytab[comp]];
99 dc_scaler = (comp < 4) ? video->mblock->DCScalarLum : video->mblock->DCScalarChr;
107 doDCACPrediction(video, comp, datablock, &direction);
110 if (CBP & (1 << (5 - comp)))
367 (*DC)[comp] = datablock[0];
383 int VlcDequantMpegInterBlock(void *vid, int comp, argument
389 int16 *datablock = video->mblock->block[comp]; /* 1
502 VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, uint8 *bitmapcol, uint8 *bitmaprow) argument
805 VlcDequantH263IntraBlock_SH(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) argument
1066 VlcDequantH263InterBlock(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) argument
[all...]
H A Didct_vca.cpp419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width) argument
427 comp -= offset;
437 *((uint32*)(comp += offset)) = word;
438 *((uint32*)(comp + 4)) = word;
448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width) argument
455 comp -= offset;
485 *((int32*)(comp += offset)) = word;
498 *((int32*)(comp + 4)) = word;
505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width) argument
512 comp
578 idctrow4_intra(int16 *blk, PIXEL *comp, int width) argument
[all...]
H A Dblock_idct.cpp251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width)
256 int16 *coeff_in = mblock->block[comp];
260 int nz_coefs = mblock->no_coeff[comp];
261 uint8 *bitmapcol = mblock->bitmapcol[comp];
262 uint8 bitmaprow = mblock->bitmaprow[comp];
307 void idct_intra(int *block, uint8 *comp, int width);
311 void idctref_intra(int *block, uint8 *comp, int width);
621 int16 *blk, PIXEL *comp, int width
710 *((int32*)(comp)) = word;
726 *((int32*)(comp
250 BlockIDCT_intra( MacroBlock *mblock, PIXEL *c_comp, int comp, int width) argument
620 idctrow_intra( int16 *blk, PIXEL *comp, int width ) argument
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothProfileServiceConnection.aidl28 void onServiceConnected(in ComponentName comp, in IBinder service);
29 void onServiceDisconnected(in ComponentName comp);
H A DBluetoothAvrcpController.java141 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0);
142 intent.setComponent(comp);
143 if (comp == null || !mContext.bindServiceAsUser(intent, mConnection, 0,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfindhalfpel.cpp187 Int k, comp; local
207 for (comp = 0; comp < 4; comp++)
215 imin = xpos + ((comp & 1) << 3) + (mot[comp+1].x >> 1);
216 jmin = ypos + ((comp & 2) << 2) + (mot[comp+1].y >> 1);
217 ilow = xpos + ((comp & 1) << 3) - range;
218 jlow = ypos + ((comp
[all...]
H A Dvlc_encode.cpp2035 Int comp; local
2111 for (comp = 0; comp < 6; comp++)
2114 if (Ypos[comp] != 0) y_offset = -nMBPerRow;
2116 x_offset = Xpos[comp];
2117 x_tab = Xtab[comp];
2118 y_tab = Ytab[comp];
2119 z_tab = Ztab[comp];
2121 b_xtab = B_Xtab[comp];
[all...]
H A Dfastcodemb.h70 Int dctMode, Int comp, Int dummy);
74 Int dctMode, Int comp, Int dc_scaler);
84 Int DctMode, Int comp, Int dc_scaler);
88 Int DctMode, Int comp, Int dc_scaler);
H A Dmotion_est.cpp30 /* 1: bias (0,0)MV after full-pel search, before half-pel, highest comp */
31 /* 2: bias (0,0)MV after half-pel, high comp, better PSNR */
142 Int i, j, comp; local
327 for (comp = 1; comp <= 4; comp++)
329 mot_mb[comp].x = 0;
330 mot_mb[comp].y = 0;
434 for (comp = 1; comp <
788 Int comp; local
[all...]
H A Dmotion_comp.cpp40 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
41 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int width);
42 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
43 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int width);
1717 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) argument
1735 temp = *((ULong*)comp);
1740 comp += 4;
1746 temp = *((ULong*)comp);
1751 comp += 4;
1754 comp
1765 Copy_B_from_Vop(UChar *comp, Int cChan[], Int pitch) argument
1795 Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int pitch) argument
1863 Copy_B_into_Vop(UChar *comp, Int cChan[], Int pitch) argument
[all...]
/frameworks/support/core-utils/java/android/support/v4/content/
H A DWakefulBroadcastReceiver.java100 ComponentName comp = context.startService(intent);
101 if (comp == null) {
107 "wake:" + comp.flattenToShortString());
111 return comp;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java50 public VoiceInteractionServiceInfo(PackageManager pm, ComponentName comp) argument
52 this(pm, pm.getServiceInfo(comp, PackageManager.GET_META_DATA));
55 public VoiceInteractionServiceInfo(PackageManager pm, ComponentName comp, int userHandle) argument
57 this(pm, getServiceInfoOrThrow(comp, userHandle));
60 static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) argument
63 ServiceInfo si = AppGlobals.getPackageManager().getServiceInfo(comp,
74 throw new PackageManager.NameNotFoundException(comp.toString());
/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java47 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) argument
51 comp,
59 throw new PackageManager.NameNotFoundException(comp.toString());
68 public AutofillServiceInfo(PackageManager pm, ComponentName comp, int userHandle) argument
70 this(pm, getServiceInfoOrThrow(comp, userHandle));
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java257 int comp = values[index].compareTo(values[index+1]);
258 if (comp != 0) {
259 return comp < 0 ? -1 : 1;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Resize.S143 .irp comp, 1, 2, 4
144 .if \comp == 1
146 .elseif \comp == 2
148 .elseif \comp == 4
163 /* void rsdIntrinsicResizeB\comp\()_K(
177 ENTRY(rsdIntrinsicResizeB\comp\()_K)
241 .if \comp == 1
247 .elseif \comp == 2
253 .elseif \comp == 4
318 .if \comp
[all...]
H A DrsCpuIntrinsics_advsimd_Resize.S126 .irp comp, 1, 2, 4
127 .if \comp == 1
129 .elseif \comp == 2
131 .elseif \comp == 4
155 ENTRY(rsdIntrinsicResizeB\comp\()_K)
211 .if \comp == 1
217 .elseif \comp == 2
223 .elseif \comp == 4
283 .if \comp == 4
303 .if \comp
[all...]
/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationComparatorTest.java230 NotificationComparator comp = new NotificationComparator(mContext);
231 assertTrue(comp.isImportantMessaging(mRecordInlineReply));
232 assertTrue(comp.isImportantMessaging(mRecordSms));
233 assertFalse(comp.isImportantMessaging(mRecordEmail));
234 assertFalse(comp.isImportantMessaging(mRecordCheater));
239 NotificationComparator comp = new NotificationComparator(mContext);
240 assertTrue(comp.isImportantPeople(mRecordStarredContact));
241 assertTrue(comp.isImportantPeople(mRecordContact));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerTest.java73 ComponentName comp = intent.resolveSystemService(mContext.getPackageManager(), 0);
74 mContext.addMockService(comp, mKeyChainService);

Completed in 982 milliseconds

123