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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 102 } FIRSTPASS_STATS;
133 FIRSTPASS_STATS total_stats;
134 FIRSTPASS_STATS this_frame_stats;
135 const FIRSTPASS_STATS *stats_in;
136 const FIRSTPASS_STATS *stats_in_start;
137 const FIRSTPASS_STATS *stats_in_end;
138 FIRSTPASS_STATS total_left_stats;
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 111 } FIRSTPASS_STATS;
567 FIRSTPASS_STATS total_stats;
568 FIRSTPASS_STATS this_frame_stats;
569 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start;
570 FIRSTPASS_STATS total_left_stats;

Completed in 56 milliseconds