Home
last modified time | relevance | path

Searched refs:total_left_stats (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h103 FIRSTPASS_STATS total_left_stats; member
Dvp9_firstpass.c1279 zero_stats(&twopass->total_left_stats); in vp9_init_second_pass()
1287 twopass->total_left_stats = *stats; in vp9_init_second_pass()
2647 const double section_length = twopass->total_left_stats.count; in vp9_rc_get_second_pass_params()
2649 twopass->total_left_stats.coded_error / section_length; in vp9_rc_get_second_pass_params()
2651 twopass->total_left_stats.intra_skip_pct / section_length; in vp9_rc_get_second_pass_params()
2653 (twopass->total_left_stats.inactive_zone_rows * 2) / in vp9_rc_get_second_pass_params()
2755 subtract_stats(&twopass->total_left_stats, &this_frame); in vp9_rc_get_second_pass_params()
Dvp9_svc_layercontext.c343 twopass->total_left_stats.spatial_layer_id = i; in vp9_init_second_pass_spatial_svc()
Dvp9_encoder.c2964 if (cpi->twopass.total_left_stats.coded_error != 0.0)
2996 cpi->twopass.total_left_stats.coded_error,
2998 (1 + cpi->twopass.total_left_stats.coded_error),
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1339 zero_stats(&cpi->twopass.total_left_stats); in vp8_init_second_pass()
1345 cpi->twopass.total_left_stats = cpi->twopass.total_stats; in vp8_init_second_pass()
2543 cpi, &cpi->twopass.total_left_stats ); in vp8_second_pass()
2557 &cpi->twopass.total_left_stats, in vp8_second_pass()
2572 &cpi->twopass.total_left_stats, in vp8_second_pass()
2606 &cpi->twopass.total_left_stats, in vp8_second_pass()
2623 subtract_stats(&cpi->twopass.total_left_stats, &this_frame ); in vp8_second_pass()
Donyx_int.h585 FIRSTPASS_STATS total_left_stats; member
Donyx_if.c5027 if (cpi->twopass.total_left_stats.coded_error != 0.0) in encode_frame_to_data_rate()
5044 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
5046 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
5065 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()