Searched refs:H263_GOB_HEIGHT (Results 1 – 4 of 4) sorted by relevance
90 .num_macroblocks_in_gob = s->mb_width * H263_GOB_HEIGHT(s->height), in vaapi_mpeg4_start_frame()92 (s->mb_width * s->mb_height) / (s->mb_width * H263_GOB_HEIGHT(s->height)), in vaapi_mpeg4_start_frame()
28 #define H263_GOB_HEIGHT(h) ((h) <= 400 ? 1 : (h) <= 800 ? 2 : 4) macro
592 s->gob_index = H263_GOB_HEIGHT(s->height); in ff_h263_decode_frame()
2805 s->gob_index = H263_GOB_HEIGHT(s->height); in encode_thread()