|
FFmpeg
|
#include <stdint.h>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 [7] |
| const uint8_t | ff_prores_run_to_cb [16] |
| const uint8_t | ff_prores_level_to_cb [10] |
Definition at line 28 of file proresdata.h.
Referenced by encode_frame(), ff_prores_kostya_write_frame_header(), prores_encode_frame(), and write_frame_header().
| #define FIRST_DC_CB 0xB8 |
Definition at line 36 of file proresdata.h.
Referenced by decode_dc_coeffs(), encode_dcs(), encode_dcs(), and estimate_dcs().
|
extern |
Definition at line 25 of file proresdata.c.
Referenced by decode_init(), ff_prores_kostya_encode_init(), and prores_encode_init().
|
extern |
Definition at line 36 of file proresdata.c.
Referenced by decode_init(), decode_init(), ff_prores_kostya_encode_init(), and prores_encode_init().
|
extern |
Definition at line 47 of file proresdata.c.
Referenced by encode_dcs(), encode_dcs(), and estimate_dcs().
|
extern |
Definition at line 49 of file proresdata.c.
Referenced by encode_acs(), encode_acs(), and estimate_acs().
|
extern |
Definition at line 52 of file proresdata.c.
Referenced by encode_acs(), encode_acs(), and estimate_acs().