Searched refs:mb (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_deblocking.h53 mbStorage_t *mb);
H A Dh264bsd_deblocking.c163 static u32 IsSliceBoundaryOnLeft(mbStorage_t *mb);
165 static u32 IsSliceBoundaryOnTop(mbStorage_t *mb);
167 static u32 GetMbFilteringFlags(mbStorage_t *mb);
171 static u32 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bs, u32 flags);
195 mbStorage_t *mb,
200 mbStorage_t *mb,
206 static u32 GetBoundaryStrengths(mbStorage_t *mb, u8 (*bs)[16], u32 flags);
209 mbStorage_t *mb,
217 mbStorage_t *mb,
236 u32 IsSliceBoundaryOnLeft(mbStorage_t *mb) argument
261 IsSliceBoundaryOnTop(mbStorage_t *mb) argument
288 GetMbFilteringFlags(mbStorage_t *mb) argument
574 h264bsdFilterPicture( image_t *image, mbStorage_t *mb) argument
1134 GetBoundaryStrengths(mbStorage_t *mb, bS_t *bS, u32 flags) argument
1381 GetLumaEdgeThresholds( edgeThreshold_t *thresholds, mbStorage_t *mb, u32 filteringFlags) argument
1460 GetChromaEdgeThresholds( edgeThreshold_t *thresholds, mbStorage_t *mb, u32 filteringFlags, i32 chromaQpIndexOffset) argument
1766 h264bsdFilterPicture( image_t *image, mbStorage_t *mb) argument
1882 GetBoundaryStrengths(mbStorage_t *mb, u8 (*bS)[16], u32 flags) argument
2174 GetLumaEdgeThresholds( mbStorage_t *mb, u8 (*alpha)[2], u8 (*beta)[2], u8 (*threshold)[16], u8 (*bs)[16], u32 filteringFlags ) argument
2304 GetChromaEdgeThresholds( mbStorage_t *mb, u8 (*alpha)[2], u8 (*beta)[2], u8 (*threshold)[8], u8 (*bs)[16], u32 filteringFlags, i32 chromaQpIndexOffset) argument
[all...]
H A Dh264bsd_slice_data.c133 if (!pSliceHeader->redundantPicCnt && pStorage->mb[currMbAddr].decoded)
139 SetMbParams(pStorage->mb + currMbAddr, pSliceHeader,
175 pStorage->mb + currMbAddr, pSliceHeader->sliceType,
184 tmp = h264bsdDecodeMacroblock(pStorage->mb + currMbAddr, mbLayer,
195 if (pStorage->mb[currMbAddr].decoded == 1)
215 EPRINT("Next mb address");
319 ASSERT(pStorage->mb[pStorage->slice->lastMbAddr].sliceId == sliceId);
324 if (pStorage->mb[i].sliceId == sliceId)
338 if ( (pStorage->mb[currMbAddr].sliceId == sliceId) &&
339 (pStorage->mb[currMbAdd
[all...]
H A Dh264bsd_reconstruct.h118 u8 *mb,
128 u8 *mb,
139 u8 *mb,
149 u8 *mb,
160 u8 *mb,
171 u8 *mb,
181 u8 *mb,
192 u8 *mb,
H A Dh264bsd_neighbour.h57 neighbourMb_e mb; member in struct:__anon759
H A Dh264bsd_conceal.c132 mbStorage_t *mb; local
160 while (i < pStorage->picSizeInMbs && !pStorage->mb[i].decoded)
184 pStorage->mb[i].disableDeblockingFilterIdc = 1;
191 mb = pStorage->mb + row * width;
194 ConcealMb(mb+j, currImage, row, j, sliceType, refData);
195 mb[j].decoded = 1;
200 if (!mb[j].decoded)
202 ConcealMb(mb+j, currImage, row, j, sliceType, refData);
203 mb[
[all...]
H A Dh264bsd_reconstruct.c487 is written to macroblock array (mb)
493 u8 *mb,
510 ASSERT(mb);
552 mb[48] = (u8)tmp2;
564 mb[32] = (u8)tmp1;
576 mb[16] = (u8)tmp6;
587 *mb++ = (u8)tmp5;
592 mb += 4*16 - partWidth;
605 is written to macroblock array (mb)
611 u8 *mb,
491 h264bsdInterpolateVerHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
609 h264bsdInterpolateVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
743 h264bsdInterpolateHorHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
866 h264bsdInterpolateHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1004 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument
1210 h264bsdInterpolateMidHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
1396 h264bsdInterpolateMidVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
1600 h264bsdInterpolateMidHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
[all...]
H A Dh264bsd_storage.c361 FREE(pStorage->mb);
364 ALLOCATE(pStorage->mb, pStorage->picSizeInMbs, mbStorage_t);
366 if (pStorage->mb == NULL || pStorage->sliceGroupMap == NULL)
369 H264SwDecMemset(pStorage->mb, 0,
372 h264bsdInitMbNeighbours(pStorage->mb,
474 pStorage->mb[i].sliceId = 0;
475 pStorage->mb[i].decoded = 0;
563 tmp += pStorage->mb[i].decoded ? 1 : 0;
H A Dh264bsd_storage.h108 mbStorage_t *mb; member in struct:__anon792
/frameworks/base/core/jni/
H A DBindTest.cpp38 getString(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
45 getNullString(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
52 getBooleanTrue(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
59 getBooleanFalse(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
66 nonvoidThrowsException (Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
80 setInstanceString (Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
91 setClassString (Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
102 makeStringFromThreeChars (Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
121 makeReturnedObject (Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
137 addDoubles (Class *clazz, MethodBlock *mb, uintptr_ argument
148 setAll(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
173 compareAll(Class *clazz, MethodBlock *mb, uintptr_t *ostack) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s37 mb RN 1 label
146 LDR mb, [sp, #0xc8] ;// predPartChroma
199 STRB tmp5, [mb,#8] ;// store row 2 col 1
202 STRB tmp6, [mb],#1 ;// store row 1 col 1
205 STRB tmp7, [mb,#8] ;// store row 2 col 2
208 STRB tmp8, [mb],#1 ;// store row 1 col 2
215 ADDS mb, mb, #16
216 SBC mb, mb, tmp
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s38 mb RN 1 label
152 LDR mb, [sp, #0xc8] ;// predPartChroma
209 STRB tmp6, [mb, #8] ;// store pixel
211 STRB tmp5, [mb], #1 ;// store pixel
230 STRB tmp6, [mb, #8] ;// store pixel
232 STRB tmp5, [mb], #1 ;// store pixel
239 ADDS mb, mb, #16
240 SBC mb, mb, tmp
[all...]
H A Dh264bsd_interpolate_chroma_ver.s36 mb RN 1 label
144 LDR mb, [sp, #0xc8] ;// predPartChroma
195 STRB tmp7, [mb,#8] ;// store row 2 col 1
197 STRB tmp2, [mb],#1 ;// store row 1 col 1
200 STRB tmp8, [mb,#8] ;// store row 2 col 2
202 STRB tmp5, [mb],#1 ;// store row 1 col 2
210 ADDS mb, mb, #16
211 SBC mb, mb, tmp
[all...]
H A Dh264bsd_interpolate_mid_hor.s36 mb RN 1 ;// pointer to current position in interpolated mb label
116 STR tmp1, [mb], #4
117 STR tmp2, [mb], #4
118 STR tmp3, [mb], #4
119 STR tmp4, [mb], #4
147 STR tmp1, [mb], #4
148 STR tmp2, [mb], #4
149 STR tmp3, [mb], #4
150 STR tmp4, [mb], #
[all...]
H A Dh264bsd_interpolate_hor_half.s35 mb RN 1 label
136 LDR mb, [sp, #0x1e8] ;// mb
199 STR tmp1, [mb], #4
235 STR tmp1, [mb], #4
241 ADDS mb, mb, #16 ;// +16, Carry=0
242 SBC mb, mb, tmp3, LSR #20 ;// -(partWidth-1)-1
H A Dh264bsd_interpolate_ver_half.s35 mb RN 1 label
136 LDR mb, [sp, #0x1e8] ;// mb
193 STR res, [mb], #16 ;// next row (mb)
237 STR res, [mb], #16 ;// next row
285 STR res, [mb], #16 ;// next row
331 STR res, [mb], #-44
340 ADD mb, mb, #6
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s36 mb RN 1 label
143 LDR mb, [sp, #0x1e8] ;// mb
217 STR tmp4, [mb], #4
253 STR tmp4, [mb], #4
259 ADDS mb, mb, #16 ;// +16, Carry=0
260 SBC mb, mb, tmp6, LSR #20 ;// -(partWidth-1)-1
300 LDR mb, [s
[all...]
H A Dh264bsd_interpolate_hor_quarter.s35 mb RN 1 label
138 LDR mb, [sp, #0x1e8] ;// mb
210 STR tmp1, [mb], #4
257 STR tmp1, [mb], #4
263 ADDS mb, mb, #16 ;// +16, Carry=0
264 SBC mb, mb, tmp3, LSR #20 ;// -(partWidth-1)-1
H A Dh264bsd_interpolate_ver_quarter.s34 mb RN 1 label
135 LDR mb, [sp, #0x1e8] ;// mb
201 STR res, [mb], #16 ;// next row (mb)
251 STR res, [mb], #16 ;// next row
301 STR res, [mb], #16 ;// next row
357 STR res, [mb], #-44
367 ADD mb, mb, #6
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java343 final MenuBuilder mb = menu instanceof MenuBuilder ? (MenuBuilder) menu : null;
345 if (featureId == Window.FEATURE_OPTIONS_PANEL && mb == null) {
355 if (mb != null) {
356 mb.setOverrideVisibleItems(true);
361 if (mb != null) {
362 mb.setOverrideVisibleItems(false);
H A DToolbarActionBar.java449 final MenuBuilder mb = menu instanceof MenuBuilder ? (MenuBuilder) menu : null;
450 if (mb != null) {
451 mb.stopDispatchingItemsChanged();
460 if (mb != null) {
461 mb.startDispatchingItemsChanged();
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java197 boolean mb = (i == 0); // first record
199 mRecords[i].writeToByteBuffer(buffer, mb, me);
H A DNdefRecord.java799 boolean mb = (flag & NdefRecord.FLAG_MB) != 0;
806 if (!mb && records.size() == 0 && !inChunk && !ignoreMbMe) {
808 } else if (mb && (records.size() != 0 || inChunk) && !ignoreMbMe) {
939 void writeToByteBuffer(ByteBuffer buffer, boolean mb, boolean me) { argument
943 byte flags = (byte)((mb ? FLAG_MB : 0) | (me ? FLAG_ME : 0) |
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java448 final MenuBuilder mb = menu instanceof MenuBuilder ? (MenuBuilder) menu : null;
449 if (mb != null) {
450 mb.stopDispatchingItemsChanged();
459 if (mb != null) {
460 mb.startDispatchingItemsChanged();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1255 MediaBuffer* mb,
1258 size_t outLength = mb->range_length();
1272 ab = new ABuffer(NULL, mb->range_length());
1273 mb->add_ref();
1274 ab->setMediaBufferBase(mb);
1279 mb->setObserver(this);
1281 // Extra increment (since we want to keep mb alive and attached to ab beyond this function
1282 // call. This is to counter the effect of mb->release() towards the end.
1283 mb->add_ref();
1288 (const uint8_t *)mb
1254 mediaBufferToABuffer( MediaBuffer* mb, media_track_type trackType) argument
[all...]

Completed in 6287 milliseconds

12