61 1, 2, 2, 2, 3, 3, 3, 4,
62 2, 2, 2, 3, 3, 3, 4, 4,
63 2, 2, 3, 3, 3, 4, 4, 4,
64 2, 2, 3, 3, 3, 4, 4, 5,
65 2, 3, 3, 3, 4, 4, 5, 6,
66 3, 3, 3, 4, 4, 5, 6, 7,
67 3, 3, 3, 4, 4, 5, 7, 7,
68 3, 3, 4, 4, 5, 7, 7, 7,
72 1, 5, 6, 7, 8, 9, 9, 11,
73 5, 5, 7, 8, 9, 9, 11, 12,
74 6, 7, 8, 9, 9, 11, 11, 12,
75 7, 7, 8, 9, 9, 11, 12, 13,
76 7, 8, 9, 9, 10, 11, 13, 16,
77 8, 9, 9, 10, 11, 13, 16, 19,
78 8, 9, 9, 11, 12, 15, 18, 23,
79 9, 9, 11, 12, 15, 18, 23, 27
84 #define FIC_HEADER_SIZE 27
88 const unsigned t0 = 27246 * blk[3 * step] + 18405 * blk[5 * step];
89 const unsigned t1 = 27246 * blk[5 * step] - 18405 * blk[3 * step];
90 const unsigned t2 = 6393 * blk[7 * step] + 32139 * blk[1 * step];
91 const unsigned t3 = 6393 * blk[1 * step] - 32139 * blk[7 * step];
92 const unsigned t4 = 5793
U * ((
int)(t2 + t0 + 0x800) >> 12);
93 const unsigned t5 = 5793
U * ((
int)(t3 + t1 + 0x800) >> 12);
94 const unsigned t6 = t2 -
t0;
95 const unsigned t7 = t3 -
t1;
96 const unsigned t8 = 17734 * blk[2 * step] - 42813 * blk[6 * step];
97 const unsigned t9 = 17734 * blk[6 * step] + 42814 * blk[2 * step];
98 const unsigned tA = (blk[0 * step] - blk[4 * step]) * 32768 + rnd;
99 const unsigned tB = (blk[0 * step] + blk[4 * step]) * 32768 + rnd;
100 blk[0 * step] = (
int)( t4 + t9 + tB) >>
shift;
101 blk[1 * step] = (
int)( t6 + t7 + t8 + tA) >>
shift;
102 blk[2 * step] = (
int)( t6 - t7 - t8 + tA) >>
shift;
103 blk[3 * step] = (
int)( t5 - t9 + tB) >>
shift;
104 blk[4 * step] = (
int)( -t5 - t9 + tB) >>
shift;
105 blk[5 * step] = (
int)(-(t6 - t7) - t8 + tA) >> shift;
106 blk[6 * step] = (
int)(-(t6 + t7) + t8 + tA) >> shift;
107 blk[7 * step] = (
int)( -t4 + t9 + tB) >>
shift;
116 fic_idct(ptr++, 8, 13, (1 << 12) + (1 << 17));
117 for (i = 1; i < 8; i++) {
123 for (i = 0; i < 8; i++) {
129 for (j = 0; j < 8; j++) {
130 for (i = 0; i < 8; i++)
131 dst[i] = av_clip_uint8(ptr[i]);
147 memset(block, 0,
sizeof(*block) * 64);
153 for (i = 0; i < num_coeff; i++) {
155 if (v < -2048 || v > 2048)
158 ctx->
qmat[ff_zigzag_direct[i]];
174 int y_off = tctx->
y_off;
179 for (p = 0; p < 3; p++) {
183 for (y = 0; y < (slice_h >> !!p); y += 8) {
204 for (i = 0; i <
size; i++)
205 dst[i] += ((src[i] - dst[i]) * alpha[i]) >> 8;
218 for (i = 0; i < 1024; i++) {
219 planes[0][i] = (( 25 * ptr[0] + 129 * ptr[1] + 66 * ptr[2]) / 255) + 16;
220 planes[1][i] = ((-38 * ptr[0] + 112 * ptr[1] + -74 * ptr[2]) / 255) + 128;
221 planes[2][i] = ((-18 * ptr[0] + 112 * ptr[1] + -94 * ptr[2]) / 255) + 128;
222 planes[3][i] = ptr[3];
228 for (i = 0; i < 32; i += 2)
229 for (j = 0; j < 32; j += 2)
230 for (p = 0; p < 3; p++)
231 chroma[p][16 * (i / 2) + j / 2] = (planes[p + 1][32 * i + j ] +
232 planes[p + 1][32 * i + j + 1] +
233 planes[p + 1][32 * (i + 1) + j ] +
234 planes[p + 1][32 * (i + 1) + j + 1]) / 4;
237 for (i = 0; i < 3; i++)
240 (cur_x >> !!i) + !!i;
243 for (i = 0; i <
FFMIN(32, avctx->
height - cur_y) - 1; i += 2) {
245 int csize = lsize / 2;
248 planes[0] + i * 32, lsize, planes[3] + i * 32);
250 planes[0] + (i + 1) * 32, lsize, planes[3] + (i + 1) * 32);
252 chroma[0] + (i / 2) * 16, csize, chroma[2] + (i / 2) * 16);
254 chroma[1] + (i / 2) * 16, csize, chroma[2] + (i / 2) * 16);
310 "Packet is too small to contain cursor (%d vs %d bytes).\n",
318 if (!skip_cursor && tsize < 32) {
320 "Cursor data too small. Skipping cursor.\n");
327 if (!skip_cursor && (cur_x > avctx->
width || cur_y > avctx->
height)) {
329 "Invalid cursor position: (%d,%d). Skipping cursor.\n",
334 if (!skip_cursor && (
AV_RL16(src + 37) != 32 ||
AV_RL16(src + 39) != 32)) {
336 "Invalid cursor size. Skipping cursor.\n");
363 for (slice = 0; slice < nslices; slice++) {
364 unsigned slice_off =
AV_RB32(src + tsize + FIC_HEADER_SIZE + slice * 4);
366 int y_off = ctx->
slice_h * slice;
373 if (slice == nslices - 1) {
377 slice_size =
AV_RB32(src + tsize + FIC_HEADER_SIZE + slice * 4 + 4);
380 if (slice_size < slice_off || slice_size > msize)
383 slice_size -= slice_off;
397 for (slice = 0; slice < nslices; slice++) {
419 memcpy(ctx->
cursor_buf, src + 59, 32 * 32 * 4);
483 .priv_class = &fic_decoder_class,
static av_always_inline void fic_alpha_blend(uint8_t *dst, uint8_t *src, int size, uint8_t *alpha)
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
static int shift(int a, int b)
static float alpha(float a)
This structure describes decoded (raw) audio or video data.
ptrdiff_t const GLvoid * data
static int get_se_golomb(GetBitContext *gb)
read signed exp golomb code.
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
static av_cold int init(AVCodecContext *avctx)
const char * av_default_item_name(void *ptr)
Return the context name.
enum AVPixelFormat pix_fmt
Pixel format, see AV_PIX_FMT_xxx.
int bits_per_raw_sample
Bits per sample/pixel of internal libavcodec pixel/sample format.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)
Identical in function to av_frame_make_writable(), except it uses ff_get_buffer() to allocate the buf...
static av_cold int fic_decode_close(AVCodecContext *avctx)
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values.
int av_frame_ref(AVFrame *dst, const AVFrame *src)
Set up a new reference to the data described by the source frame.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
static const uint8_t fic_header[7]
#define DECLARE_ALIGNED(n, t, v)
Declare a variable that is aligned in memory.
bitstream reader API header.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static void fic_idct_put(uint8_t *dst, int stride, int16_t *block)
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const uint8_t fic_qmat_lq[64]
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
const char * name
Name of the codec implementation.
enum AVPictureType cur_frame_type
static const AVOption options[]
void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size)
Allocate a buffer, reusing the given one if large enough.
enum AVPictureType pict_type
Picture type of the frame.
static const AVClass fic_decoder_class
int width
picture width / height.
static av_cold int fic_decode_init(AVCodecContext *avctx)
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
#define AV_CODEC_CAP_SLICE_THREADS
Codec supports slice-based (or partition-based) multithreading.
Libavcodec external API header.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
#define AV_OPT_FLAG_VIDEO_PARAM
main external API structure.
static unsigned int get_bits1(GetBitContext *s)
Describe the class of an AVClass context structure.
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
const uint8_t ff_zigzag_direct[64]
FICThreadContext * slice_data
static const uint8_t fic_qmat_hq[64]
static av_always_inline void fic_idct(int16_t *blk, int step, int shift, int rnd)
static int fic_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
GLint GLenum GLboolean GLsizei stride
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
common internal api header.
common internal and external API header
static const struct @272 planes[]
static int fic_decode_block(FICContext *ctx, GetBitContext *gb, uint8_t *dst, int stride, int16_t *block, int *is_p)
int(* execute)(struct AVCodecContext *c, int(*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size)
The codec may call this to execute several independent things.
int key_frame
1 -> keyframe, 0-> not
static void fic_draw_cursor(AVCodecContext *avctx, int cur_x, int cur_y)
static int fic_decode_slice(AVCodecContext *avctx, void *tdata)
This structure stores compressed data.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.