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 1430 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 1431 of file vp9data.h.
Referenced by adapt_probs(), and decode_mode().
uint8_t prob_context::filter[4][2] |
Definition at line 1432 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 1433 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::intra[4] |
Definition at line 1434 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::comp[5] |
Definition at line 1435 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 1436 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::comp_ref[5] |
Definition at line 1437 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx32p[2][3] |
Definition at line 1438 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx16p[2][2] |
Definition at line 1439 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::tx8p[2] |
Definition at line 1440 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::skip[3] |
Definition at line 1441 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_mode().
uint8_t prob_context::mv_joint[3] |
Definition at line 1442 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and fill_mv().
uint8_t prob_context::sign |
Definition at line 1444 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::classes[10] |
Definition at line 1445 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::class0 |
Definition at line 1446 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::bits[10] |
Definition at line 1447 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 1448 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::fp[3] |
Definition at line 1449 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::class0_hp |
Definition at line 1450 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and read_mv_component().
uint8_t prob_context::hp |
Definition at line 1451 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 1453 of file vp9data.h.
Referenced by adapt_probs(), decode_frame_header(), and decode_sb().