OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sub_mv_ref_prob
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
entropymode.c
57
static const vp8_prob
sub_mv_ref_prob
[VP8_SUBMVREFS-1] = { 180, 162, 25};
variable
214
vpx_memcpy(x->fc.
sub_mv_ref_prob
,
sub_mv_ref_prob
, sizeof(
sub_mv_ref_prob
));
onyxc_int.h
43
vp8_prob
sub_mv_ref_prob
[VP8_SUBMVREFS-1];
member in struct:frame_contexts
/external/libvpx/vp8/encoder/
modecosts.c
40
vp8_cost_tokens((int *)c->mb.inter_bmode_costs, x->fc.
sub_mv_ref_prob
, vp8_sub_mv_ref_tree);
Completed in 256 milliseconds