|
FFmpeg
|
#include <intrax8.h>
Data Fields | |
| VLC * | j_ac_vlc [4] |
| VLC * | j_orient_vlc |
| VLC * | j_dc_vlc [3] |
| int | use_quant_matrix |
| uint8_t * | prediction_table |
| ScanTable | scantable [3] |
| WMV2DSPContext | wdsp |
| uint8_t | idct_permutation [64] |
| AVCodecContext * | avctx |
| int * | block_last_index |
| last nonzero coefficient in block More... | |
| int16_t(* | block )[64] |
| IntraX8DSPContext | dsp |
| IDCTDSPContext | idsp |
| BlockDSPContext | bdsp |
| int | quant |
| int | dquant |
| int | qsum |
| int | loopfilter |
| AVFrame * | frame |
| GetBitContext * | gb |
| int | quant_dc_chroma |
| int | divide_quant_dc_luma |
| int | divide_quant_dc_chroma |
| uint8_t * | dest [3] |
| uint8_t | scratchpad [42] |
| int | edges |
| int | flat_dc |
| int | predicted_dc |
| int | raw_orient |
| int | chroma_orient |
| int | orient |
| int | est_run |
| int | mb_x |
| int | mb_y |
| int | mb_width |
| int | mb_height |
| WMV2DSPContext IntraX8Context::wdsp |
| AVCodecContext* IntraX8Context::avctx |
| int* IntraX8Context::block_last_index |
| IntraX8DSPContext IntraX8Context::dsp |
| IDCTDSPContext IntraX8Context::idsp |
| BlockDSPContext IntraX8Context::bdsp |
| GetBitContext* IntraX8Context::gb |
| int IntraX8Context::edges |
Definition at line 64 of file intrax8.h.
Referenced by convert_from_tensorflow.TFConverter::generate_edges(), and convert_from_tensorflow.TFConverter::get_conv2d_params().
1.8.17