HomeSort by relevance Sort by last modified time
    Searched defs:twopass (Results 1 - 17 of 17) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 30 struct twopass_rc twopass; member in struct:__anon8675
vp9_svc_layercontext.c 176 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;
vp9_firstpass.c 260 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.total_stats, cpi->output_pkt_list)
505 struct twopass_rc *twopass = &cpi->twopass; local
945 struct twopass_rc *twopass = &cpi->twopass; local
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
1902 struct twopass_rc *const twopass = &cpi->twopass; local
2202 struct twopass_rc *const twopass = &cpi->twopass; local
    [all...]
vp9_onyx_int.h 440 struct twopass_rc twopass; member in struct:VP9_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 30 struct twopass_rc twopass; member in struct:__anon19856
vp9_svc_layercontext.c 173 cpi->twopass = lc->twopass;
192 lc->twopass = cpi->twopass;
203 struct twopass_rc *const twopass = &cpi->svc.layer_context[i].twopass; local
208 twopass->total_stats.spatial_layer_id = i;
209 twopass->total_left_stats.spatial_layer_id = i;
vp9_firstpass.c 258 const struct twopass_rc *twopass = &cpi->twopass; local
265 twopass = &cpi->svc.layer_context[cpi->svc.spatial_layer_id].twopass;
268 stats = &twopass->total_stats;
275 twopass->modified_error_min, twopass->modified_error_max);
350 zero_stats(&cpi->twopass.total_stats);
357 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
361 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list)
504 struct twopass_rc *twopass = &cpi->twopass; local
944 struct twopass_rc *twopass = &cpi->twopass; local
1183 struct twopass_rc *const twopass = &cpi->twopass; local
1408 struct twopass_rc *const twopass = &cpi->twopass; local
1901 struct twopass_rc *const twopass = &cpi->twopass; local
2206 struct twopass_rc *const twopass = &cpi->twopass; local
    [all...]
vp9_onyx_int.h 442 struct twopass_rc twopass; member in struct:VP9_COMP
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.c 183 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;
vp9_svc_layercontext.h 31 TWO_PASS twopass; member in struct:__anon17831
vp9_encoder.c 822 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.firstpass_mb_stats.mb_stats_start
2015 const TWO_PASS *const twopass = is_two_pass_svc(cpi) ? local
    [all...]
vp9_encoder.h 335 TWO_PASS twopass; member in struct:VP9_COMP
vp9_firstpass.c 221 static double calculate_modified_err(const TWO_PASS *twopass,
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.frame_mb_stats_buf, cm->MBs)
1010 TWO_PASS *const twopass = is_two_pass_svc ? local
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
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/
pkcs12.c 113 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/
onyx_int.h 603 } twopass; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 604 } twopass; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 604 } twopass; member in struct:VP8_COMP

Completed in 268 milliseconds