Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h365 int gob_index; member
Dh263dec.c583 s->gob_index = H263_GOB_HEIGHT(s->height); in ff_h263_decode_frame()
Dituh263enc.c255 int gob_number= mb_line / s->gob_index; in ff_h263_encode_gob_header()
Dmpegvideo_enc.c2878 int mba = s->mb_x + s->mb_width * (s->mb_y % s->gob_index); in write_mb_info()
2879 int gobn = s->mb_y / s->gob_index; in write_mb_info()
3002 s->gob_index = H263_GOB_HEIGHT(s->height); in encode_thread()
3078 if(s->mb_x || s->mb_y%s->gob_index) is_gob_start=0; in encode_thread()
Dituh263dec.c194 s->mb_y= s->gob_index* gob_number; in h263_decode_gob_header()