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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c1392 static void vp3_draw_horiz_band(Vp3DecodeContext *s, int y) function
1624 vp3_draw_horiz_band(s, FFMIN((32 << s->chroma_y_shift) * (slice + 1) -16, s->height-16));
2045 vp3_draw_horiz_band(s, s->avctx->height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c1415 static void vp3_draw_horiz_band(Vp3DecodeContext *s, int y) function
1655 vp3_draw_horiz_band(s, FFMIN((32 << s->chroma_y_shift) * (slice + 1) - 16,
2154 vp3_draw_horiz_band(s, s->avctx->height);

Completed in 172 milliseconds