Lines Matching defs:top
650 /* There are two lines saved, the line above the top macroblock
1237 /* Default to top field first when pic_struct_present_flag
2641 int top = 16 * (sl->mb_y >> FIELD_PICTURE(h));
2647 if ((top + height) >= pic_height)
2649 top -= deblock_border;
2652 if (top >= pic_height || (top + height) < 0)
2655 height = FFMIN(height, pic_height - top);
2656 if (top < 0) {
2657 height = top + height;
2658 top = 0;
2661 ff_h264_draw_horiz_band(h, sl, top, height);
2666 ff_thread_report_progress(&h->cur_pic_ptr->tf, top + height - 1,