Searched defs:twopass (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
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_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_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_svc_layercontext.h31 TWO_PASS twopass; member in struct:__anon13206
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_encoder.h335 TWO_PASS twopass; member in struct:VP9_COMP
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_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...]
/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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h603 } twopass; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h604 } twopass; member in struct:VP8_COMP

Completed in 131 milliseconds