Searched refs:MB_SIZE (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c86 #define MB_SIZE 4 //4x4 MBs macro
87 #define MB_AREA (MB_SIZE*MB_SIZE)
604 for(y = 0; y < MB_SIZE; y++) {
606 MB_SIZE);
611 for(y = 0; y < MB_SIZE/2; y++) {
614 MB_SIZE/2);
639 for(z = y = 0; y < h; y += MB_SIZE) {
640 for(x = 0; x < s->w; x += MB_SIZE, z++) {
762 for(y = 0; y < MB_SIZE;
[all...]
H A Dsnow.h69 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
299 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride;
342 av_assert2(src_stride > 2*MB_SIZE + 5);
419 int block_size = MB_SIZE >> s->block_max_depth;
H A Dsnowenc.c79 s->m.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t));
498 const int block_size = MB_SIZE >> s->block_max_depth;
591 static int get_block_rd(SnowContext *s, int mb_x, int mb_y, int plane_index, uint8_t (*obmc_edged)[MB_SIZE * 2]){
593 const int block_size = MB_SIZE >> s->block_max_depth;
695 const int block_size = MB_SIZE >> s->block_max_depth;
888 static av_always_inline int check_block(SnowContext *s, int mb_x, int mb_y, int p[3], int intra, uint8_t (*obmc_edged)[MB_SIZE * 2], int *best_rd){
929 static av_always_inline int check_block_inter(SnowContext *s, int mb_x, int mb_y, int p0, int p1, uint8_t (*obmc_edged)[MB_SIZE * 2], int *best_rd){
1016 const int b_w= (MB_SIZE >> s->block_max_depth);
1017 uint8_t obmc_edged[MB_SIZE *
[all...]
H A Dsnow.c372 s->vdsp.emulated_edge_mc(tmp + MB_SIZE, src,
376 src= tmp + MB_SIZE;
516 FF_ALLOCZ_ARRAY_OR_GOTO(avctx, s->scratchbuf, FFMAX(s->mconly_picture->linesize[0], 2*avctx->width+256), 7*MB_SIZE, fail);
517 emu_buf_size = FFMAX(s->mconly_picture->linesize[0], 2*avctx->width+256) * (2 * MB_SIZE + HTAPS_MAX - 1);
H A Dsnowdec.c41 int block_size = MB_SIZE >> s->block_max_depth;
429 (MB_SIZE >> s->block_max_depth) +
489 const int block_size = MB_SIZE >> s->block_max_depth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnow.h66 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
288 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride;
329 assert(src_stride > 2*MB_SIZE + 5);
406 int block_size = MB_SIZE >> s->block_max_depth;
H A Dsnow.c342 s->dsp.emulated_edge_mc(tmp + MB_SIZE, src, stride, b_w+HTAPS_MAX-1, b_h+HTAPS_MAX-1, sx, sy, w, h);
343 src= tmp + MB_SIZE;
452 FF_ALLOC_OR_GOTO(avctx, s->scratchbuf, s->mconly_picture.linesize[0]*7*MB_SIZE, fail);
H A Dsnowdec.c43 int block_size = MB_SIZE >> s->block_max_depth;
404 ff_slice_buffer_init(&s->sb, s->plane[0].height, (MB_SIZE >> s->block_max_depth) + s->spatial_decomposition_count * 8 + 1, s->plane[0].width, s->spatial_idwt_buffer);
454 const int block_size = MB_SIZE >> s->block_max_depth;
H A Dsnowenc.c204 s->m.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t));
579 const int block_size = MB_SIZE >> s->block_max_depth;
671 const int block_size = MB_SIZE >> s->block_max_depth;
679 uint8_t tmp[ref_stride*(2*MB_SIZE+HTAPS_MAX-1)];
770 const int block_size = MB_SIZE >> s->block_max_depth;
1080 const int b_w= (MB_SIZE >> s->block_max_depth);
1122 const int block_w= MB_SIZE >> s->block_max_depth;
1275 if(s->c.bytestream_end - s->c.bytestream < w*MB_SIZE*MB_SIZE*
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_internal.h108 #define MB_SIZE 1024 macro
930 u_char mailbox[MB_SIZE];
H A Dwl_main.c1316 lp->ltvRecord.u.u16[2] = ( MB_SIZE / sizeof( hcf_16 ));
2477 lp->ltvRecord.len = MB_SIZE;
3296 //x u_char mailbox[MB_SIZE];

Completed in 171 milliseconds