Searched defs:mb (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.h57 neighbourMb_e mb; member in struct:__anon618
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_storage.h108 mbStorage_t *mb; member in struct:__anon651
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_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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
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_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_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_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...]
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_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...]
/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/base/core/java/android/nfc/
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 && !ignoreMbMe) {
936 void writeToByteBuffer(ByteBuffer buffer, boolean mb, boolean me) { argument
940 byte flags = (byte)((mb ? FLAG_MB : 0) | (me ? FLAG_ME : 0) |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp45 Short mb[6][64], Int lx, Int lx_uv);
102 Int mbnum = video->mbnum; //mb index
1906 Short mb[6][64], Int lx, Int lx_uv)
1916 mb[0][count] = (Int)(*c_prev++);
1917 mb[4][count] = (Int)(*c_prev_u++);
1918 mb[5][count++] = (Int)(*c_prev_v++);
1922 mb[1][count1++] = (Int)(*c_prev++);
1935 mb[2][count++] = (Int)(*c_prev++);
1938 mb[3][count1++] = (Int)(*c_prev++);
1905 get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v, Short mb[6][64], Int lx, Int lx_uv) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1357 MediaBuffer* mb,
1362 size_t outLength = mb->range_length();
1371 ab = new ABuffer(NULL, mb->range_length());
1372 mb->add_ref();
1373 ab->setMediaBufferBase(mb);
1377 (const uint8_t *)mb->data() + mb->range_offset(),
1378 mb->range_length());
1383 if (!mb->meta_data()->findInt32(kKeyValidSamples, &numPageSamples)) {
1387 uint8_t* abEnd = ab->data() + mb
1356 mediaBufferToABuffer( MediaBuffer* mb, media_track_type trackType, int64_t , int64_t *actualTimeUs) argument
[all...]

Completed in 1240 milliseconds