Home
last modified time | relevance | path

Searched refs:FIRSTPASS_STATS (Results 1 – 17 of 17) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.h100 } FIRSTPASS_STATS; typedef
133 FIRSTPASS_STATS *stats_in_start;
134 FIRSTPASS_STATS *stats_in_end;
135 FIRSTPASS_STATS *stats_in_buf_end;
136 FIRSTPASS_STATS *total_stats;
137 FIRSTPASS_STATS *total_left_stats;
145 FIRSTPASS_STATS *frame_stats_arr[MAX_LAP_BUFFERS + 1];
147 const FIRSTPASS_STATS *stats_in;
190 void av1_twopass_zero_stats(FIRSTPASS_STATS *section);
Dpass2_strategy.c43 const FIRSTPASS_STATS *this_frame) { in calculate_active_area()
57 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err()
58 const FIRSTPASS_STATS *const stats = twopass->stats_buf_ctx->total_stats; in calculate_modified_err()
83 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position()
87 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats()
95 static int input_stats_lap(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats_lap()
102 sizeof(FIRSTPASS_STATS)); in input_stats_lap()
108 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats()
117 static void subtract_stats(FIRSTPASS_STATS *section, in subtract_stats()
118 const FIRSTPASS_STATS *frame) { in subtract_stats()
[all …]
Dfirstpass.c56 static AOM_INLINE void output_stats(FIRSTPASS_STATS *stats, in output_stats()
61 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS); in output_stats()
86 void av1_twopass_zero_stats(FIRSTPASS_STATS *section) { in av1_twopass_zero_stats()
112 static AOM_INLINE void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats()
113 const FIRSTPASS_STATS *frame) { in accumulate_stats()
753 FIRSTPASS_STATS *this_frame_stats = twopass->stats_buf_ctx->stats_in_end; in update_firstpass_stats()
754 FIRSTPASS_STATS fps; in update_firstpass_stats()
1025 FIRSTPASS_STATS *this_frame_stats = twopass->stats_buf_ctx->stats_in_end; in av1_first_pass()
Dencoder.h1402 FIRSTPASS_STATS *frame_stats_buf,
Dencoder.c2751 FIRSTPASS_STATS *stats = twopass->stats_buf_ctx->total_stats; in config_target_level()
3033 FIRSTPASS_STATS *frame_stats_buf, in av1_create_compressor()
3160 const size_t packet_sz = sizeof(FIRSTPASS_STATS); in av1_create_compressor()
Dencodeframe.c2423 static const FIRSTPASS_STATS *read_one_frame_stats(const TWO_PASS *p, int frm) { in read_one_frame_stats()
2443 const FIRSTPASS_STATS *const this_frame_stats = read_one_frame_stats( in active_h_edge()
2473 const FIRSTPASS_STATS *const this_frame_stats = read_one_frame_stats( in active_v_edge()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h108 } FIRSTPASS_STATS; typedef
151 const FIRSTPASS_STATS *stats;
156 const FIRSTPASS_STATS *stats, in fps_init_first_pass_info()
166 static INLINE const FIRSTPASS_STATS *fps_get_frame_stats( in fps_get_frame_stats()
177 FIRSTPASS_STATS total_stats;
178 FIRSTPASS_STATS this_frame_stats;
179 const FIRSTPASS_STATS *stats_in;
180 const FIRSTPASS_STATS *stats_in_start;
181 const FIRSTPASS_STATS *stats_in_end;
183 FIRSTPASS_STATS total_left_stats;
[all …]
Dvp9_firstpass.c65 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position()
70 static const FIRSTPASS_STATS *read_frame_stats(const TWO_PASS *p, int offset) { in read_frame_stats()
79 static int input_stats(TWO_PASS *p, FIRSTPASS_STATS *fps) { in input_stats()
87 static void output_stats(FIRSTPASS_STATS *stats) { in output_stats()
125 static void zero_stats(FIRSTPASS_STATS *section) { in zero_stats()
154 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats()
155 const FIRSTPASS_STATS *frame) { in accumulate_stats()
184 static void subtract_stats(FIRSTPASS_STATS *section, in subtract_stats()
185 const FIRSTPASS_STATS *frame) { in subtract_stats()
218 const FIRSTPASS_STATS *this_frame) { in calculate_active_area()
[all …]
Dvp9_encoder.c2459 const size_t packet_sz = sizeof(FIRSTPASS_STATS); in vp9_create_compressor()
2464 FIRSTPASS_STATS *const stats = oxcf->two_pass_stats_in.buf; in vp9_create_compressor()
2465 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = { 0 }; in vp9_create_compressor()
2469 FIRSTPASS_STATS *const last_packet_for_layer = in vp9_create_compressor()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c75 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) { in reset_fpf_position()
84 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) { in lookup_next_frame_stats()
92 static int read_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *frame_stats, in read_frame_stats()
94 FIRSTPASS_STATS *fps_ptr = cpi->twopass.stats_in; in read_frame_stats()
107 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) { in input_stats()
112 (void *)((char *)cpi->twopass.stats_in + sizeof(FIRSTPASS_STATS)); in input_stats()
117 FIRSTPASS_STATS *stats) { in output_stats()
121 pkt.data.twopass_stats.sz = sizeof(FIRSTPASS_STATS); in output_stats()
146 static void zero_stats(FIRSTPASS_STATS *section) { in zero_stats()
[all …]
Donyx_int.h114 } FIRSTPASS_STATS; typedef
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;
Donyx_if.c1982 size_t packet_sz = sizeof(FIRSTPASS_STATS); in vp8_create_compressor()
/external/libvpx/libvpx/test/
Dvp9_ethread_test.cc118 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); in compare_fp_stats()
119 int nframes_ = (int)(fp_stats->sz / sizeof(FIRSTPASS_STATS)); in compare_fp_stats()
120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2; in compare_fp_stats()
/external/libaom/libaom/av1/
Dav1_cx_iface.c304 FIRSTPASS_STATS *frame_stats_buffer;
459 const size_t packet_sz = sizeof(FIRSTPASS_STATS); in validate_config()
461 const FIRSTPASS_STATS *stats; in validate_config()
473 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1; in validate_config()
971 const size_t packet_sz = sizeof(FIRSTPASS_STATS); in set_encoder_config()
1821 static aom_codec_err_t create_stats_buffer(FIRSTPASS_STATS **frame_stats_buffer, in create_stats_buffer()
1828 (FIRSTPASS_STATS *)aom_calloc(size, sizeof(FIRSTPASS_STATS)); in create_stats_buffer()
1836 stats_buf_context->total_left_stats = aom_calloc(1, sizeof(FIRSTPASS_STATS)); in create_stats_buffer()
1839 stats_buf_context->total_stats = aom_calloc(1, sizeof(FIRSTPASS_STATS)); in create_stats_buffer()
1848 struct aom_codec_pkt_list *pkt_list_head, FIRSTPASS_STATS *frame_stats_buf, in create_context_and_bufferpool()
[all …]
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc53 std::vector<FIRSTPASS_STATS> first_pass_stats;
Dvp9_cx_iface.c293 const size_t packet_sz = sizeof(FIRSTPASS_STATS); in validate_config()
295 const FIRSTPASS_STATS *stats; in validate_config()
323 stats = (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + in validate_config()
337 (const FIRSTPASS_STATS *)cfg->rc_twopass_stats_in.buf + n_packets - 1; in validate_config()
1090 get_first_pass_stats_pkt(FIRSTPASS_STATS *stats) { in get_first_pass_stats_pkt()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c228 size_t packet_sz = sizeof(FIRSTPASS_STATS); in validate_config()
230 FIRSTPASS_STATS *stats; in validate_config()