|
OpenFFmpeg
|
Public Attributes | |
| int | version |
| AVFrame * | last_frame |
| AVFrame * | current_frame |
| GetByteContext | gb |
| RangeCoder | rc |
| PixelModel | pixel_model [3][4096] |
| uint32_t | op_model [6][7] |
| uint32_t | run_model [6][257] |
| uint32_t | range_model [257] |
| uint32_t | count_model [257] |
| uint32_t | fill_model [6] |
| uint32_t | sxy_model [4][17] |
| uint32_t | mv_model [2][513] |
| uint32_t | nbx |
| uint32_t | nby |
| uint32_t | nbcount |
| uint32_t * | blocks |
| uint32_t | cbits |
| int | cxshift |
| PixelModel3 | pixel_model3 [3][4096] |
| RunModel3 | run_model3 [6] |
| RunModel3 | range_model3 |
| RunModel3 | count_model3 |
| FillModel3 | fill_model3 |
| SxyModel3 | sxy_model3 [4] |
| MVModel3 | mv_model3 [2] |
| OpModel3 | op_model3 [6] |
| int(* | get_freq )(RangeCoder *rc, uint32_t total_freq, uint32_t *freq) |
| int(* | decode )(GetByteContext *gb, RangeCoder *rc, uint32_t cumFreq, uint32_t freq, uint32_t total_freq) |
1.8.12