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:__anon21532
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.h141 } MB_MODE_INFO; typedef in typeref:struct:__anon21589
144 MB_MODE_INFO mbmi;
148 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
152 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
239 const MB_MODE_INFO *const mbmi = &mi->mbmi;
278 static INLINE TX_SIZE get_uv_tx_size(const MB_MODE_INFO *mbmi) {
308 const MB_MODE_INFO* mbmi = &xd->mi_8x8[0]->mbmi;

Completed in 25 milliseconds