OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_mv_merge_probs
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.c
194
comp->sign =
mode_mv_merge_probs
(pre_comp->sign, c->sign);
201
comp->bits[j] =
mode_mv_merge_probs
(pre_comp->bits[j], c->bits[j]);
210
comp->class0_hp =
mode_mv_merge_probs
(pre_comp->class0_hp, c->class0_hp);
211
comp->hp =
mode_mv_merge_probs
(pre_comp->hp, c->hp);
vp9_entropymode.c
344
fc->intra_inter_prob[i] =
mode_mv_merge_probs
(pre_fc->intra_inter_prob[i],
347
fc->comp_inter_prob[i] =
mode_mv_merge_probs
(pre_fc->comp_inter_prob[i],
350
fc->comp_ref_prob[i] =
mode_mv_merge_probs
(pre_fc->comp_ref_prob[i],
354
fc->single_ref_prob[i][j] =
mode_mv_merge_probs
(
390
fc->tx_probs.p8x8[i][j] =
mode_mv_merge_probs
(
395
fc->tx_probs.p16x16[i][j] =
mode_mv_merge_probs
(
400
fc->tx_probs.p32x32[i][j] =
mode_mv_merge_probs
(
406
fc->skip_probs[i] =
mode_mv_merge_probs
(
/external/libvpx/libvpx/vpx_dsp/
prob.c
46
probs[i >> 1] =
mode_mv_merge_probs
(pre_probs[i >> 1], ct);
prob.h
79
static INLINE vpx_prob
mode_mv_merge_probs
(vpx_prob pre_prob,
function
Completed in 671 milliseconds