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

/external/libvpx/libvpx/vp8/common/
H A Dblockd.h162 } MB_MODE_INFO; typedef in typeref:struct:__anon20605
166 MB_MODE_INFO mbmi;
255 /* 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.h153 } MB_MODE_INFO; typedef in typeref:struct:__anon20662
156 MB_MODE_INFO mbmi;
160 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
164 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
325 const MB_MODE_INFO *const mbmi = &mi->mbmi;
364 static INLINE TX_SIZE get_uv_tx_size(const MB_MODE_INFO *mbmi) {
394 const MB_MODE_INFO* mbmi = &xd->this_mi->mbmi;

Completed in 96 milliseconds