OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:above_mbmi
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
58
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0;
local
63
const int above_intra = above_in_image ? !is_inter_block(
above_mbmi
) : 1;
86
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0;
local
95
if (!has_second_ref(
above_mbmi
) && !has_second_ref(left_mbmi))
97
pred_context = (
above_mbmi
->ref_frame[0] == cm->comp_fixed_ref) ^
99
else if (!has_second_ref(
above_mbmi
))
101
pred_context = 2 + (
above_mbmi
->ref_frame[0] == cm->comp_fixed_ref ||
102
!is_inter_block(
above_mbmi
));
110
const MB_MODE_INFO *edge_mbmi = above_in_image ?
above_mbmi
: left_mbmi;
131
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0
local
211
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0;
local
277
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0;
local
366
const MB_MODE_INFO *const
above_mbmi
= above_mi ? &above_mi->mbmi : 0;
local
[
all
...]
Completed in 48 milliseconds