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 67 of file dsp.c.

Field Documentation

◆ top

uint8_t* IntraEdgeParams::top

Definition at line 68 of file dsp.c.

◆ left

uint8_t* IntraEdgeParams::left

Definition at line 69 of file dsp.c.

◆ filter_flag

int IntraEdgeParams::filter_flag

Definition at line 70 of file dsp.c.

◆ left_array

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

Definition at line 72 of file dsp.c.

◆ filtered_left_array

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

Definition at line 73 of file dsp.c.

◆ top_array

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

Definition at line 74 of file dsp.c.

◆ filtered_top_array

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

Definition at line 75 of file dsp.c.


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