/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | interp_search.c | 127 RD_STATS *rd_stats, int is_skip_build_pred) { in interp_model_rd_eval() 156 RD_STATS *rd_stats_luma, RD_STATS *rd_stats, int *const switchable_rate, in interpolation_filter_rd() 310 RD_STATS *rd_stats, int *const switchable_rate, in find_best_interp_rd_facade() 342 RD_STATS *rd_stats, int *const switchable_rate, in pred_dual_interp_filter_rd() 379 RD_STATS *rd_stats, int *const switchable_rate, in fast_dual_interp_filter_rd() 432 RD_STATS *rd_stats, int *const switchable_rate, in find_best_non_dual_interp_filter() 667 RD_STATS rd_stats_luma, rd_stats; in av1_interpolation_filter_search() local
|
H A D | tx_search.c | 32 RD_STATS rd_stats; member 109 RD_STATS *const rd_stats, in fetch_mb_rd_info() 241 static inline void set_skip_txfm(MACROBLOCK *x, RD_STATS *rd_stats, in set_skip_txfm() 283 const RD_STATS *const rd_stats, in save_mb_rd_info() 536 const AV1_COMP *const cpi, MACROBLOCK *x, const RD_STATS *const rd_stats, in PrintTransformUnitStats() 719 const RD_STATS *const rd_stats, in PrintPredictionUnitStats() 1888 static inline void update_txb_coeff_cost(RD_STATS *rd_stats, int plane, in update_txb_coeff_cost() 2330 RD_STATS *rd_stats, FAST_TX_SEARCH_MODE ftxs_mode, in tx_type_rd() 2345 int txfm_partition_ctx, RD_STATS *rd_stats, int64_t ref_best_rd, in try_tx_block_no_split() 2542 RD_STATS *rd_stats, int64_t prev_level_rd, int64_t ref_best_rd, in select_tx_block() [all …]
|
H A D | rd.h | 118 static inline void av1_init_rd_stats(RD_STATS *rd_stats) { in av1_init_rd_stats() 137 static inline void av1_invalid_rd_stats(RD_STATS *rd_stats) { in av1_invalid_rd_stats() 182 static inline void av1_accumulate_rd_stats(RD_STATS *rd_stats, int64_t dist, in av1_accumulate_rd_stats()
|
H A D | compound_type.c | 489 RD_STATS *rd_stats) { in estimate_yrd_for_sb() 592 RD_STATS rd_stats; in handle_smooth_inter_intra_mode() local 725 RD_STATS rd_stats; in handle_wedge_inter_intra_mode() local 960 COMP_RD_STATS *const rd_stats = x->comp_rd_stats + offset; in save_comp_rd_search_stat() local 1004 int64_t dist_sum, RD_STATS *rd_stats, in backup_stats() 1169 RD_STATS rd_stats; in masked_compound_type_rd() local 1214 int64_t *rd, RD_STATS *rd_stats, int64_t ref_best_rd, in av1_compound_type_rd()
|
H A D | intra_mode_search.c | 477 int rate_overhead, int64_t best_rd_in, int *rate, RD_STATS *rd_stats, in pick_intra_angle_routine_sbuv() 513 RD_STATS *rd_stats) { in rd_pick_intra_angle_sbuv() 583 int fast_mode, RD_STATS *rd_stats) { in cfl_compute_rd() 802 RD_STATS rd_stats = cfl_rd_arr_u[ui]; in cfl_rd_pick_alpha() local 1183 RD_STATS rd_stats; in intra_block_yrd() local 1391 MACROBLOCK *x, BLOCK_SIZE bsize, RD_STATS *rd_stats, in av1_search_intra_uv_modes_in_interframe()
|
H A D | rdopt.c | 1255 BLOCK_SIZE bsize, RD_STATS *rd_stats, RD_STATS *rd_stats_y, in motion_mode_rd() 1641 static int64_t skip_mode_rd(RD_STATS *rd_stats, const AV1_COMP *const cpi, in skip_mode_rd() 1967 RD_STATS *rd_stats, in simple_translation_pred_rd() 2054 RD_STATS *rd_stats, in ref_mv_idx_to_search() 2396 RD_STATS *rd_stats, int64_t *skip_rd, int *skip_build_pred) { in process_compound_inter_mode() 2757 BLOCK_SIZE bsize, RD_STATS *rd_stats, RD_STATS *rd_stats_y, in handle_inter_mode() 3117 RD_STATS *rd_stats, BLOCK_SIZE bsize, in rd_pick_intrabc_mode_sb() 3587 RD_STATS rd_stats = *winner_rd_stats; in refine_winner_mode_tx() local 4908 RD_STATS rd_stats; in evaluate_motion_mode_for_winner_candidates() local 5117 RD_STATS *rd_stats, int comp_pred, int rdmult, in record_best_compound() [all …]
|
H A D | nonrd_pickmode.c | 660 RD_STATS *rd_stats, in calc_rate_dist_block_param() 682 MACROBLOCKD *xd, RD_STATS *rd_stats, in model_skip_for_sb_y_large_64() 747 MACROBLOCKD *xd, RD_STATS *rd_stats, in model_skip_for_sb_y_large() 847 RD_STATS *rd_stats, unsigned int *var_out, in model_rd_for_sb_y()
|
H A D | context_tree.h | 57 RD_STATS rd_stats; member
|
H A D | block.h | 270 RD_STATS rd_stats; member
|
H A D | partition_strategy.c | 1472 const RD_STATS *const rd_stats, in av1_ml_predict_breakout()
|
H A D | bitstream.c | 1305 static int rd_token_stats_mismatch(RD_STATS *rd_stats, TOKEN_STATS *token_stats, in rd_token_stats_mismatch()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/ |
H A D | videocodec_test_libvpx.cc | 67 void PrintRdPerf(std::map<size_t, std::vector<VideoStatistics>> rd_stats) { in PrintRdPerf() 424 std::map<size_t, std::vector<VideoStatistics>> rd_stats; in TEST() local 450 std::map<size_t, std::vector<VideoStatistics>> rd_stats; in TEST() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | blockd.h | 331 RD_STATS rd_stats; member
|