FFmpeg
|
#include <hevcdsp.h>
Data Fields | |
int | offset_abs [3][4] |
sao_offset_abs More... | |
int | offset_sign [3][4] |
sao_offset_sign More... | |
uint8_t | band_position [3] |
sao_band_position More... | |
int | eo_class [3] |
sao_eo_class More... | |
int16_t | offset_val [3][5] |
SaoOffsetVal. More... | |
uint8_t | type_idx [3] |
sao_type_idx More... | |
int SAOParams::offset_abs[3][4] |
int SAOParams::offset_sign[3][4] |
uint8_t SAOParams::band_position[3] |
int SAOParams::eo_class[3] |
sao_eo_class
Definition at line 40 of file hevcdsp.h.
Referenced by hls_sao_param(), and sao_filter_CTB().
int16_t SAOParams::offset_val[3][5] |
SaoOffsetVal.
Definition at line 42 of file hevcdsp.h.
Referenced by hls_sao_param(), sao_edge_filter(), sao_edge_restore_0(), sao_edge_restore_1(), and sao_filter_CTB().
uint8_t SAOParams::type_idx[3] |
sao_type_idx
Definition at line 44 of file hevcdsp.h.
Referenced by hls_sao_param(), and sao_filter_CTB().