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 |
sao_offset_abs
Definition at line 35 of file hevcdsp.h.
Referenced by hls_sao(), and hls_sao_param().
int SAOParams::offset_sign |
sao_offset_sign
Definition at line 36 of file hevcdsp.h.
Referenced by hls_sao(), and hls_sao_param().
uint8_t SAOParams::band_position |
sao_band_position
Definition at line 38 of file hevcdsp.h.
Referenced by ff_vvc_sao_filter(), and sao_filter_CTB().
int SAOParams::eo_class |
sao_eo_class
Definition at line 40 of file hevcdsp.h.
Referenced by ff_vvc_sao_filter(), hls_sao(), hls_sao_param(), and sao_filter_CTB().
int16_t SAOParams::offset_val |
SaoOffsetVal.
Definition at line 42 of file hevcdsp.h.
Referenced by ff_vvc_sao_filter(), hls_sao(), hls_sao_param(), and sao_filter_CTB().
uint8_t SAOParams::type_idx |
sao_type_idx
Definition at line 44 of file hevcdsp.h.
Referenced by ff_vvc_sao_filter(), hls_sao(), hls_sao_param(), and sao_filter_CTB().