FFmpeg
Public Types | Data Fields
SHQContext Struct Reference

Public Types

enum  { SHQ_SUBSAMPLING_420, SHQ_SUBSAMPLING_422, SHQ_SUBSAMPLING_444 }
 
enum  { SHQ_NO_ALPHA, SHQ_RLE_ALPHA, SHQ_DCT_ALPHA }
 

Data Fields

AVCodecContextavctx
 
BlockDSPContext bdsp
 
IDCTDSPContext idsp
 
ScanTable intra_scantable
 
int quant_matrix [64]
 
enum SHQContext:: { ... }  subsampling
 
enum SHQContext:: { ... }  alpha_type
 

Detailed Description

Definition at line 48 of file speedhq.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SHQ_SUBSAMPLING_420 
SHQ_SUBSAMPLING_422 
SHQ_SUBSAMPLING_444 

Definition at line 54 of file speedhq.c.

◆ anonymous enum

anonymous enum
Enumerator
SHQ_NO_ALPHA 
SHQ_RLE_ALPHA 
SHQ_DCT_ALPHA 

Definition at line 56 of file speedhq.c.

Field Documentation

◆ avctx

AVCodecContext* SHQContext::avctx

Definition at line 49 of file speedhq.c.

◆ bdsp

BlockDSPContext SHQContext::bdsp

Definition at line 50 of file speedhq.c.

◆ idsp

IDCTDSPContext SHQContext::idsp

Definition at line 51 of file speedhq.c.

◆ intra_scantable

ScanTable SHQContext::intra_scantable

Definition at line 52 of file speedhq.c.

◆ quant_matrix

int SHQContext::quant_matrix[64]

Definition at line 53 of file speedhq.c.

◆ subsampling

enum { ... } SHQContext::subsampling

◆ alpha_type

enum { ... } SHQContext::alpha_type

The documentation for this struct was generated from the following file: