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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvble.c83 static void vble_restore_plane(VBLEContext *ctx, AVFrame *pic, function
155 vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height);
160 vble_restore_plane(ctx, pic, &gb, 1, offset, width_uv, height_uv);
163 vble_restore_plane(ctx, pic, &gb, 2, offset, width_uv, height_uv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvble.c85 static void vble_restore_plane(VBLEContext *ctx, int plane, int offset, function
157 vble_restore_plane(ctx, 0, offset, avctx->width, avctx->height);
162 vble_restore_plane(ctx, 1, offset, width_uv, height_uv);
165 vble_restore_plane(ctx, 2, offset, width_uv, height_uv);

Completed in 36 milliseconds