Holds VP9 entropy contexts.
Table formatted for 256 bits memory; probs 0 to 7 for all tables followed by probs 8 to N for all tables. Compile with TRACE_PROB_TABLES to print bases for each table.
Definition at line 1286 of file tvmr/include/nvmedia_common_decode.h.
Data Fields | |
uint8_t | kf_bmode_prob [10][10][8] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | kf_bmode_probB [10][10][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | ref_pred_probs [3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | mb_segment_tree_probs [7] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | segment_pred_probs [3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | ref_scores [4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | prob_comppred [2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | pad1 [9] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | kf_uv_mode_prob [10][8] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | kf_uv_mode_probB [10][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | pad2 [6] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | inter_mode_prob [7][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | intra_inter_prob [4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | uv_mode_prob [10][8] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | tx8x8_prob [2][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | tx16x16_prob [2][2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | tx32x32_prob [2][3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | sb_ymode_probB [4][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | sb_ymode_prob [4][8] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | partition_prob [2][16][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | uv_mode_probB [10][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | switchable_interp_prob [4][2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | comp_inter_prob [5] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | mbskip_probs [3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | pad3 [1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | joints [3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | sign [2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | class0 [2][1] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | fp [2][3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | class0_hp [2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | hp [2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | classes [2][10] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | class0_fp [2][2][3] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | bits [2][10] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | single_ref_prob [5][2] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | comp_ref_prob [5] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | pad4 [17] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | probCoeffs [2][2][6][6][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | probCoeffs8x8 [2][2][6][6][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | probCoeffs16x16 [2][2][6][6][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t | probCoeffs32x32 [2][2][6][6][4] |
Holds a copy of the VP9 bitstream field. More... | |
uint8_t NvmediaVP9EntropyProbs::bits |
Holds a copy of the VP9 bitstream field.
Definition at line 1361 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::class0 |
Holds a copy of the VP9 bitstream field.
Definition at line 1349 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::class0_fp |
Holds a copy of the VP9 bitstream field.
Definition at line 1359 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::class0_hp |
Holds a copy of the VP9 bitstream field.
Definition at line 1353 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::classes |
Holds a copy of the VP9 bitstream field.
Definition at line 1357 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::comp_inter_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1338 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::comp_ref_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1366 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::fp |
Holds a copy of the VP9 bitstream field.
Definition at line 1351 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::hp |
Holds a copy of the VP9 bitstream field.
Definition at line 1355 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::inter_mode_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1313 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::intra_inter_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1315 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::joints |
Holds a copy of the VP9 bitstream field.
Definition at line 1345 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::kf_bmode_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1289 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::kf_bmode_probB |
Holds a copy of the VP9 bitstream field.
Definition at line 1291 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::kf_uv_mode_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1306 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::kf_uv_mode_probB |
Holds a copy of the VP9 bitstream field.
Definition at line 1308 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::mb_segment_tree_probs |
Holds a copy of the VP9 bitstream field.
Definition at line 1295 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::mbskip_probs |
Holds a copy of the VP9 bitstream field.
Definition at line 1340 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::pad1 |
Holds a copy of the VP9 bitstream field.
Definition at line 1303 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::pad2 |
Holds a copy of the VP9 bitstream field.
Definition at line 1310 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::pad3 |
Holds a copy of the VP9 bitstream field.
Definition at line 1342 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::pad4 |
Holds a copy of the VP9 bitstream field.
Definition at line 1368 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::partition_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1331 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::prob_comppred |
Holds a copy of the VP9 bitstream field.
Definition at line 1301 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::probCoeffs |
Holds a copy of the VP9 bitstream field.
Definition at line 1371 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::probCoeffs16x16 |
Holds a copy of the VP9 bitstream field.
Definition at line 1375 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::probCoeffs32x32 |
Holds a copy of the VP9 bitstream field.
Definition at line 1377 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::probCoeffs8x8 |
Holds a copy of the VP9 bitstream field.
Definition at line 1373 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::ref_pred_probs |
Holds a copy of the VP9 bitstream field.
Definition at line 1293 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::ref_scores |
Holds a copy of the VP9 bitstream field.
Definition at line 1299 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::sb_ymode_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1328 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::sb_ymode_probB |
Holds a copy of the VP9 bitstream field.
Definition at line 1326 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::segment_pred_probs |
Holds a copy of the VP9 bitstream field.
Definition at line 1297 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::sign |
Holds a copy of the VP9 bitstream field.
Definition at line 1347 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::single_ref_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1364 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::switchable_interp_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1336 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::tx16x16_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1322 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::tx32x32_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1324 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::tx8x8_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1320 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::uv_mode_prob |
Holds a copy of the VP9 bitstream field.
Definition at line 1318 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvmediaVP9EntropyProbs::uv_mode_probB |
Holds a copy of the VP9 bitstream field.
Definition at line 1334 of file tvmr/include/nvmedia_common_decode.h.