HomeSort by relevance Sort by last modified time
    Searched refs:FIRSTPASS_STATS (Results 1 - 9 of 9) 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;
vp9_firstpass.c 69 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) {
74 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) {
83 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) {
91 static void output_stats(FIRSTPASS_STATS *stats,
96 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
135 static void zero_stats(FIRSTPASS_STATS *section) {
164 static void accumulate_stats(FIRSTPASS_STATS *section,
165 const FIRSTPASS_STATS *frame) {
194 static void subtract_stats(FIRSTPASS_STATS *section,
195 const FIRSTPASS_STATS *frame)
    [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 75 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
80 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) {
84 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) {
92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats,
94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in;
107 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) {
112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS));
118 FIRSTPASS_STATS *stats) {
123 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS);
148 static void zero_stats(FIRSTPASS_STATS *section)
    [all...]
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;
onyx_if.c     [all...]
  /external/libvpx/libvpx/test/
vp9_ethread_test.cc 22 // FIRSTPASS_STATS struct:
27 // Whenever FIRSTPASS_STATS struct is modified, the following constants need to
95 // First pass stats size equals sizeof(FIRSTPASS_STATS)
118 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf);
119 int nframes_ = (int)(fp_stats->sz / sizeof(FIRSTPASS_STATS));
120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2;
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 286 const size_t packet_sz = sizeof(FIRSTPASS_STATS);
288 const FIRSTPASS_STATS *stats;
316 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf +
330 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 207 size_t packet_sz = sizeof(FIRSTPASS_STATS);
209 FIRSTPASS_STATS *stats;
    [all...]

Completed in 383 milliseconds