Searched refs:height_uv (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.c124 int width_uv = avctx->width / 2, height_uv = avctx->height / 2; local
160 vble_restore_plane(ctx, pic, &gb, 1, offset, width_uv, height_uv);
162 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.c122 int width_uv = avctx->width / 2, height_uv = avctx->height / 2; local
162 vble_restore_plane(ctx, 1, offset, width_uv, height_uv);
164 offset += width_uv * height_uv;
165 vble_restore_plane(ctx, 2, offset, width_uv, height_uv);

Completed in 37 milliseconds