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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h166 } MB_MODE_INFO; typedef in typeref:struct:__anon13048
170 MB_MODE_INFO mbmi;
259 /* are enabled and when enabled the proabilities used to decode the per MB flags in MB_MODE_INFO */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h144 } MB_MODE_INFO; typedef in typeref:struct:__anon13106
148 MB_MODE_INFO mbmi;
157 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
161 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
258 const MB_MODE_INFO *const mbmi = &xd->mi[0].src_mi->mbmi;
287 static INLINE TX_SIZE get_uv_tx_size(const MB_MODE_INFO *mbmi,
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h166 } MB_MODE_INFO; typedef in typeref:struct:__anon24839
170 MB_MODE_INFO mbmi;
259 /* 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.h140 } MB_MODE_INFO; typedef in typeref:struct:__anon24896
143 MB_MODE_INFO mbmi;
152 static INLINE int is_inter_block(const MB_MODE_INFO *mbmi) {
156 static INLINE int has_second_ref(const MB_MODE_INFO *mbmi) {
256 const MB_MODE_INFO *const mbmi = &xd->mi[0]->mbmi;
285 static INLINE TX_SIZE get_uv_tx_size(const MB_MODE_INFO *mbmi) {

Completed in 1803 milliseconds