Home
last modified time | relevance | path

Searched refs:gob_index (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h342 int gob_index; member
Dh263dec.c592 s->gob_index = H263_GOB_HEIGHT(s->height); in ff_h263_decode_frame()
Dituh263enc.c261 int gob_number= mb_line / s->gob_index; in ff_h263_encode_gob_header()
Dmpegvideo_enc.c2685 int mba = s->mb_x + s->mb_width * (s->mb_y % s->gob_index); in write_mb_info()
2686 int gobn = s->mb_y / s->gob_index; in write_mb_info()
2805 s->gob_index = H263_GOB_HEIGHT(s->height); in encode_thread()
2882 if(s->mb_x || s->mb_y%s->gob_index) is_gob_start=0; in encode_thread()
Dituh263dec.c197 s->mb_y= s->gob_index* gob_number; in h263_decode_gob_header()