#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/mem_internal.h"
#include "libavutil/thread.h"
#include "avcodec.h"
#include "bytestream.h"
#include "canopus.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "hq_common.h"
#include "hq_hqadata.h"
#include "hq_hqadsp.h"
#include "vlc.h"
Go to the source code of this file.
|
| static void | put_blocks (HQContext *c, AVFrame *pic, int plane, int x, int y, int ilace, int16_t *block0, int16_t *block1) |
| |
| static int | hq_decode_block (HQContext *c, GetBitContext *gb, int16_t block[64], int qsel, int is_chroma, int is_hqa) |
| |
| static int | hq_decode_mb (HQContext *c, AVFrame *pic, GetBitContext *gb, int x, int y) |
| |
| static int | hq_decode_frame (HQContext *ctx, AVFrame *pic, GetByteContext *gbc, int prof_num, size_t data_size) |
| |
| static int | hqa_decode_mb (HQContext *c, AVFrame *pic, int qgroup, GetBitContext *gb, int x, int y) |
| |
| static int | hqa_decode_slice (HQContext *ctx, AVFrame *pic, GetBitContext *gb, int quant, int slice_no, int w, int h) |
| |
| static int | hqa_decode_frame (HQContext *ctx, AVFrame *pic, GetByteContext *gbc, size_t data_size) |
| |
| static int | hq_hqa_decode_frame (AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt) |
| |
| static av_cold void | hq_init_static (void) |
| |
| static av_cold int | hq_hqa_decode_init (AVCodecContext *avctx) |
| |
◆ put_blocks()
| static void put_blocks |
( |
HQContext * | c, |
|
|
AVFrame * | pic, |
|
|
int | plane, |
|
|
int | x, |
|
|
int | y, |
|
|
int | ilace, |
|
|
int16_t * | block0, |
|
|
int16_t * | block1 ) |
|
inlinestatic |
◆ hq_decode_block()
| static int hq_decode_block |
( |
HQContext * | c, |
|
|
GetBitContext * | gb, |
|
|
int16_t | block[64], |
|
|
int | qsel, |
|
|
int | is_chroma, |
|
|
int | is_hqa ) |
|
static |
◆ hq_decode_mb()
◆ hq_decode_frame()
◆ hqa_decode_mb()
◆ hqa_decode_slice()
◆ hqa_decode_frame()
◆ hq_hqa_decode_frame()
◆ hq_init_static()
| static av_cold void hq_init_static |
( |
void | | ) |
|
|
static |
◆ hq_hqa_decode_init()
◆ hq_quants
◆ hq_ac_rvlc
◆ ff_hq_hqa_decoder
Initial value:= {
.p.name = "hq_hqa",
}
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static int hq_hqa_decode_frame(AVCodecContext *avctx, AVFrame *pic, int *got_frame, AVPacket *avpkt)
static av_cold int hq_hqa_decode_init(AVCodecContext *avctx)
Definition at line 418 of file hq_hqa.c.