Searched refs:mb_width (Results 76 - 100 of 127) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263dec.c226 for (; s->mb_x < s->mb_width; s->mb_x++) {
259 if (++s->mb_x >= s->mb_width) {
616 if (prev_y * s->mb_width + prev_x < s->mb_y * s->mb_width + s->mb_x)
H A Dituh263dec.c142 s->mb_x= mb_pos % s->mb_width;
143 s->mb_y= mb_pos / s->mb_width;
826 if(s->pict_type == AV_PICTURE_TYPE_P && s->mb_x+1<s->mb_width && s->mb_num_left != 1)
1065 s->mb_width = (s->width + 15) / 16;
1067 s->mb_num = s->mb_width * s->mb_height;
H A Dh264.h188 int mb_width; ///< pic_width_in_mbs_minus1 + 1 member in struct:SPS
541 int mb_height, mb_width; member in struct:H264Context
H A Dmpegvideo.h132 int alloc_mb_width; ///< mb_width used to allocate tables
268 int mb_width, mb_height; ///< number of MBs horizontally & vertically member in struct:MpegEncContext
269 int mb_stride; ///< mb_width+1 used for some arrays to allow simple addressing of left & top MBs without sig11
270 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressing
755 int mb_width, int mb_height, int mb_stride, int quarter_sample);
H A Drv40.c369 for(mb_x = 0; mb_x < s->mb_width; mb_x++, mb_pos++){
377 for(mb_x = 0; mb_x < s->mb_width; mb_x++, mb_pos++){
H A Dvaapi_vc1.c299 bitplane = ff_vaapi_alloc_bitplane(vactx, (s->mb_width * s->mb_height + 1) / 2);
305 for (x = 0; x < s->mb_width; x++, n++)
H A Dh261enc.c109 int index = s->mb_x + s->mb_y * s->mb_width;
H A Dvp56.h141 int mb_width; /* number of horizontal MB */ member in struct:vp56_context
H A Dcavsdec.c918 h->mbidx = h->mby * h->mb_width;
928 (!h->pic_structure && h->mby >= h->mb_width / 2))
1148 h->mb_width = (h->width + 15) >> 4;
H A Dh264_mb.c224 const int pic_width = 16 * h->mb_width;
558 if (h->mb_x + 1 < h->mb_width) {
572 if (h->mb_x + 1 < h->mb_width) {
H A Dmss3.c688 int x, y, i, mb_width, mb_height, blk_size, btype; local
750 mb_width = dec_width >> 4;
756 for (x = 0; x < mb_width; x++) {
H A Dmss4.c518 int x, y, i, mb_width, mb_height, blk_type; local
577 mb_width = FFALIGN(width, 16) >> 4;
586 for (x = 0; x < mb_width; x++) {
H A Dproresdec2.c177 ctx->mb_width = (avctx->width + 15) >> 4;
215 while (ctx->mb_width - mb_x < slice_mb_count)
229 if (mb_x == ctx->mb_width) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c396 sps->mb_width = get_ue_golomb(&s->gb) + 1;
398 if((unsigned)sps->mb_width >= INT_MAX/16 || (unsigned)sps->mb_height >= INT_MAX/16 ||
399 av_image_check_size(16*sps->mb_width, 16*sps->mb_height, 0, h->s.avctx)){
400 av_log(h->s.avctx, AV_LOG_ERROR, "mb_width/height overflow\n");
454 sps->mb_width, sps->mb_height,
H A Dmpegvideo.c700 s->mb_width = (s->width + 15) / 16;
701 s->mb_stride = s->mb_width + 1;
702 s->b8_stride = s->mb_width * 2 + 1;
703 s->b4_stride = s->mb_width * 4 + 1;
713 s->h_edge_pos = s->mb_width * 16;
716 s->mb_num = s->mb_width * s->mb_height;
739 for (x = 0; x < s->mb_width; x++)
740 s->mb_index2xy[x + y * s->mb_width] = x + y * s->mb_stride;
742 s->mb_index2xy[s->mb_height * s->mb_width] =
743 (s->mb_height - 1) * s->mb_stride + s->mb_width; // FIXM
[all...]
H A Dvp56.h110 int mb_width; /* number of horizontal MB */ member in struct:vp56_context
H A Dituh263dec.c144 s->mb_x= mb_pos % s->mb_width;
145 s->mb_y= mb_pos / s->mb_width;
846 if(s->pict_type == AV_PICTURE_TYPE_P && s->mb_x+1<s->mb_width && s->mb_num_left != 1)
1075 s->mb_width = (s->width + 15) / 16;
1077 s->mb_num = s->mb_width * s->mb_height;
H A Dsvq3.c501 if (s->mb_x < (s->mb_width - 1)) {
766 s->mb_skip_run = get_bits(&s->gb, i) - (s->mb_x + (s->mb_y * s->mb_width));
796 memset(h->intra4x4_pred_mode+h->mb2br_xy[mb_xy - s->mb_stride], -1, 8*sizeof(int8_t)*(s->mb_width - s->mb_x));
933 h->b_stride = 4*s->mb_width;
1035 for (s->mb_x = 0; s->mb_x < s->mb_width; s->mb_x++) {
H A Drv40.c363 for(mb_x = 0; mb_x < s->mb_width; mb_x++, mb_pos++){
371 for(mb_x = 0; mb_x < s->mb_width; mb_x++, mb_pos++){
H A Dvaapi_vc1.c299 bitplane = ff_vaapi_alloc_bitplane(vactx, (s->mb_width * s->mb_height + 1) / 2);
305 for (x = 0; x < s->mb_width; x++, n++)
H A Dh261enc.c108 int index= s->mb_x + s->mb_y*s->mb_width;
H A Dcavsdec.c421 h->mbidx = h->mby*h->mb_width;
430 if((h->pic_type != AV_PICTURE_TYPE_I) || (!h->pic_structure && h->mby >= h->mb_width/2))
634 h->mb_width = (s->width + 15) >> 4;
H A Dsvq1enc.c290 s->m.mb_width= block_width;
292 s->m.mb_stride= s->m.mb_width+1;
293 s->m.b8_stride= 2*s->m.mb_width+1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmbchar.h102 mb_width (mbc)
138 extern int mb_width (const mbchar_t mbc);
247 #define mb_width(mbc) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmbchar.h102 mb_width (mbc)
138 extern int mb_width (const mbchar_t mbc);
247 #define mb_width(mbc) \ macro

Completed in 289 milliseconds

123456