Home
last modified time | relevance | path

Searched refs:vp3_draw_horiz_band (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp3.c1904 static void vp3_draw_horiz_band(Vp3DecodeContext *s, int y) in vp3_draw_horiz_band() function
2263 vp3_draw_horiz_band(s, FFMIN((32 << s->chroma_y_shift) * (slice + 1) - 16, in render_slice()
2812 vp3_draw_horiz_band(s, s->height); in vp3_decode_frame()