FFmpeg
Data Fields
IntraEdgeParams Struct Reference

Data Fields

uint8_t * top
 
uint8_t * left
 
int filter_flag
 
uint16_t left_array [6 *MAX_TB_SIZE+5]
 
uint16_t filtered_left_array [6 *MAX_TB_SIZE+5]
 
uint16_t top_array [6 *MAX_TB_SIZE+5]
 
uint16_t filtered_top_array [6 *MAX_TB_SIZE+5]
 

Detailed Description

Definition at line 47 of file dsp.c.

Field Documentation

◆ top

uint8_t* IntraEdgeParams::top

Definition at line 48 of file dsp.c.

◆ left

uint8_t* IntraEdgeParams::left

Definition at line 49 of file dsp.c.

◆ filter_flag

int IntraEdgeParams::filter_flag

Definition at line 50 of file dsp.c.

◆ left_array

uint16_t IntraEdgeParams::left_array[6 *MAX_TB_SIZE+5]

Definition at line 52 of file dsp.c.

◆ filtered_left_array

uint16_t IntraEdgeParams::filtered_left_array[6 *MAX_TB_SIZE+5]

Definition at line 53 of file dsp.c.

◆ top_array

uint16_t IntraEdgeParams::top_array[6 *MAX_TB_SIZE+5]

Definition at line 54 of file dsp.c.

◆ filtered_top_array

uint16_t IntraEdgeParams::filtered_top_array[6 *MAX_TB_SIZE+5]

Definition at line 55 of file dsp.c.


The documentation for this struct was generated from the following file: