Searched defs:MB_MODE_INFO (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dblockd.h166 } MB_MODE_INFO; typedef in typeref:struct:__anon11000
170 MB_MODE_INFO mbmi;
263 /* are enabled and when enabled the proabilities used to decode the per MB flags in MB_MODE_INFO */
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h85 } MB_MODE_INFO; typedef in typeref:struct:__anon11056
88 MB_MODE_INFO mbmi;
97 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
101 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
163 MB_MODE_INFO *left_mbmi;
164 MB_MODE_INFO *above_mbmi;
215 const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
245 static INLINE TX_SIZE get_uv_tx_size(const MB_MODE_INFO *mbmi,

Completed in 102 milliseconds