OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inter_mode_counts
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h
73
int
inter_mode_counts
[INTER_MODE_CONTEXTS][INTER_MODES - 1][2];
member in struct:__anon21307
vp9_onyx_if.c
474
unsigned int (*
inter_mode_counts
)[INTER_MODES - 1][2] =
475
cm->fc.
inter_mode_counts
;
491
mv_ref_stats[i][j][0] += (int64_t)
inter_mode_counts
[i][j][0];
492
mv_ref_stats[i][j][1] += (int64_t)
inter_mode_counts
[i][j][1];
[
all
...]
Completed in 27 milliseconds