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
91
int
pred_context
;
local
105
pred_context
= (above_mbmi->ref_frame[0] == cm->comp_fixed_ref) ^
109
pred_context
= 2 + (above_mbmi->ref_frame[0] == cm->comp_fixed_ref ||
113
pred_context
= 2 + (left_mbmi->ref_frame[0] == cm->comp_fixed_ref ||
116
pred_context
= 4;
122
pred_context
= edge_mbmi->ref_frame[0] == cm->comp_fixed_ref;
125
pred_context
= 3;
127
pred_context
= 1;
129
assert(
pred_context
>= 0 &&
pred_context
< COMP_INTER_CONTEXTS)
136
int
pred_context
;
local
216
int
pred_context
;
local
282
int
pred_context
;
local
[
all
...]
vp9_pred_common.h
70
const int
pred_context
= vp9_get_pred_context_intra_inter(xd);
local
71
return cm->fc.intra_inter_prob[
pred_context
];
81
const int
pred_context
= vp9_get_pred_context_comp_inter_inter(cm, xd);
local
82
return cm->fc.comp_inter_prob[
pred_context
];
90
const int
pred_context
= vp9_get_pred_context_comp_ref_p(cm, xd);
local
91
return cm->fc.comp_ref_prob[
pred_context
];
98
const int
pred_context
= vp9_get_pred_context_single_ref_p1(xd);
local
99
return cm->fc.single_ref_prob[
pred_context
][0];
106
const int
pred_context
= vp9_get_pred_context_single_ref_p2(xd);
local
107
return cm->fc.single_ref_prob[
pred_context
][1]
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
148
const int
pred_context
= vp9_get_pred_context_seg_id(xd);
local
153
temporal_predictor_count[
pred_context
][pred_flag]++;
Completed in 25 milliseconds