Searched refs:twopass (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c84 cpi->twopass.stats_in = Position;
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
92 *next_frame = *cpi->twopass.stats_in;
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
124 *fps = *cpi->twopass
[all...]
H A Dpicklpf.c130 if (cpi->twopass.section_intra_rating > 8)
331 if (cpi->twopass.section_intra_rating < 20)
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
H A Donyx_if.c1337 cpi->twopass.static_scene_max_gf_interval = cpi->key_frame_frequency >> 1;
1345 if (cpi->twopass.static_scene_max_gf_interval > cpi->oxcf.lag_in_frames - 1)
1346 cpi->twopass.static_scene_max_gf_interval = cpi->oxcf.lag_in_frames - 1;
1349 if ( cpi->max_gf_interval > cpi->twopass.static_scene_max_gf_interval )
1350 cpi->max_gf_interval = cpi->twopass.static_scene_max_gf_interval;
1875 cpi->twopass.gf_decay_rate = 0;
1998 cpi->twopass.est_max_qcorrection_factor = 1.0;
2030 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
2031 cpi->twopass.stats_in = cpi->twopass
[all...]
H A Donyx_int.h603 } twopass; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c84 cpi->twopass.stats_in = Position;
89 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
92 *next_frame = *cpi->twopass.stats_in;
101 FIRSTPASS_STATS * fps_ptr = cpi->twopass.stats_in;
106 if ( &fps_ptr[offset] >= cpi->twopass.stats_in_end )
111 if ( &fps_ptr[offset] < cpi->twopass.stats_in_start )
121 if (cpi->twopass.stats_in >= cpi->twopass.stats_in_end)
124 *fps = *cpi->twopass
[all...]
H A Dpicklpf.c130 if (cpi->twopass.section_intra_rating > 8)
331 if (cpi->twopass.section_intra_rating < 20)
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
H A Donyx_if.c1305 cpi->twopass.static_scene_max_gf_interval = cpi->key_frame_frequency >> 1;
1313 if (cpi->twopass.static_scene_max_gf_interval > cpi->oxcf.lag_in_frames - 1)
1314 cpi->twopass.static_scene_max_gf_interval = cpi->oxcf.lag_in_frames - 1;
1317 if ( cpi->max_gf_interval > cpi->twopass.static_scene_max_gf_interval )
1318 cpi->max_gf_interval = cpi->twopass.static_scene_max_gf_interval;
1838 cpi->twopass.gf_decay_rate = 0;
1951 cpi->twopass.est_max_qcorrection_factor = 1.0;
1980 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1981 cpi->twopass.stats_in = cpi->twopass
[all...]
H A Donyx_int.h604 } twopass; member in struct:VP8_COMP
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c260 const struct twopass_rc *twopass = &cpi->twopass; local
268 twopass = &svc->layer_context[svc->spatial_layer_id].twopass;
271 stats = &twopass->total_stats;
278 twopass->modified_error_min, twopass->modified_error_max);
351 zero_stats(&cpi->twopass.total_stats);
358 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
362 output_stats(&cpi->twopass
505 struct twopass_rc *twopass = &cpi->twopass; local
945 struct twopass_rc *twopass = &cpi->twopass; local
1060 detect_transition_to_still(struct twopass_rc *twopass, int frame_interval, int still_interval, double loop_decay_rate, double last_decay_rate) argument
1098 detect_flash(const struct twopass_rc *twopass, int offset) argument
1184 struct twopass_rc *const twopass = &cpi->twopass; local
1409 struct twopass_rc *const twopass = &cpi->twopass; local
1793 struct twopass_rc *twopass = &cpi->twopass; local
1822 test_candidate_kf(struct twopass_rc *twopass, const FIRSTPASS_STATS *last_frame, const FIRSTPASS_STATS *this_frame, const FIRSTPASS_STATS *next_frame) argument
1902 struct twopass_rc *const twopass = &cpi->twopass; local
2202 struct twopass_rc *const twopass = &cpi->twopass; local
[all...]
H A Dvp9_svc_layercontext.h30 struct twopass_rc twopass; member in struct:__anon24977
H A Dvp9_svc_layercontext.c176 cpi->twopass = lc->twopass;
195 lc->twopass = cpi->twopass;
208 struct twopass_rc *const twopass = &svc->layer_context[i].twopass; local
213 twopass->total_stats.spatial_layer_id = i;
214 twopass->total_left_stats.spatial_layer_id = i;
H A Dvp9_picklpf.c27 return cpi->twopass.section_intra_rating > 8 ? MAX_LOOP_FILTER * 3 / 4
80 if (cpi->twopass.section_intra_rating < 20)
81 bias = bias * cpi->twopass.section_intra_rating / 20;
H A Dvp9_onyx_if.c1292 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
1293 lc->twopass.stats_in = lc->twopass.stats_in_start;
1294 lc->twopass.stats_in_end = lc->twopass.stats_in_start
1311 cpi->twopass.stats_in_start = oxcf->two_pass_stats_in.buf;
1312 cpi->twopass.stats_in = cpi->twopass.stats_in_start;
1313 cpi->twopass.stats_in_end = &cpi->twopass
[all...]
H A Dvp9_onyx_int.h440 struct twopass_rc twopass; member in struct:VP9_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c221 static double calculate_modified_err(const TWO_PASS *twopass, argument
224 const FIRSTPASS_STATS *const stats = &twopass->total_stats;
230 twopass->modified_error_min, twopass->modified_error_max);
247 zero_stats(&cpi->twopass.total_stats);
254 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
258 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list);
424 TWO_PASS *twopass = &cpi->twopass; local
432 vp9_zero_array(cpi->twopass
1010 TWO_PASS *const twopass = is_two_pass_svc ? local
1123 detect_transition_to_still(const TWO_PASS *twopass, int frame_interval, int still_interval, double loop_decay_rate, double last_decay_rate) argument
1155 detect_flash(const TWO_PASS *twopass, int offset) argument
1223 TWO_PASS *const twopass = &cpi->twopass; local
1333 const TWO_PASS *const twopass = &cpi->twopass; local
1395 TWO_PASS *const twopass = &cpi->twopass; local
1555 TWO_PASS *const twopass = &cpi->twopass; local
1792 test_candidate_kf(TWO_PASS *twopass, const FIRSTPASS_STATS *last_frame, const FIRSTPASS_STATS *this_frame, const FIRSTPASS_STATS *next_frame) argument
1872 TWO_PASS *const twopass = &cpi->twopass; local
2123 TWO_PASS *const twopass = &cpi->twopass; local
2173 TWO_PASS *const twopass = &cpi->twopass; local
2326 TWO_PASS *const twopass = &cpi->twopass; local
[all...]
H A Dvp9_picklpf.c28 return cpi->twopass.section_intra_rating > 8 ? MAX_LOOP_FILTER * 3 / 4
84 if ((cpi->oxcf.pass == 2) && (cpi->twopass.section_intra_rating < 20))
85 bias = (bias * cpi->twopass.section_intra_rating) / 20;
H A Dvp9_svc_layercontext.c183 cpi->twopass = lc->twopass;
199 lc->twopass = cpi->twopass;
209 TWO_PASS *const twopass = &svc->layer_context[i].twopass; local
214 twopass->total_stats.spatial_layer_id = i;
215 twopass->total_left_stats.spatial_layer_id = i;
H A Dvp9_svc_layercontext.h31 TWO_PASS twopass; member in struct:__anon13206
H A Dvp9_encoder.c822 CHECK_MEM_ERROR(cm, cpi->twopass.frame_mb_stats_buf,
825 cpi->twopass.frame_mb_stats_buf = NULL;
944 lc->twopass.stats_in_start = lc->rc_twopass_stats_in.buf;
945 lc->twopass.stats_in = lc->twopass.stats_in_start;
946 lc->twopass.stats_in_end = lc->twopass.stats_in_start
968 cpi->twopass.firstpass_mb_stats.mb_stats_start =
970 cpi->twopass.firstpass_mb_stats.mb_stats_end =
971 cpi->twopass
2015 const TWO_PASS *const twopass = is_two_pass_svc(cpi) ? local
[all...]
H A Dvp9_ratectrl.c359 cpi->twopass.gf_group.rf_level[cpi->twopass.gf_group.index];
378 cpi->twopass.gf_group.rf_level[cpi->twopass.gf_group.index];
892 int active_worst_quality = cpi->twopass.active_worst_quality;
906 if (cpi->twopass.last_kfgroup_zeromotion_pct >= STATIC_MOTION_THRESH) {
937 q_adj_factor += 0.05 - (0.001 * (double)cpi->twopass.kf_zeromotion_pct);
996 (cpi->twopass.last_kfgroup_zeromotion_pct < STATIC_MOTION_THRESH)) {
997 const GF_GROUP *const gf_group = &cpi->twopass.gf_group;
1027 if (cpi->twopass
[all...]
H A Dvp9_encoder.h335 TWO_PASS twopass; member in struct:VP9_COMP
H A Dvp9_rd.c160 const GF_GROUP *const gf_group = &cpi->twopass.gf_group;
H A Dvp9_temporal_filter.c416 const GF_GROUP *const gf_group = &cpi->twopass.gf_group;
H A Dvp9_encodeframe.c2132 get_motion_direction_fp(cpi->twopass.this_frame_mb_stats[mb_index]);
2137 cpi->twopass.this_frame_mb_stats[mb_index + 1]);
2144 cpi->twopass.this_frame_mb_stats[mb_index + cm->mb_cols]);
2215 if (!(cpi->twopass.this_frame_mb_stats[mb_index] &
2217 !(cpi->twopass.this_frame_mb_stats[mb_index] &
2508 GF_GROUP * gf_grp = &cpi->twopass.gf_group;
3361 input_fpmb_stats(&cpi->twopass.firstpass_mb_stats, cm,
3362 &cpi->twopass.this_frame_mb_stats);
/external/openssl/apps/
H A Dpkcs12.c113 int twopass = 0; local
160 else if (!strcmp (*args, "-twopass")) twopass = 1;
325 BIO_printf (bio_err, "-twopass separate MAC, encryption passwords\n");
414 if (twopass) {
583 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
655 if (!twopass) BUF_strlcpy(macpass, pass, sizeof macpass);
665 if(!twopass) cpass = NULL;

Completed in 384 milliseconds

12