Searched refs:first_in_slice (Results 1 – 3 of 3) sorted by relevance
46 int ff_speedhq_mb_y_order_to_mb(int mb_y_order, int mb_height, int *first_in_slice);
273 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() argument280 *first_in_slice = (mb_y_order == 0); in ff_speedhq_mb_y_order_to_mb()
3016 int first_in_slice; in encode_thread() local3017 mb_y = ff_speedhq_mb_y_order_to_mb(mb_y_order, s->mb_height, &first_in_slice); in encode_thread()3018 if (first_in_slice && mb_y_order != s->start_mb_y) in encode_thread()