Lines Matching defs:row
1725 /* for each fragment row... */
1727 /* for each fragment in a row... */
1825 /* do not perform top edge filter for top row fragments */
1842 /* do not perform bottom edge filter for bottom row
1844 * in this frame (it will be filtered in the next row) */
1906 * called when all pixels up to row y are complete
2113 /* for each superblock row in the slice (both of them)... */
2115 /* for each superblock in a row... */
2252 // Filter up to the last row in the superblock row
2812 // filter the last row
2815 int row = (s->height >> (3 + (i && s->chroma_y_shift))) - 1;
2816 apply_loop_filter(s, i, row, row + 1);