SCREEN_HIGH        49 libavcodec/bmvvideo.c     uint8_t *frame, frame_base[SCREEN_WIDE * (SCREEN_HIGH + 1)];
SCREEN_HIGH        61 libavcodec/bmvvideo.c     uint8_t *frame_end = frame + SCREEN_WIDE * SCREEN_HIGH;
SCREEN_HIGH       278 libavcodec/bmvvideo.c     if (avctx->width != SCREEN_WIDE || avctx->height != SCREEN_HIGH) {