Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvble.c126 int width_uv = avctx->width / 2, height_uv = avctx->height / 2; in vble_decode_frame() local
163 vble_restore_plane(ctx, pic, &gb, 1, offset, width_uv, height_uv); in vble_decode_frame()
165 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()