Jetson Linux API Reference

36.2 Release
v4l2_vp8_entropy_coder_state Struct Reference

Detailed Description

struct v4l2_vp8_entropy_coder_state - VP8 boolean coder state

@range: coder state value for "Range" @value: coder state value for "Value" @bit_count: number of bits left in range "Value". @padding: padding field. Should be zeroed by applications.

This structure contains the state for the boolean coder, as explained in section '7. Boolean Entropy Decoder' of the VP8 specification.

Definition at line 1789 of file v4l2-controls.h.

Data Fields

__u8 range
 
__u8 value
 
__u8 bit_count
 
__u8 padding
 

Field Documentation

◆ bit_count

__u8 v4l2_vp8_entropy_coder_state::bit_count

Definition at line 1792 of file v4l2-controls.h.

◆ padding

__u8 v4l2_vp8_entropy_coder_state::padding

Definition at line 1793 of file v4l2-controls.h.

◆ range

__u8 v4l2_vp8_entropy_coder_state::range

Definition at line 1790 of file v4l2-controls.h.

◆ value

__u8 v4l2_vp8_entropy_coder_state::value

Definition at line 1791 of file v4l2-controls.h.


The documentation for this struct was generated from the following file: