FFmpeg
|
#include "libavutil/mem_internal.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 103 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 108 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 120 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 126 of file prores_raw.c.
Referenced by decode_comp(), and vk_decode_prores_raw_init().