OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inter_mode_probs
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.c
384
adapt_probs(vp9_inter_mode_tree, pre_fc->
inter_mode_probs
[i],
385
counts->inter_mode[i], fc->
inter_mode_probs
[i]);
469
vp9_copy(cm->fc.
inter_mode_probs
, default_inter_mode_probs);
vp9_onyxc_int.h
48
vp9_prob
inter_mode_probs
[INTER_MODE_CONTEXTS][INTER_MODES - 1];
member in struct:frame_contexts
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
256
vp9_cond_prob_diff_update(w, &cm->fc.
inter_mode_probs
[i][j],
440
mv_ref_p = cpi->common.fc.
inter_mode_probs
[mi->mode_context[rf]];
[
all
...]
vp9_rdopt.c
277
cm->fc.
inter_mode_probs
[i],
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
53
cm->fc.
inter_mode_probs
[ctx]);
vp9_decodframe.c
125
vp9_diff_update_prob(r, &fc->
inter_mode_probs
[i][j]);
[
all
...]
Completed in 31 milliseconds