FFmpeg
|
Data Fields | |
int32_t | has_saved |
int32_t | predictor_r |
int32_t | step_index_r |
int32_t | saved_r |
int32_t | predictor_l |
int32_t | step_index_l |
int32_t | saved_l |
int32_t APMState::has_saved |
Definition at line 36 of file apm.c.
Referenced by apm_parse_vs12(), and apm_read_header().
int32_t APMState::predictor_r |
Definition at line 37 of file apm.c.
Referenced by apm_parse_vs12(), and apm_read_header().
int32_t APMState::step_index_r |
Definition at line 38 of file apm.c.
Referenced by apm_parse_vs12(), and apm_read_header().
int32_t APMState::saved_r |
Definition at line 39 of file apm.c.
Referenced by apm_parse_vs12().
int32_t APMState::predictor_l |
Definition at line 40 of file apm.c.
Referenced by apm_parse_vs12(), and apm_read_header().
int32_t APMState::step_index_l |
Definition at line 41 of file apm.c.
Referenced by apm_parse_vs12(), and apm_read_header().
int32_t APMState::saved_l |
Definition at line 42 of file apm.c.
Referenced by apm_parse_vs12().