OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mb_stats
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c
276
MBGRAPH_MB_STATS *
mb_stats
= &stats->
mb_stats
[offset + mb_col];
local
278
update_mbgraph_mb_stats(cpi,
mb_stats
, buf, mb_y_in_offset,
282
arf_left_mv.as_int =
mb_stats
->ref[ALTREF_FRAME].m.mv.as_int;
283
gld_left_mv.as_int =
mb_stats
->ref[GOLDEN_FRAME].m.mv.as_int;
330
MBGRAPH_MB_STATS *
mb_stats
= &frame_stats->
mb_stats
[offset + mb_col];
local
332
int altref_err =
mb_stats
->ref[ALTREF_FRAME].err;
333
int intra_err =
mb_stats
->ref[INTRA_FRAME ].err;
334
int golden_err =
mb_stats
->ref[GOLDEN_FRAME].err
[
all
...]
vp9_onyx_int.h
143
MBGRAPH_MB_STATS *
mb_stats
;
member in struct:__anon23106
vp9_onyx_if.c
[
all
...]
Completed in 4582 milliseconds