|
FFmpeg
|
#include <signature.h>
Data Fields | |
| uint8_t * | enc |
| uint8_t * | sl_begin |
| uint8_t * | sl_end |
| int | enc_size |
| uint8_t * | data |
| unsigned long | data_size |
| uint8_t | start |
| uint8_t | len |
| uint8_t | dirty |
| uint8_t | col |
| uint8_t | row |
| uint8_t | width |
| uint8_t | height |
| uint8_t | flags |
| Point | up |
| Point | to |
| int16_t | mvs [2][2] |
| int | cid |
| uint64_t | sbad |
| int | sb |
| struct Block * | subs |
Definition at line 68 of file flashsv2enc.c.
| uint8_t* Block::enc |
Definition at line 69 of file flashsv2enc.c.
Referenced by encode_15_7(), encode_bgr(), encode_zlibprime(), init_blocks(), and new_key_frame().
| uint8_t* Block::sl_begin |
Definition at line 70 of file flashsv2enc.c.
Referenced by encode_15_7(), encode_bgr(), encode_zlib(), encode_zlibprime(), and new_key_frame().
| uint8_t * Block::sl_end |
Definition at line 70 of file flashsv2enc.c.
Referenced by encode_15_7(), encode_bgr(), encode_zlib(), encode_zlibprime(), and new_key_frame().
| int Block::enc_size |
Definition at line 71 of file flashsv2enc.c.
Referenced by encode_15_7(), encode_all_blocks(), encode_bgr(), and encode_zlibprime().
| uint8_t* Block::data |
Definition at line 72 of file flashsv2enc.c.
Referenced by encode_block(), init_blocks(), new_key_frame(), and write_block().
| unsigned long Block::data_size |
Definition at line 73 of file flashsv2enc.c.
Referenced by encode_all_blocks(), encode_block(), and write_block().
| uint8_t Block::start |
Definition at line 75 of file flashsv2enc.c.
Referenced by compare_sl(), encode_15_7(), encode_all_blocks(), encode_bgr(), write_all_blocks(), and write_block().
| uint8_t Block::len |
Definition at line 75 of file flashsv2enc.c.
Referenced by compare_sl(), encode_15_7(), encode_all_blocks(), encode_bgr(), encode_block(), write_all_blocks(), and write_block().
| uint8_t Block::dirty |
Definition at line 76 of file flashsv2enc.c.
Referenced by compare_sl(), encode_all_blocks(), and write_all_blocks().
| uint8_t Block::col |
Definition at line 77 of file flashsv2enc.c.
Referenced by init_blocks(), and write_block().
| uint8_t Block::row |
Definition at line 77 of file flashsv2enc.c.
Referenced by init_blocks(), and write_block().
| uint8_t Block::width |
Definition at line 77 of file flashsv2enc.c.
Referenced by compare_sl(), encode_15_7(), encode_bgr(), encode_block(), and init_blocks().
| uint8_t Block::height |
Definition at line 77 of file flashsv2enc.c.
Referenced by encode_15_7(), encode_all_blocks(), encode_bgr(), encode_block(), and init_blocks().
| uint8_t Block::flags |
Definition at line 78 of file flashsv2enc.c.
Referenced by encode_all_blocks(), encode_block(), and write_block().
| Point Block::up |
Definition at line 60 of file signature.h.
Referenced by get_block_size(), and get_block_sum().
| Point Block::to |
Definition at line 61 of file signature.h.
Referenced by get_block_size(), and get_block_sum().
| int16_t Block::mvs[2][2] |
Definition at line 141 of file vf_minterpolate.c.
Referenced by bidirectional_obmc(), bilateral_me(), bilateral_obmc(), cluster_mvs(), inject_frame(), search_mv(), var_size_bmc(), and var_size_bme().
| int Block::cid |
Definition at line 142 of file vf_minterpolate.c.
Referenced by bilateral_me(), and cluster_mvs().
| uint64_t Block::sbad |
Definition at line 143 of file vf_minterpolate.c.
Referenced by inject_frame().
| int Block::sb |
Definition at line 144 of file vf_minterpolate.c.
Referenced by bilateral_me(), interpolate(), var_size_bmc(), and var_size_bme().
| struct Block* Block::subs |
Definition at line 145 of file vf_minterpolate.c.
Referenced by free_blocks(), var_size_bmc(), and var_size_bme().
1.8.6