Home
last modified time | relevance | path

Searched refs:first_in_slice (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeedhqenc.h46 int ff_speedhq_mb_y_order_to_mb(int mb_y_order, int mb_height, int *first_in_slice);
H A Dspeedhqenc.c268 int ff_speedhq_mb_y_order_to_mb(int mb_y_order, int mb_height, int *first_in_slice) in ff_speedhq_mb_y_order_to_mb() argument
275 *first_in_slice = (mb_y_order == 0); in ff_speedhq_mb_y_order_to_mb()
H A Dmpegvideo_enc.c2819 int first_in_slice; in encode_thread() local
2820 mb_y = ff_speedhq_mb_y_order_to_mb(mb_y_order, s->mb_height, &first_in_slice); in encode_thread()
2821 if (first_in_slice && mb_y_order != s->start_mb_y) in encode_thread()

Completed in 8 milliseconds