digiKam
|
Public Types | |
typedef CodingOption< node > | Option |
enum | RateEstimationMethod { Rate_Default , Rate_AdaptiveContext , Rate_FixedContext } |
Public Member Functions | |
CodingOptions (encoder_context *, node *, context_model_table &tab) | |
void | compute_rdo_costs () |
CodingOption< node > | new_option (bool active=true) |
node * | return_best_rdo_node () |
void | start (enum RateEstimationMethod=Rate_Default) |
~CodingOptions () | |
Friends | |
class | CodingOption< node > |
typedef CodingOption<node> CodingOptions< node >::Option |
enum CodingOptions::RateEstimationMethod |
CodingOptions< node >::CodingOptions | ( | encoder_context * | , |
node * | , | ||
context_model_table & | tab | ||
) |
CodingOptions< node >::~CodingOptions | ( | ) |
void CodingOptions< node >::compute_rdo_costs | ( | ) |
CodingOption<node> CodingOptions< node >::new_option | ( | bool | active = true | ) |
node* CodingOptions< node >::return_best_rdo_node | ( | ) |
void CodingOptions< node >::start | ( | enum | RateEstimationMethod = Rate_Default | ) |
|
friend |