OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pred_context
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_pred_common.c
83
int
pred_context
;
local
97
pred_context
= (above_mbmi->ref_frame[0] == cm->comp_fixed_ref) ^
101
pred_context
= 2 + (above_mbmi->ref_frame[0] == cm->comp_fixed_ref ||
105
pred_context
= 2 + (left_mbmi->ref_frame[0] == cm->comp_fixed_ref ||
108
pred_context
= 4;
114
pred_context
= edge_mbmi->ref_frame[0] == cm->comp_fixed_ref;
117
pred_context
= 3;
119
pred_context
= 1;
121
assert(
pred_context
>= 0 &&
pred_context
< COMP_INTER_CONTEXTS)
128
int
pred_context
;
local
208
int
pred_context
;
local
274
int
pred_context
;
local
[
all
...]
vp9_pred_common.h
64
const int
pred_context
= vp9_get_pred_context_intra_inter(xd);
local
65
return cm->fc.intra_inter_prob[
pred_context
];
74
const int
pred_context
= vp9_get_pred_context_comp_inter_inter(cm, xd);
local
75
return cm->fc.comp_inter_prob[
pred_context
];
83
const int
pred_context
= vp9_get_pred_context_comp_ref_p(cm, xd);
local
84
return cm->fc.comp_ref_prob[
pred_context
];
91
const int
pred_context
= vp9_get_pred_context_single_ref_p1(xd);
local
92
return cm->fc.single_ref_prob[
pred_context
][0];
99
const int
pred_context
= vp9_get_pred_context_single_ref_p2(xd);
local
100
return cm->fc.single_ref_prob[
pred_context
][1]
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
146
const int
pred_context
= vp9_get_pred_context_seg_id(xd);
local
151
temporal_predictor_count[
pred_context
][pred_flag]++;
Completed in 27 milliseconds