FFmpeg
Data Fields
RTJpegContext Struct Reference

#include <rtjpeg.h>

Data Fields

int w
 
int h
 
IDCTDSPContext idsp
 
uint8_t scan [64]
 
uint32_t lquant [64]
 
uint32_t cquant [64]
 
int16_t block [64]
 

Detailed Description

Definition at line 34 of file rtjpeg.h.

Field Documentation

◆ w

int RTJpegContext::w

Definition at line 35 of file rtjpeg.h.

◆ h

int RTJpegContext::h

Definition at line 35 of file rtjpeg.h.

◆ idsp

IDCTDSPContext RTJpegContext::idsp

Definition at line 36 of file rtjpeg.h.

◆ scan

uint8_t RTJpegContext::scan[64]

Definition at line 37 of file rtjpeg.h.

◆ lquant

uint32_t RTJpegContext::lquant[64]

Definition at line 38 of file rtjpeg.h.

◆ cquant

uint32_t RTJpegContext::cquant[64]

Definition at line 39 of file rtjpeg.h.

◆ block

int16_t RTJpegContext::block[64]

Definition at line 40 of file rtjpeg.h.


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