Searched refs:slice_height (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsmpeg4.c331 s->slice_height= s->mb_height/1;
332 put_bits(&s->pb, 5, 0x16 + s->mb_height/s->slice_height);
456 if (s->slice_height && (s->mb_y % s->slice_height) == 0) {
1152 s->slice_height= s->mb_height; //to avoid 1/0 if the first frame is not a keyframe
1210 s->slice_height = code;
1218 s->slice_height = s->mb_height / (code - 0x16);
1258 s->slice_height);
H A Dwmv2enc.c49 s->slice_height = s->mb_height / code;
H A Dh263dec.c189 if(s->resync_mb_y + s->slice_height == s->mb_y){
650 if(s->slice_height==0 || s->mb_x!=0 || (s->mb_y%s->slice_height)!=0 || get_bits_count(&s->gb) > s->gb.size_in_bits)
H A Dwmv2dec.c103 s->slice_height = s->mb_height / code;
H A Dmpegvideo.h582 int slice_height; ///< in macroblocks member in struct:MpegEncContext
H A Dvp3.c1315 int slice_height = y + (FRAGMENT_PIXELS << !plane); local
1325 for (; y < slice_height; y += 8) {

Completed in 163 milliseconds