FFmpeg
|
#include <proresdec.h>
Definition at line 38 of file proresdec.h.
BlockDSPContext ProresContext::bdsp |
Definition at line 39 of file proresdec.h.
ProresDSPContext ProresContext::prodsp |
Definition at line 40 of file proresdec.h.
AVFrame* ProresContext::frame |
Definition at line 41 of file proresdec.h.
int ProresContext::frame_type |
0 = progressive, 1 = tff, 2 = bff
Definition at line 42 of file proresdec.h.
uint8_t ProresContext::qmat_luma[64] |
Definition at line 43 of file proresdec.h.
uint8_t ProresContext::qmat_chroma[64] |
Definition at line 44 of file proresdec.h.
SliceContext* ProresContext::slices |
Definition at line 45 of file proresdec.h.
int ProresContext::slice_count |
number of slices in the current picture
Definition at line 46 of file proresdec.h.
unsigned ProresContext::mb_width |
width of the current picture in mb
Definition at line 47 of file proresdec.h.
unsigned ProresContext::mb_height |
height of the current picture in mb
Definition at line 48 of file proresdec.h.
uint8_t ProresContext::progressive_scan[64] |
Definition at line 49 of file proresdec.h.
uint8_t ProresContext::interlaced_scan[64] |
Definition at line 50 of file proresdec.h.
const uint8_t* ProresContext::scan |
Definition at line 51 of file proresdec.h.
int ProresContext::first_field |
Definition at line 52 of file proresdec.h.
int ProresContext::alpha_info |
Definition at line 53 of file proresdec.h.
void(* ProresContext::unpack_alpha) (GetBitContext *gb, uint16_t *dst, int num_coeffs, const int num_bits) |
Definition at line 54 of file proresdec.h.
AVClass * ProresContext::class |
Definition at line 180 of file proresenc_anatoliy.c.
FDCTDSPContext ProresContext::fdsp |
Definition at line 181 of file proresenc_anatoliy.c.
uint8_t* ProresContext::fill_y |
Definition at line 182 of file proresenc_anatoliy.c.
uint8_t* ProresContext::fill_u |
Definition at line 183 of file proresenc_anatoliy.c.
uint8_t* ProresContext::fill_v |
Definition at line 184 of file proresenc_anatoliy.c.
uint8_t* ProresContext::fill_a |
Definition at line 185 of file proresenc_anatoliy.c.
int ProresContext::qmat_luma[16][64] |
Definition at line 187 of file proresenc_anatoliy.c.
int ProresContext::qmat_chroma[16][64] |
Definition at line 188 of file proresenc_anatoliy.c.
const uint8_t * ProresContext::scantable |
Definition at line 189 of file proresenc_anatoliy.c.
int ProresContext::is_422 |
Definition at line 191 of file proresenc_anatoliy.c.
int ProresContext::need_alpha |
Definition at line 192 of file proresenc_anatoliy.c.
int ProresContext::is_interlaced |
Definition at line 193 of file proresenc_anatoliy.c.
char * ProresContext::vendor |
Definition at line 195 of file proresenc_anatoliy.c.
int16_t ProresContext::blocks[MAX_PLANES][64 *4 *MAX_MBS_PER_SLICE] |
Definition at line 231 of file proresenc_kostya.c.
uint16_t ProresContext::emu_buf[16 *16] |
Definition at line 232 of file proresenc_kostya.c.
int16_t ProresContext::quants[MAX_STORED_Q][64] |
Definition at line 233 of file proresenc_kostya.c.
int16_t ProresContext::quants_chroma[MAX_STORED_Q][64] |
Definition at line 234 of file proresenc_kostya.c.
int16_t ProresContext::custom_q[64] |
Definition at line 235 of file proresenc_kostya.c.
int16_t ProresContext::custom_chroma_q[64] |
Definition at line 236 of file proresenc_kostya.c.
const uint8_t* ProresContext::quant_mat |
Definition at line 237 of file proresenc_kostya.c.
const uint8_t* ProresContext::quant_chroma_mat |
Definition at line 238 of file proresenc_kostya.c.
void(* ProresContext::fdct) (FDCTDSPContext *fdsp, const uint16_t *src, ptrdiff_t linesize, int16_t *block) |
Definition at line 241 of file proresenc_kostya.c.
const AVFrame* ProresContext::pic |
Definition at line 245 of file proresenc_kostya.c.
int ProresContext::mb_width |
Definition at line 246 of file proresenc_kostya.c.
int ProresContext::mb_height |
Definition at line 246 of file proresenc_kostya.c.
int ProresContext::mbs_per_slice |
Definition at line 247 of file proresenc_kostya.c.
int ProresContext::num_chroma_blocks |
Definition at line 248 of file proresenc_kostya.c.
int ProresContext::chroma_factor |
Definition at line 248 of file proresenc_kostya.c.
int ProresContext::slices_width |
Definition at line 249 of file proresenc_kostya.c.
int ProresContext::slices_per_picture |
Definition at line 250 of file proresenc_kostya.c.
int ProresContext::pictures_per_frame |
Definition at line 251 of file proresenc_kostya.c.
int ProresContext::cur_picture_idx |
Definition at line 252 of file proresenc_kostya.c.
int ProresContext::num_planes |
Definition at line 253 of file proresenc_kostya.c.
int ProresContext::bits_per_mb |
Definition at line 254 of file proresenc_kostya.c.
int ProresContext::force_quant |
Definition at line 255 of file proresenc_kostya.c.
int ProresContext::alpha_bits |
Definition at line 256 of file proresenc_kostya.c.
int ProresContext::warn |
Definition at line 257 of file proresenc_kostya.c.
int ProresContext::quant_sel |
Definition at line 260 of file proresenc_kostya.c.
int ProresContext::frame_size_upper_bound |
Definition at line 262 of file proresenc_kostya.c.
int ProresContext::profile |
Definition at line 264 of file proresenc_kostya.c.
const struct prores_profile* ProresContext::profile_info |
Definition at line 265 of file proresenc_kostya.c.
int* ProresContext::slice_q |
Definition at line 267 of file proresenc_kostya.c.
ProresThreadData* ProresContext::tdata |
Definition at line 269 of file proresenc_kostya.c.