HomeSort by relevance Sort by last modified time
    Searched refs:twopass (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 84 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.stats_in
    [all...]
picklpf.c 130 if (cpi->twopass.section_intra_rating > 8)
331 if (cpi->twopass.section_intra_rating < 20)
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 84 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.stats_in
    [all...]
picklpf.c 130 if (cpi->twopass.section_intra_rating > 8)
331 if (cpi->twopass.section_intra_rating < 20)
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 84 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.stats_in
    [all...]
picklpf.c 130 if (cpi->twopass.section_intra_rating > 8)
331 if (cpi->twopass.section_intra_rating < 20)
332 Bias = Bias * cpi->twopass.section_intra_rating / 20;
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
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_svc_layercontext.h 30 struct twopass_rc twopass; member in struct:__anon29588
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_picklpf.c 27 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;
vp9_onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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_svc_layercontext.h 30 struct twopass_rc twopass; member in struct:__anon40769
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_picklpf.c 27 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;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
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...]
vp9_picklpf.c 28 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;
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_ratectrl.c 359 cpi->twopass.gf_group.rf_level[cpi->twopass.gf_group.index];
378 cpi->twopass.gf_group.rf_level[cpi->twopass.gf_group.index];
    [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;

Completed in 443 milliseconds

1 2