Searched refs:gob_index (Results 1 – 5 of 5) sorted by relevance
342 int gob_index; member
592 s->gob_index = H263_GOB_HEIGHT(s->height); in ff_h263_decode_frame()
261 int gob_number= mb_line / s->gob_index; in ff_h263_encode_gob_header()
2685 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()
197 s->mb_y= s->gob_index* gob_number; in h263_decode_gob_header()