Searched refs:mb_num (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.h272 int mb_num; ///< number of MBs of a picture member in struct:MpegEncContext
H A Drv40.c234 if(r->s.mb_skip_run > (unsigned)s->mb_num)
H A Dh264.c523 er->mb_num = h->mb_num;
529 FF_ALLOCZ_OR_GOTO(h->avctx, er->mb_index2xy, (h->mb_num + 1) * sizeof(int),
H A Dh263dec.c631 s->er.error_status_table[s->mb_num - 1] = ER_MB_ERROR;
H A Dmpegvideo.c1112 er->mb_num = s->mb_num;
1157 s->mb_num = s->mb_width * s->mb_height;
1173 FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_index2xy, (s->mb_num + 1) * sizeof(int), fail); // error ressilience code looks cleaner with this
H A Drv10.c287 if (show_bits(&s->gb, 12) == 0 || (mb_xy && mb_xy < s->mb_num)) {
H A Dmpegvideo_enc.c185 for (i = 0; i < s->mb_num; i++) {
1432 s->mb_num / s->avctx->b_sensitivity)
1730 avctx->p_count = s->mb_num - s->i_count - s->skip_count;
H A Dmotion_est.c1643 for(i=0; i<8; i++) score[i]= s->mb_num*(8-i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c765 i = (s->mb_num < 64) ? 6 : (1 + av_log2 (s->mb_num - 1));
H A Dh263dec.c678 s->error_status_table[s->mb_num-1]= ER_MB_ERROR;
H A Drv10.c280 if(show_bits(&s->gb, 12)==0 || (mb_xy && mb_xy < s->mb_num)){
H A Dmpegvideo_enc.c185 for (i = 0; i < s->mb_num; i++) {
1313 s->mb_num / s->avctx->b_sensitivity)
1479 avctx->p_count = s->mb_num - s->i_count - s->skip_count;
H A Dmpegvideo.c716 s->mb_num = s->mb_width * s->mb_height;
736 FF_ALLOCZ_OR_GOTO(s->avctx, s->mb_index2xy, (s->mb_num + 1) * sizeof(int),
H A Dh264.c3065 assert(s->mb_num == s->mb_width * s->mb_height);
3066 if(first_mb_in_slice << FIELD_OR_MBAFF_PICTURE >= s->mb_num ||
3067 first_mb_in_slice >= s->mb_num){
H A Dmotion_est.c1825 for(i=0; i<8; i++) score[i]= s->mb_num*(8-i);

Completed in 134 milliseconds

12