| FFmpeg
    | 
FFPsyWindowInfo Struct Reference
  windowing related information More...
#include <psymodel.h>
| Data Fields | |
| int | window_type [3] | 
| window type (short/long/transitional, etc.) - current, previous and next  More... | |
| int | window_shape | 
| window shape (sine/KBD/whatever)  More... | |
| int | num_windows | 
| number of windows in a frame  More... | |
| int | grouping [8] | 
| window grouping (for e.g. AAC)  More... | |
| int * | window_sizes | 
| sequence of window sizes inside one frame (for eg. WMA)  More... | |
Detailed Description
windowing related information
Definition at line 65 of file psymodel.h.
Field Documentation
| int FFPsyWindowInfo::grouping[8] | 
window grouping (for e.g. AAC)
Definition at line 69 of file psymodel.h.
Referenced by aac_encode_frame().
| int FFPsyWindowInfo::num_windows | 
number of windows in a frame
Definition at line 68 of file psymodel.h.
Referenced by aac_encode_frame(), and calc_thr_3gpp().
| int FFPsyWindowInfo::window_shape | 
window shape (sine/KBD/whatever)
Definition at line 67 of file psymodel.h.
Referenced by aac_encode_frame().
| int* FFPsyWindowInfo::window_sizes | 
sequence of window sizes inside one frame (for eg. WMA)
Definition at line 70 of file psymodel.h.
| int FFPsyWindowInfo::window_type[3] | 
window type (short/long/transitional, etc.) - current, previous and next
Definition at line 66 of file psymodel.h.
Referenced by aac_encode_frame(), and lame_apply_block_type().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11