Loading [MathJax]/extensions/tex2jax.js
  • <xmp id="om0om">
  • <table id="om0om"><noscript id="om0om"></noscript></table>
  • NVIDIA DRIVE OS Linux SDK API Reference

    6.0.9 Release
    All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

    Detailed Description

    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 1277 of file 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...
     

    Field Documentation

    ◆ bits

    uint8_t NvmediaVP9EntropyProbs::bits[2][10]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1352 of file nvmedia_common_decode.h.

    ◆ class0

    uint8_t NvmediaVP9EntropyProbs::class0[2][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1340 of file nvmedia_common_decode.h.

    ◆ class0_fp

    uint8_t NvmediaVP9EntropyProbs::class0_fp[2][2][3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1350 of file nvmedia_common_decode.h.

    ◆ class0_hp

    uint8_t NvmediaVP9EntropyProbs::class0_hp[2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1344 of file nvmedia_common_decode.h.

    ◆ classes

    uint8_t NvmediaVP9EntropyProbs::classes[2][10]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1348 of file nvmedia_common_decode.h.

    ◆ comp_inter_prob

    uint8_t NvmediaVP9EntropyProbs::comp_inter_prob[5]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1329 of file nvmedia_common_decode.h.

    ◆ comp_ref_prob

    uint8_t NvmediaVP9EntropyProbs::comp_ref_prob[5]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1357 of file nvmedia_common_decode.h.

    ◆ fp

    uint8_t NvmediaVP9EntropyProbs::fp[2][3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1342 of file nvmedia_common_decode.h.

    ◆ hp

    uint8_t NvmediaVP9EntropyProbs::hp[2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1346 of file nvmedia_common_decode.h.

    ◆ inter_mode_prob

    uint8_t NvmediaVP9EntropyProbs::inter_mode_prob[7][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1304 of file nvmedia_common_decode.h.

    ◆ intra_inter_prob

    uint8_t NvmediaVP9EntropyProbs::intra_inter_prob[4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1306 of file nvmedia_common_decode.h.

    ◆ joints

    uint8_t NvmediaVP9EntropyProbs::joints[3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1336 of file nvmedia_common_decode.h.

    ◆ kf_bmode_prob

    uint8_t NvmediaVP9EntropyProbs::kf_bmode_prob[10][10][8]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1280 of file nvmedia_common_decode.h.

    ◆ kf_bmode_probB

    uint8_t NvmediaVP9EntropyProbs::kf_bmode_probB[10][10][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1282 of file nvmedia_common_decode.h.

    ◆ kf_uv_mode_prob

    uint8_t NvmediaVP9EntropyProbs::kf_uv_mode_prob[10][8]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1297 of file nvmedia_common_decode.h.

    ◆ kf_uv_mode_probB

    uint8_t NvmediaVP9EntropyProbs::kf_uv_mode_probB[10][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1299 of file nvmedia_common_decode.h.

    ◆ mb_segment_tree_probs

    uint8_t NvmediaVP9EntropyProbs::mb_segment_tree_probs[7]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1286 of file nvmedia_common_decode.h.

    ◆ mbskip_probs

    uint8_t NvmediaVP9EntropyProbs::mbskip_probs[3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1331 of file nvmedia_common_decode.h.

    ◆ pad1

    uint8_t NvmediaVP9EntropyProbs::pad1[9]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1294 of file nvmedia_common_decode.h.

    ◆ pad2

    uint8_t NvmediaVP9EntropyProbs::pad2[6]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1301 of file nvmedia_common_decode.h.

    ◆ pad3

    uint8_t NvmediaVP9EntropyProbs::pad3[1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1333 of file nvmedia_common_decode.h.

    ◆ pad4

    uint8_t NvmediaVP9EntropyProbs::pad4[17]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1359 of file nvmedia_common_decode.h.

    ◆ partition_prob

    uint8_t NvmediaVP9EntropyProbs::partition_prob[2][16][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1322 of file nvmedia_common_decode.h.

    ◆ prob_comppred

    uint8_t NvmediaVP9EntropyProbs::prob_comppred[2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1292 of file nvmedia_common_decode.h.

    ◆ probCoeffs

    uint8_t NvmediaVP9EntropyProbs::probCoeffs[2][2][6][6][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1362 of file nvmedia_common_decode.h.

    ◆ probCoeffs16x16

    uint8_t NvmediaVP9EntropyProbs::probCoeffs16x16[2][2][6][6][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1366 of file nvmedia_common_decode.h.

    ◆ probCoeffs32x32

    uint8_t NvmediaVP9EntropyProbs::probCoeffs32x32[2][2][6][6][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1368 of file nvmedia_common_decode.h.

    ◆ probCoeffs8x8

    uint8_t NvmediaVP9EntropyProbs::probCoeffs8x8[2][2][6][6][4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1364 of file nvmedia_common_decode.h.

    ◆ ref_pred_probs

    uint8_t NvmediaVP9EntropyProbs::ref_pred_probs[3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1284 of file nvmedia_common_decode.h.

    ◆ ref_scores

    uint8_t NvmediaVP9EntropyProbs::ref_scores[4]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1290 of file nvmedia_common_decode.h.

    ◆ sb_ymode_prob

    uint8_t NvmediaVP9EntropyProbs::sb_ymode_prob[4][8]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1319 of file nvmedia_common_decode.h.

    ◆ sb_ymode_probB

    uint8_t NvmediaVP9EntropyProbs::sb_ymode_probB[4][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1317 of file nvmedia_common_decode.h.

    ◆ segment_pred_probs

    uint8_t NvmediaVP9EntropyProbs::segment_pred_probs[3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1288 of file nvmedia_common_decode.h.

    ◆ sign

    uint8_t NvmediaVP9EntropyProbs::sign[2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1338 of file nvmedia_common_decode.h.

    ◆ single_ref_prob

    uint8_t NvmediaVP9EntropyProbs::single_ref_prob[5][2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1355 of file nvmedia_common_decode.h.

    ◆ switchable_interp_prob

    uint8_t NvmediaVP9EntropyProbs::switchable_interp_prob[4][2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1327 of file nvmedia_common_decode.h.

    ◆ tx16x16_prob

    uint8_t NvmediaVP9EntropyProbs::tx16x16_prob[2][2]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1313 of file nvmedia_common_decode.h.

    ◆ tx32x32_prob

    uint8_t NvmediaVP9EntropyProbs::tx32x32_prob[2][3]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1315 of file nvmedia_common_decode.h.

    ◆ tx8x8_prob

    uint8_t NvmediaVP9EntropyProbs::tx8x8_prob[2][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1311 of file nvmedia_common_decode.h.

    ◆ uv_mode_prob

    uint8_t NvmediaVP9EntropyProbs::uv_mode_prob[10][8]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1309 of file nvmedia_common_decode.h.

    ◆ uv_mode_probB

    uint8_t NvmediaVP9EntropyProbs::uv_mode_probB[10][1]

    Holds a copy of the VP9 bitstream field.

    Definition at line 1325 of file nvmedia_common_decode.h.


    The documentation for this struct was generated from the following file:
    人人超碰97caoporen国产