Searched refs:mb_count (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv10.c312 int mb_count, pb_frame, marker, unk, mb_xy; local
361 mb_count = get_bits(&s->gb, 12);
365 mb_count = s->mb_width * s->mb_height;
372 return mb_count;
611 int mb_count, mb_pos, left, start_mb_x; local
615 mb_count = rv10_decode_picture_header(s);
617 mb_count = rv20_decode_picture_header(s);
618 if (mb_count < 0) {
630 if (mb_count > left) {
686 for(s->mb_num_left= mb_count;
[all...]
H A Dh263.c3577 static int mpeg4_decode_partition_b(MpegEncContext *s, int mb_count){ argument
3583 for(s->mb_y= s->resync_mb_y; mb_num < mb_count; s->mb_y++){
3585 for(; mb_num < mb_count && s->mb_x<s->mb_width; s->mb_x++){
3654 if(mb_num >= mb_count) return 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c1223 size_t mb_count = 0;
1251 offset_buffer[wc_count + 1] = mb_count += consumed;
1256 offset_buffer[i] = mb_count + 1;
1216 size_t mb_count = 0; local

Completed in 315 milliseconds