OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbskip_probs
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.c
331
vp9_copy(cm->fc.
mbskip_probs
, default_mbskip_probs);
430
fc->
mbskip_probs
[i] = adapt_prob(pre_fc->
mbskip_probs
[i],
vp9_pred_common.h
57
return cm->fc.
mbskip_probs
[vp9_get_pred_context_mbskip(xd)];
vp9_onyxc_int.h
54
vp9_prob
mbskip_probs
[MBSKIP_CONTEXTS];
member in struct:frame_contexts
/external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c
156
const int skip = vp9_read(r, cm->fc.
mbskip_probs
[ctx]);
vp9_decodframe.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
221
vp9_cond_prob_diff_update(w, &cm->fc.
mbskip_probs
[k], cm->counts.mbskip[k]);
[
all
...]
Completed in 30 milliseconds