compressai# compressai.available_entropy_coders()[source]# Return the list of available entropy coders. compressai.get_entropy_coder()[source]# Return the name of the default entropy coder used to encode the bit-streams. compressai.set_entropy_coder(entropy_coder)[source]# Specifies the default entropy coder used to encode the bit-streams. Use available_entropy_coders to list the possible values. Parameters: entropy_coder (string) – Name of the entropy coder