Searched refs:vble_restore_plane (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vble.c | 85 static void vble_restore_plane(VBLEContext *ctx, AVFrame *pic, in vble_restore_plane() function 158 vble_restore_plane(ctx, pic, &gb, 0, offset, avctx->width, avctx->height); in vble_decode_frame() 163 vble_restore_plane(ctx, pic, &gb, 1, offset, width_uv, height_uv); in vble_decode_frame() 166 vble_restore_plane(ctx, pic, &gb, 2, offset, width_uv, height_uv); in vble_decode_frame()
|