Searched refs:total_left_stats (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 103 FIRSTPASS_STATS total_left_stats; member
|
D | vp9_firstpass.c | 1279 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()
|
D | vp9_svc_layercontext.c | 343 twopass->total_left_stats.spatial_layer_id = i; in vp9_init_second_pass_spatial_svc()
|
D | vp9_encoder.c | 2964 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/ |
D | firstpass.c | 1339 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()
|
D | onyx_int.h | 585 FIRSTPASS_STATS total_left_stats; member
|
D | onyx_if.c | 5027 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()
|