Searched refs:total_left_stats (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.h | 136 FIRSTPASS_STATS total_left_stats; member
|
D | pass2_strategy.c | 1543 const double section_length = twopass->total_left_stats.count; in av1_get_second_pass_params() 1545 twopass->total_left_stats.coded_error / section_length; in av1_get_second_pass_params() 1547 twopass->total_left_stats.intra_skip_pct / section_length; in av1_get_second_pass_params() 1549 (twopass->total_left_stats.inactive_zone_rows * 2) / in av1_get_second_pass_params() 1635 subtract_stats(&twopass->total_left_stats, &this_frame); in av1_get_second_pass_params() 1645 av1_twopass_zero_stats(&twopass->total_left_stats); in av1_init_second_pass() 1652 twopass->total_left_stats = *stats; in av1_init_second_pass()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 154 FIRSTPASS_STATS total_left_stats; member
|
D | vp9_firstpass.c | 1641 zero_stats(&twopass->total_left_stats); in vp9_init_second_pass() 1648 twopass->total_left_stats = *stats; in vp9_init_second_pass() 3167 const double section_length = twopass->total_left_stats.count; in vp9_rc_get_second_pass_params() 3169 twopass->total_left_stats.coded_error / section_length; in vp9_rc_get_second_pass_params() 3171 twopass->total_left_stats.intra_skip_pct / section_length; in vp9_rc_get_second_pass_params() 3173 (twopass->total_left_stats.inactive_zone_rows * 2) / in vp9_rc_get_second_pass_params() 3176 twopass->total_left_stats.frame_noise_energy / section_length; in vp9_rc_get_second_pass_params() 3249 subtract_stats(&twopass->total_left_stats, &this_frame); in vp9_rc_get_second_pass_params()
|
D | vp9_svc_layercontext.c | 409 twopass->total_left_stats.spatial_layer_id = i; in vp9_init_second_pass_spatial_svc()
|
D | vp9_encoder.c | 3325 if (cpi->twopass.total_left_stats.coded_error != 0.0) { 3398 cpi->twopass.total_left_stats.coded_error, 3400 (1 + cpi->twopass.total_left_stats.coded_error),
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1262 zero_stats(&cpi->twopass.total_left_stats); in vp8_init_second_pass() 1267 cpi->twopass.total_left_stats = cpi->twopass.total_stats; in vp8_init_second_pass() 2369 overhead_bits = (int)estimate_modemvcost(cpi, &cpi->twopass.total_left_stats); in vp8_second_pass() 2379 est_cq = estimate_cq(cpi, &cpi->twopass.total_left_stats, in vp8_second_pass() 2391 tmp_q = estimate_max_q(cpi, &cpi->twopass.total_left_stats, in vp8_second_pass() 2421 tmp_q = estimate_max_q(cpi, &cpi->twopass.total_left_stats, in vp8_second_pass() 2439 subtract_stats(&cpi->twopass.total_left_stats, &this_frame); in vp8_second_pass()
|
D | onyx_int.h | 570 FIRSTPASS_STATS total_left_stats; member
|
D | onyx_if.c | 4592 if (cpi->twopass.total_left_stats.coded_error != 0.0) in encode_frame_to_data_rate() 4609 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate() 4611 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate() 4630 cpi->twopass.total_left_stats.coded_error, in encode_frame_to_data_rate()
|