Searched refs:mb (Results 1 - 25 of 389) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.sub263 | maxq | mb | microblaze | mcore | mep | metag \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub262 | maxq | mb | microblaze | mcore | mep | metag \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddnxhdenc.c410 unsigned mb = mb_y * ctx->m.mb_width + mb_x; local
441 ctx->mb_rc[qscale][mb].ssd = ssd;
442 ctx->mb_rc[qscale][mb].bits = ac_bits+dc_bits+12+8*ctx->vlc_bits[0];
458 unsigned mb = mb_y * ctx->m.mb_width + mb_x; local
459 int qscale = ctx->mb_qscale[mb];
492 unsigned mb = mb_y * ctx->m.mb_width + mb_x; local
493 ctx->slice_size[mb_y] += ctx->mb_bits[mb];
510 unsigned mb = mb_y * ctx->m.mb_width + mb_x; local
514 ctx->mb_cmp[mb].value = varc;
515 ctx->mb_cmp[mb]
545 int mb = y*ctx->m.mb_width+x; local
665 int mb = y*ctx->m.mb_width+x; local
685 int mb = ctx->mb_cmp[x].mb; local
[all...]
H A Ddnxhdenc.h32 uint16_t mb; member in struct:__anon512
H A Ddv.c428 static void dv_decode_ac(GetBitContext *gb, BlockInfo *mb, DCTELEM *block) argument
431 const uint8_t *scan_table = mb->scan_table;
432 const uint32_t *factor_table = mb->factor_table;
433 int pos = mb->pos;
434 int partial_bit_count = mb->partial_bit_count;
443 (mb->partial_bit_buffer << (sizeof(re_cache) * 8 - partial_bit_count));
445 mb->partial_bit_count = 0;
466 mb->partial_bit_count = last_index - re_index;
467 mb->partial_bit_buffer = NEG_USR32(re_cache, mb
526 BlockInfo mb_data[5 * DV_MAX_BPM], *mb, *mb1; local
761 DCTELEM mb[64]; member in struct:EncBlockInfo
[all...]
H A Descape124.c171 static void insert_mb_into_sb(SuperBlock* sb, MacroBlock mb, unsigned index) { argument
176 dst[0] = mb.pixels32[0];
177 dst[4] = mb.pixels32[1];
288 MacroBlock mb; local
307 mb = decode_macroblock(s, &gb, &cb_index, superblock_index);
312 insert_mb_into_sb(&sb, mb, i);
331 mb = decode_macroblock(s, &gb, &cb_index,
333 insert_mb_into_sb(&sb, mb, i);
338 mb = decode_macroblock(s, &gb, &cb_index, superblock_index);
339 insert_mb_into_sb(&sb, mb, get_bit
[all...]
H A Dh264.c152 // take top left mv from the middle of the mb, as opposed to all other modes which use the bottom right partition
1032 /* FIXME save sub mb types from previous frames (or derive from MVs)
2473 memcpy(dest_y + i* linesize, h->mb + i*8, 16);
2476 memcpy(dest_cb+ i*uvlinesize, h->mb + 128 + i*4, 8);
2477 memcpy(dest_cr+ i*uvlinesize, h->mb + 160 + i*4, 8);
2503 h->hpc.pred8x8l_add[dir](ptr, h->mb + i*16, linesize);
2509 if(nnz == 1 && h->mb[i*16])
2510 idct_dc_add(ptr, h->mb + i*16, linesize);
2512 idct_add (ptr, h->mb + i*16, linesize);
2529 h->hpc.pred4x4_add[dir](ptr, h->mb
[all...]
H A Dh264.h404 unsigned int ref_count[2]; ///< counts frames or fields, depending on current mb mode
431 DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
432 DCTELEM mb_padding[256]; ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not too large or ensure that there is some unused stuff after mb
H A Dmpc7.c165 int mb = -1; local
189 mb = i;
194 for(i = 0; i <= mb; i++)
198 for(i = 0; i <= mb; i++){
236 ff_mpc_dequantize_and_synth(c, mb, data);
H A Droqvideoenc.c264 static void get_frame_mb(AVFrame *frame, int x, int y, uint8_t mb[], int dim) argument
272 *mb++ = frame->data[cp][(y+i)*stride + x + j];
H A Dsvq3.c619 s->dsp.clear_blocks(h->mb);
639 if (svq3_decode_block(&s->gb, h->mb, 0, 0)){
655 if (svq3_decode_block(&s->gb, &h->mb[16*k], index, type)){
665 if (svq3_decode_block(&s->gb, &h->mb[16*(16 + 4*i)], 0, 3)){
675 if (svq3_decode_block(&s->gb, &h->mb[16*(16 + i)], 1, 1)){
H A Dtruemotion2.c239 int d, mb; local
243 mb = get_bits(&ctx->gb, 5);
245 if((d < 1) || (d > TM2_DELTAS) || (mb < 1) || (mb > 32)) {
246 av_log(ctx->avctx, AV_LOG_ERROR, "Incorrect delta table: %i deltas x %i bits\n", d, mb);
251 v = get_bits_long(&ctx->gb, mb);
252 if(v & (1 << (mb - 1)))
253 ctx->deltas[stream_id][i] = v - (1 << mb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfig.sub255 | maxq | mb | microblaze | mcore | mep | metag \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfig.sub255 | maxq | mb | microblaze | mcore | mep | metag \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore | mep \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c234 MFT_RECORD *mb = NULL; local
241 mb = ntfs_malloc(vol->mft_record_size);
242 if (!vol->mft_ni || !mb) {
247 vol->mft_ni->mrec = mb;
250 vol->mft_record_size, mb);
258 if (ntfs_mft_record_check(vol, 0, mb))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c386 struct mbuf *mb; local
425 mb = make_mbufs(mp, sizeof(struct ifnet *));
427 if (mb == NULL) {
442 snit_intr(ifp, mb, &nif);
453 mb->m_pkthdr.rcvif = ifp;
454 mb->m_pkthdr.len = len;
456 mb->m_off -= sizeof(struct ifnet *);
457 mb->m_len += sizeof(struct ifnet *);
458 *mtod(mb, struct ifnet **) = ifp;
475 m_freem(mb);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-groups39 my ($group, $mb) = @_;
48 push @{$mb}, $m;
52 if (!process_rec_group($gname, $mb)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dcharcnv.c898 unsigned char mb[10]; local
900 size_t mb_len = convert_string(CH_UCS2, CH_DOS, buffer+i, sizeof(smb_ucs2_t), mb, sizeof(mb), False);
902 memcpy((char *)dest + dest_len, mb, mb_len);
1354 valid mb char, not within one.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.c604 uint8_t *ma = NULL, *mb = NULL; local
613 if (bsize > 0 && !(mb = avahi_new(uint8_t, bsize))) {
619 avahi_string_list_serialize(b->data.txt.string_list, mb, bsize);
622 r = lexicographical_memcmp(ma, asize, mb, bsize);
631 avahi_free(mb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore | mep \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c154 DB_MSGBUF mb; local
161 DB_MSGBUF_INIT(&mb);
163 __db_msgadd(env, &mb, "%s: %#lx",
165 __db_prflags(env, &mb, dbp->flags, __db_flags_fn, " (", ")");
166 DB_MSGBUF_FLUSH(env, &mb);
263 DB_MSGBUF mb; local
273 DB_MSGBUF_INIT(&mb);
288 env, &mb, "\tfree list: %lu", (u_long)dbmeta->free);
293 DB_MSGBUF_FLUSH(env, &mb);
301 __db_msgadd(env, &mb, "
382 DB_MSGBUF mb; local
473 DB_MSGBUF mb; local
833 DB_MSGBUF mb; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub253 | maxq | mb | microblaze | mcore | mep \

Completed in 219 milliseconds

1234567891011>>