/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | intra_mode_search.c | 259 int64_t this_rd; in rd_pick_filter_intra_sby() local 482 int64_t this_rd; in pick_intra_angle_routine_sbuv() local 518 int64_t this_rd, best_rd_in, rd_cost[2 * (MAX_ANGLE_DELTA + 2)]; in rd_pick_intra_angle_sbuv() local 852 int64_t best_rd = INT64_MAX, this_rd; in av1_rd_pick_intra_sbuv_mode() local 1022 int64_t distortion2 = 0, best_rd_palette = best_rd, this_rd; in av1_search_palette_mode() local 1112 int64_t best_rd_palette = best_rd, this_rd; in av1_search_palette_mode_luma() local 1203 const int64_t this_rd = RDCOST(x->rdmult, this_rate, rd_stats.dist); in intra_block_yrd() local 1559 int64_t this_distortion, this_rd; in av1_rd_pick_intra_sby_mode() local
|
H A D | rdopt.c | 1651 int64_t this_rd = INT64_MAX; in skip_mode_rd() local 3669 int64_t this_rd = in refine_winner_mode_tx() local 4778 int64_t this_rd) { in update_best_single_mode() 5341 int max_winner_motion_mode_cand, int64_t this_rd, in handle_winner_cand() 5568 const int64_t this_rd = in search_intra_modes_in_interframe() local 6022 int64_t this_rd = handle_inter_mode( in av1_rd_pick_inter_mode() local 6271 int64_t this_rd = INT64_MAX; in av1_rd_pick_inter_mode_sb_seg_skip() local
|
H A D | palette.c | 299 int64_t this_rd = RDCOST(x->rdmult, this_rate, tokenonly_rd_stats.dist); in palette_rd_y() local 787 int64_t this_rd; in av1_rd_pick_palette_intra_sbuv() local
|
H A D | rdopt_utils.h | 678 THR_MODES mode_index, uint8_t *color_map, BLOCK_SIZE bsize, int64_t this_rd, in store_winner_mode_stats()
|
H A D | tx_search.c | 3283 int64_t this_rd = 0; in tx_block_yrd() local 3343 int64_t this_rd = 0; in inter_block_yrd() local 3659 int64_t this_rd = 0, skip_txfm_rd = 0; in av1_txfm_uvrd() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | pickinter.c | 192 int this_rd; in pick_intra4x4block() local 475 int this_rd; in evaluate_inter_mode() local 777 int this_rd = INT_MAX; in vp8_pick_inter_mode() local 1254 int this_rd = 0; in vp8_pick_inter_mode() local 1318 int this_rd; in vp8_pick_intra_mode() local
|
H A D | rdopt.c | 548 int this_rd; in rd_pick_intra4x4block() local 653 int this_rd; in rd_pick_intra16x16mby_mode() local 756 int this_rd; in rd_pick_intra_mbuv_mode() local 999 int this_rd; in rd_check_segment() local 1659 static int calculate_final_rd_costs(int this_rd, RATE_DISTORTION *rd, in calculate_final_rd_costs() 1726 static void update_best_mode(BEST_MODE *best_mode, int this_rd, in update_best_mode() 1832 int this_rd = INT_MAX; in vp8_rd_pick_inter_mode() local 2306 int this_rd = INT_MAX; in vp8_rd_pick_inter_mode() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 76 int64_t this_rd; member 1095 int64_t this_rd; in rd_pick_intra4x4block() local 1202 int64_t this_rd; in rd_pick_intra4x4block() local 1323 int64_t d = INT64_MAX, this_rd = INT64_MAX; in rd_pick_intra_sub_8x8_y_mode() local 1372 int64_t this_distortion, this_rd; in rd_pick_intra_sby_mode() local 1476 int64_t best_rd = INT64_MAX, this_rd; in rd_pick_intra_sbuv_mode() local 3282 BLOCK_SIZE bsize, int64_t *this_rd, in rd_variance_adjustment() 3653 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local 4215 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip() local 4373 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
|
H A D | vp9_tpl_model.c | 1159 double this_rd; in find_best_ref_mv_mode() local 1212 double this_rd; in predict_mv_mode() local 1243 double this_rd; in predict_mv_mode() local
|
H A D | vp9_pickmode.c | 2798 int64_t this_rd = 0; in vp9_pick_inter_mode_sub8x8() local
|
H A D | vp9_encodeframe.c | 3394 const int64_t this_rd = pc_tree->u.split[i]->none.rdcost; in ml_prune_rect_partition() local
|