Lines Matching refs:slice
243 * in Hilbert order, making the minimum slice height 64 for 4:2:0 and 32
2069 * Perform the final rendering for a particular slice of data.
2070 * The slice number ranges from 0..(c_superblock_height - 1).
2072 static void render_slice(Vp3DecodeContext *s, int slice)
2081 if (slice >= s->c_superblock_height)
2096 int sb_x, sb_y = slice << (!plane && s->chroma_y_shift);
2113 /* for each superblock row in the slice (both of them)... */
2259 /* this looks like a good place for slice dispatch... */
2261 * if (slice == s->macroblock_height - 1)
2262 * dispatch (both last slice & 2nd-to-last slice);
2263 * else if (slice > 0)
2264 * dispatch (slice - 1);
2267 vp3_draw_horiz_band(s, FFMIN((32 << s->chroma_y_shift) * (slice + 1) - 16,