Home
last modified time | relevance | path

Searched refs:H263_GOB_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_mpeg4.c90 .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()
Dh263.h28 #define H263_GOB_HEIGHT(h) ((h) <= 400 ? 1 : (h) <= 800 ? 2 : 4) macro
Dh263dec.c592 s->gob_index = H263_GOB_HEIGHT(s->height); in ff_h263_decode_frame()
Dmpegvideo_enc.c2805 s->gob_index = H263_GOB_HEIGHT(s->height); in encode_thread()