proresdata.h File Reference
#include <stdint.h>
Include dependency graph for proresdata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FRAME_ID   MKBETAG('i', 'c', 'p', 'f')
 
#define FIRST_DC_CB   0xB8
 

Variables

const uint8_t ff_prores_progressive_scan [64]
 
const uint8_t ff_prores_interlaced_scan [64]
 
const uint8_t ff_prores_dc_codebook [4]
 
const uint8_t ff_prores_ac_codebook [7]
 
const uint8_t ff_prores_run_to_cb_index [16]
 Lookup tables for adaptive switching between codebooks according with previous run/level value. More...
 
const uint8_t ff_prores_lev_to_cb_index [10]
 

Macro Definition Documentation

#define FIRST_DC_CB   0xB8

Definition at line 33 of file proresdata.h.

Referenced by decode_dc_coeffs(), encode_dcs(), and estimate_dcs().

#define FRAME_ID   MKBETAG('i', 'c', 'p', 'f')

Definition at line 28 of file proresdata.h.

Referenced by decode_frame(), and encode_frame().

Variable Documentation

const uint8_t ff_prores_ac_codebook[7]

Definition at line 55 of file proresdata.c.

Referenced by decode_ac_coeffs(), encode_acs(), and estimate_acs().

const uint8_t ff_prores_dc_codebook[4]

Definition at line 48 of file proresdata.c.

Referenced by decode_dc_coeffs(), encode_dcs(), and estimate_dcs().

const uint8_t ff_prores_interlaced_scan[64]

Definition at line 36 of file proresdata.c.

Referenced by decode_frame_header(), and encode_init().

const uint8_t ff_prores_lev_to_cb_index[10]

Definition at line 72 of file proresdata.c.

Referenced by decode_ac_coeffs(), encode_acs(), and estimate_acs().

const uint8_t ff_prores_progressive_scan[64]

Definition at line 25 of file proresdata.c.

Referenced by decode_frame_header(), and encode_init().

const uint8_t ff_prores_run_to_cb_index[16]

Lookup tables for adaptive switching between codebooks according with previous run/level value.

Definition at line 69 of file proresdata.c.

Referenced by decode_ac_coeffs(), encode_acs(), and estimate_acs().