FFmpeg
|
#include <vp9data.h>
Data Fields | |
uint8_t | y_mode [4][9] |
uint8_t | uv_mode [10][9] |
uint8_t | filter [4][2] |
uint8_t | mv_mode [7][3] |
uint8_t | intra [4] |
uint8_t | comp [5] |
uint8_t | single_ref [5][2] |
uint8_t | comp_ref [5] |
uint8_t | tx32p [2][3] |
uint8_t | tx16p [2][2] |
uint8_t | tx8p [2] |
uint8_t | skip [3] |
uint8_t | mv_joint [3] |
struct { | |
uint8_t sign | |
uint8_t classes [10] | |
uint8_t class0 | |
uint8_t bits [10] | |
uint8_t class0_fp [2][3] | |
uint8_t fp [3] | |
uint8_t class0_hp | |
uint8_t hp | |
} | mv_comp [2] |
uint8_t | partition [4][4][3] |
uint8_t prob_context::y_mode[4][9] |
Definition at line 1308 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::uv_mode[10][9] |
Definition at line 1309 of file vp9data.h.
Referenced by adapt_probs(), and decode_mode().
uint8_t prob_context::filter[4][2] |
Definition at line 1310 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::mv_mode[7][3] |
Definition at line 1311 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::intra[4] |
Definition at line 1312 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::comp[5] |
Definition at line 1313 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::single_ref[5][2] |
Definition at line 1314 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::comp_ref[5] |
Definition at line 1315 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx32p[2][3] |
Definition at line 1316 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx16p[2][2] |
Definition at line 1317 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx8p[2] |
Definition at line 1318 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::skip[3] |
Definition at line 1319 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::mv_joint[3] |
Definition at line 1320 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and fill_mv().
uint8_t prob_context::sign |
Definition at line 1322 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::classes[10] |
Definition at line 1323 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::class0 |
Definition at line 1324 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::bits[10] |
Definition at line 1325 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::class0_fp[2][3] |
Definition at line 1326 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::fp[3] |
Definition at line 1327 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::class0_hp |
Definition at line 1328 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::hp |
Definition at line 1329 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
struct { ... } prob_context::mv_comp[2] |
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::partition[4][4][3] |
Definition at line 1331 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_sb().