Searched defs:FIRSTPASS_STATS (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h39 } FIRSTPASS_STATS; typedef in typeref:struct:__anon24945
45 FIRSTPASS_STATS total_stats;
46 FIRSTPASS_STATS this_frame_stats;
47 const FIRSTPASS_STATS *stats_in;
48 const FIRSTPASS_STATS *stats_in_start;
49 const FIRSTPASS_STATS *stats_in_end;
50 FIRSTPASS_STATS total_left_stats;
94 int vp9_twopass_worst_quality(struct VP9_COMP *cpi, FIRSTPASS_STATS *fpstats,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h62 } FIRSTPASS_STATS; typedef in typeref:struct:__anon13173
85 FIRSTPASS_STATS total_stats;
86 FIRSTPASS_STATS this_frame_stats;
87 const FIRSTPASS_STATS *stats_in;
88 const FIRSTPASS_STATS *stats_in_start;
89 const FIRSTPASS_STATS *stats_in_end;
90 FIRSTPASS_STATS total_left_stats;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h119 FIRSTPASS_STATS; typedef in typeref:struct:__anon13086
572 FIRSTPASS_STATS total_stats;
573 FIRSTPASS_STATS this_frame_stats;
574 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start;
575 FIRSTPASS_STATS total_left_stats;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h122 FIRSTPASS_STATS; typedef in typeref:struct:__anon24876
573 FIRSTPASS_STATS total_stats;
574 FIRSTPASS_STATS this_frame_stats;
575 FIRSTPASS_STATS *stats_in, *stats_in_end, *stats_in_start;
576 FIRSTPASS_STATS total_left_stats;

Completed in 2544 milliseconds