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
66
const MB_MODE_INFO *const
above_mbmi
= get_above_mbmi(above_mi);
local
70
const int above_intra = above_in_image ? !is_inter_block(
above_mbmi
) : 1;
94
const MB_MODE_INFO *const
above_mbmi
= get_above_mbmi(above_mi);
local
103
if (!has_second_ref(
above_mbmi
) && !has_second_ref(left_mbmi))
105
pred_context = (
above_mbmi
->ref_frame[0] == cm->comp_fixed_ref) ^
107
else if (!has_second_ref(
above_mbmi
))
109
pred_context = 2 + (
above_mbmi
->ref_frame[0] == cm->comp_fixed_ref ||
110
!is_inter_block(
above_mbmi
));
118
const MB_MODE_INFO *edge_mbmi = above_in_image ?
above_mbmi
: left_mbmi;
139
const MB_MODE_INFO *const
above_mbmi
= get_above_mbmi(above_mi)
local
219
const MB_MODE_INFO *const
above_mbmi
= get_
above_mbmi
(above_mi);
local
285
const MB_MODE_INFO *const
above_mbmi
= get_
above_mbmi
(above_mi);
local
374
const MB_MODE_INFO *const
above_mbmi
= get_
above_mbmi
(above_mi);
local
[
all
...]
Completed in 664 milliseconds