HomeSort by relevance Sort by last modified time
    Searched refs:MBGRAPH_MB_STATS (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.h 26 } MBGRAPH_MB_STATS;
28 typedef struct { MBGRAPH_MB_STATS *mb_stats; } MBGRAPH_FRAME_STATS;
vp9_mbgraph.c 158 static void update_mbgraph_mb_stats(VP9_COMP *cpi, MBGRAPH_MB_STATS *stats,
256 MBGRAPH_MB_STATS *mb_stats = &stats->mb_stats[offset + mb_col];
311 MBGRAPH_MB_STATS *mb_stats = &frame_stats->mb_stats[offset + mb_col];

Completed in 662 milliseconds