|
FFmpeg
|
#include "libavutil/frame.h"#include "libavutil/mem_internal.h"#include "libavutil/pixfmt.h"#include "bytestream.h"#include "blockdsp.h"#include "proresdsp.h"Go to the source code of this file.
Data Structures | |
| struct | TileContext |
| struct | ProResRAWContext |
Variables | |
| const uint8_t | ff_prores_raw_dc_cb [13] |
| const int16_t | ff_prores_raw_ac_cb [95] |
| const int16_t | ff_prores_raw_rn_cb [28] |
| const int16_t | ff_prores_raw_ln_cb [15] |
| const uint8_t ff_prores_raw_dc_cb[13] |
Definition at line 101 of file prores_raw.c.
Referenced by decode_comp(), and vk_decode_prores_raw_init().
| const int16_t ff_prores_raw_ac_cb[95] |
Definition at line 106 of file prores_raw.c.
Referenced by decode_comp(), and vk_decode_prores_raw_init().
| const int16_t ff_prores_raw_rn_cb[28] |
Definition at line 118 of file prores_raw.c.
Referenced by decode_comp(), and vk_decode_prores_raw_init().
| const int16_t ff_prores_raw_ln_cb[15] |
Definition at line 124 of file prores_raw.c.
Referenced by decode_comp(), and vk_decode_prores_raw_init().
1.8.17