Searched refs:rc_log (Results 1 – 6 of 6) sorted by relevance
/external/libaom/av1/encoder/ |
D | tpl_model.h | 669 static INLINE void rc_log_init(RATECTRL_LOG *rc_log) { av1_zero(*rc_log); } in rc_log_init() argument 671 static INLINE void rc_log_frame_stats(RATECTRL_LOG *rc_log, int coding_index, in rc_log_frame_stats() argument 673 rc_log->txfm_stats_list[coding_index] = *txfm_stats; in rc_log_frame_stats() 676 static INLINE void rc_log_frame_encode_param(RATECTRL_LOG *rc_log, in rc_log_frame_encode_param() argument 680 rc_log->qstep_ratio_list[coding_index] = qstep_ratio; in rc_log_frame_encode_param() 681 rc_log->q_index_list[coding_index] = q_index; in rc_log_frame_encode_param() 682 rc_log->update_type_list[coding_index] = update_type; in rc_log_frame_encode_param() 683 const TplTxfmStats *txfm_stats = &rc_log->txfm_stats_list[coding_index]; in rc_log_frame_encode_param() 684 rc_log->est_coeff_rate_list[coding_index] = 0; in rc_log_frame_encode_param() 686 rc_log->est_coeff_rate_list[coding_index] = av1_laplace_estimate_frame_rate( in rc_log_frame_encode_param() [all …]
|
D | encoder.c | 1616 rc_log_show(&cpi->rc_log); in av1_remove_compressor() 2875 rc_log_frame_encode_param(&cpi->rc_log, frame_coding_idx, qstep_ratio, q, in encode_with_recode_loop() 3005 rc_log_frame_entropy(&cpi->rc_log, frame_coding_idx, in encode_with_recode_loop() 3567 &cpi->rc_log, frame_coding_idx, 1, 255, in encode_frame_to_data_rate()
|
D | encoder.h | 3415 RATECTRL_LOG rc_log; member
|
D | encode_strategy.c | 1262 rc_log_record_chunk_info(&cpi->rc_log, vbr_rc_info->base_q_index,
|
D | tpl_model.c | 1764 rc_log_frame_stats(&cpi->rc_log, frame_coding_idx, in av1_tpl_setup_stats()
|
D | pass2_strategy.c | 3953 rc_log_init(&cpi->rc_log); in av1_init_second_pass()
|