Searched refs:FIRSTPASS_STATS (Results 1 - 16 of 16) sorted by last modified time

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
82 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position)
87 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
98 FIRSTPASS_STATS *frame_stats,
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps)
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
132 FIRSTPASS_STATS *stats)
137 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
173 static void zero_stats(FIRSTPASS_STATS *sectio
[all...]
H A Donyx_if.c1977 size_t packet_sz = sizeof(FIRSTPASS_STATS);
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;
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c214 size_t packet_sz = sizeof(FIRSTPASS_STATS);
217 FIRSTPASS_STATS *stats;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c82 const FIRSTPASS_STATS *position) {
87 FIRSTPASS_STATS *next_frame) {
98 FIRSTPASS_STATS *frame_stats, int offset) {
99 const FIRSTPASS_STATS *fps_ptr = p->stats_in;
114 static int input_stats(struct twopass_rc *p, FIRSTPASS_STATS *fps) {
123 static void output_stats(FIRSTPASS_STATS *stats,
128 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
164 static void zero_stats(FIRSTPASS_STATS *section) {
187 static void accumulate_stats(FIRSTPASS_STATS *section,
188 const FIRSTPASS_STATS *fram
[all...]
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,
H A Dvp9_onyx_if.c1270 const size_t packet_sz = sizeof(FIRSTPASS_STATS);
1275 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf;
1276 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0};
1280 FIRSTPASS_STATS *const last_packet_for_layer =
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c209 size_t packet_sz = sizeof(FIRSTPASS_STATS);
211 const FIRSTPASS_STATS *stats;
238 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
251 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
82 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position)
87 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
98 FIRSTPASS_STATS *frame_stats,
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
119 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps)
126 (void*)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
132 FIRSTPASS_STATS *stats)
137 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
173 static void zero_stats(FIRSTPASS_STATS *sectio
[all...]
H A Donyx_if.c2027 size_t packet_sz = sizeof(FIRSTPASS_STATS);
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/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c204 size_t packet_sz = sizeof(FIRSTPASS_STATS);
207 FIRSTPASS_STATS *stats;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c922 const size_t packet_sz = sizeof(FIRSTPASS_STATS);
927 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf;
928 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0};
932 FIRSTPASS_STATS *const last_packet_for_layer =
H A Dvp9_firstpass.c77 const FIRSTPASS_STATS *position) {
82 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) {
91 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) {
100 static void output_stats(FIRSTPASS_STATS *stats,
105 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
151 static void zero_stats(FIRSTPASS_STATS *section) {
173 static void accumulate_stats(FIRSTPASS_STATS *section,
174 const FIRSTPASS_STATS *frame) {
196 static void subtract_stats(FIRSTPASS_STATS *section,
197 const FIRSTPASS_STATS *fram
[all...]
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/vp9/
H A Dvp9_cx_iface.c226 const size_t packet_sz = sizeof(FIRSTPASS_STATS);
228 const FIRSTPASS_STATS *stats;
255 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
269 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;

Completed in 292 milliseconds