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

12

/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...]
H A Dmb_motion_comp.cpp553 Vop *comp; local
583 comp = video->currVop;
585 c_comp = comp->yChan + offset;
586 cu_comp = comp->uChan + (offset >> 2) + (xpos >> 2);
587 cv_comp = comp->vChan + (offset >> 2) + (xpos >> 2);
/frameworks/base/services/java/com/android/server/
H A DRecognitionManagerService.java53 ComponentName comp = getCurRecognizer(userHandle);
54 if (comp == null) {
56 comp = findAvailRecognizer(null, userHandle);
57 if (comp != null) {
58 setCurRecognizer(comp, userHandle);
64 int change = isPackageDisappearing(comp.getPackageName());
69 } else if (isPackageModified(comp.getPackageName())) {
70 setCurRecognizer(findAvailRecognizer(comp.getPackageName(), userHandle),
91 ComponentName comp = getCurRecognizer(userHandle);
93 if (comp !
147 setCurRecognizer(ComponentName comp, int userHandle) argument
[all...]
/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...]
H A Dmp4enc_lib.h67 Int dctMode, Int comp, Int dummy, UChar shortHeader);
71 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader);
82 Int DctMode, Int comp, Int dc_scaler);
86 Int DctMode, Int comp, Int dc_scaler);
H A Dfastquant.cpp151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
166 OSCL_UNUSED_ARG(comp);
271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
285 OSCL_UNUSED_ARG(comp);
546 Int dctMode, Int comp, Int dc_scaler)
559 OSCL_UNUSED_ARG(comp);
675 Int dctMode, Int comp, Int dc_scaler)
690 OSCL_UNUSED_ARG(comp);
149 BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dummy, UChar shortHeader) argument
269 BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) argument
544 BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
673 BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
/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/base/services/java/com/android/server/am/
H A DUsageStatsService.java186 String comp = in.readString();
187 if (localLOGV) Slog.v(TAG, "Component: " + comp);
189 mLaunchTimes.put(comp, times);
193 void updateResume(String comp, boolean launched) { argument
205 void addLaunchCount(String comp) { argument
206 TimeStats times = mLaunchTimes.get(comp);
209 mLaunchTimes.put(comp, times);
214 void addLaunchTime(String comp, int millis) { argument
215 TimeStats times = mLaunchTimes.get(comp);
218 mLaunchTimes.put(comp, time
[all...]
/frameworks/base/tools/aapt/
H A DStringPool.cpp85 int comp = configTypeName.compare(o.configTypeName); local
86 if (comp != 0) {
87 return comp;
93 comp = configs[i].compareLogical(o.configs[i]);
94 if (comp != 0) {
95 return comp;
/frameworks/base/core/java/android/app/
H A DSearchManager.java864 ComponentName comp = mService.getAssistIntent(userHandle);
865 if (comp == null) {
869 intent.setComponent(comp);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java169 private static int computePrePostMul(int alpha, int comp) { argument
173 int premul = Math.round(alpha * comp / 255.f);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c259 u32 i, j, comp; local
458 for (comp = 0; comp < 2; comp++)
553 pData = data + 256 + comp*64;

Completed in 1506 milliseconds

12