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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 30 struct twopass_rc twopass; member in struct:__anon31574
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/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 275 cpi->twopass = lc->twopass;
309 lc->twopass = cpi->twopass;
337 TWO_PASS *const twopass = &svc->layer_context[i].twopass; local
342 twopass->total_stats.spatial_layer_id = i;
343 twopass->total_left_stats.spatial_layer_id = i;
vp9_svc_layercontext.h 32 TWO_PASS twopass; member in struct:__anon18097
vp9_encoder.h 403 TWO_PASS twopass; member in struct:VP9_COMP
vp9_firstpass.c 254 const TWO_PASS *twopass,
257 const FIRSTPASS_STATS *const stats = &twopass->total_stats;
273 twopass->modified_error_min, twopass->modified_error_max);
290 zero_stats(&cpi->twopass.total_stats);
297 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
301 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list);
524 TWO_PASS *twopass = &cpi->twopass; local
545 vp9_zero_array(cpi->twopass.frame_mb_stats_buf, cm->initial_mbs)
1273 TWO_PASS *const twopass = is_two_pass_svc ? local
1409 TWO_PASS *const twopass = &cpi->twopass; local
1517 TWO_PASS *const twopass = &cpi->twopass; local
1628 const TWO_PASS *const twopass = &cpi->twopass; local
1691 TWO_PASS *const twopass = &cpi->twopass; local
1852 TWO_PASS *const twopass = &cpi->twopass; local
2271 TWO_PASS *const twopass = &cpi->twopass; local
2518 TWO_PASS *const twopass = &cpi->twopass; local
2570 const TWO_PASS *const twopass = is_two_pass_svc(cpi) ? local
2586 TWO_PASS *const twopass = &cpi->twopass; local
2762 TWO_PASS *const twopass = &cpi->twopass; local
    [all...]
vp9_rdopt.c 2890 TWO_PASS *twopass = &cpi->twopass; local
2917 TWO_PASS *twopass = &cpi->twopass; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 613 } 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 690 milliseconds