FFmpeg
Data Structures | Variables
prores_raw.h File Reference
#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]
 

Variable Documentation

◆ ff_prores_raw_dc_cb

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().

◆ ff_prores_raw_ac_cb

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().

◆ ff_prores_raw_rn_cb

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().

◆ ff_prores_raw_ln_cb

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().