Top | ![]() |
![]() |
![]() |
![]() |
SchroArith * | schro_arith_new () |
void | schro_arith_free () |
void | schro_arith_decode_init () |
void | schro_arith_encode_init () |
void | schro_arith_flush () |
int | schro_arith_decode_bit () |
void | schro_arith_decode_flush () |
int | schro_arith_decode_sint () |
int | schro_arith_decode_uint () |
void | schro_arith_encode_bit () |
void | schro_arith_encode_sint () |
void | schro_arith_encode_uint () |
void | schro_arith_estimate_init () |
void | schro_arith_estimate_sint () |
void | schro_arith_estimate_uint () |
int schro_arith_decode_sint (SchroArith *arith
,unsigned int cont_context
,unsigned int value_context
,unsigned int sign_context
);
int schro_arith_decode_uint (SchroArith *arith
,unsigned int cont_context
,unsigned int value_context
);
void schro_arith_encode_sint (SchroArith *arith
,int cont_context
,int value_context
,int sign_context
,int value
);
void schro_arith_encode_uint (SchroArith *arith
,int cont_context
,int value_context
,int value
);
void schro_arith_estimate_sint (SchroArith *arith
,int cont_context
,int value_context
,int sign_context
,int value
);
void schro_arith_estimate_uint (SchroArith *arith
,int cont_context
,int value_context
,int value
);