Searched defs:this_rd (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 192 int this_rd; in pick_intra4x4block() local 469 int this_rd; in evaluate_inter_mode() local 771 int this_rd = INT_MAX; in vp8_pick_inter_mode() local 1248 int this_rd = 0; in vp8_pick_inter_mode() local 1312 int this_rd; in vp8_pick_intra_mode() local
|
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 1646 static int calculate_final_rd_costs(int this_rd, RATE_DISTORTION *rd, in calculate_final_rd_costs() 1713 static void update_best_mode(BEST_MODE *best_mode, int this_rd, in update_best_mode() 1819 int this_rd = INT_MAX; in vp8_rd_pick_inter_mode() local 2293 int this_rd = INT_MAX; in vp8_rd_pick_inter_mode() local
|
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 203 int64_t temp_sse, this_rd; in intra_model_yrd() local 266 int64_t this_rd; in calc_rd_given_intra_angle() local 430 int64_t this_rd; in rd_pick_filter_intra_sby() local 610 int64_t this_rd = RDCOST(x->rdmult, this_rate, tokenonly_rd_stats.dist); in palette_rd_y() local 1020 int64_t this_rd; in rd_pick_palette_intra_sbuv() local 1240 int64_t this_rd; in pick_intra_angle_routine_sbuv() local 1269 int64_t this_rd, best_rd_in, rd_cost[2 * (MAX_ANGLE_DELTA + 2)]; in rd_pick_intra_angle_sbuv() local 1394 int64_t this_rd = in cfl_rd_pick_alpha() local 1448 int64_t best_rd = INT64_MAX, this_rd; in av1_rd_pick_intra_sbuv_mode() local 1540 int64_t distortion2 = 0, best_rd_palette = best_rd, this_rd, in av1_search_palette_mode() local [all …]
|
D | rdopt_utils.h | 580 THR_MODES mode_index, uint8_t *color_map, BLOCK_SIZE bsize, int64_t this_rd, in store_winner_mode_stats()
|
D | rdopt.c | 3190 int64_t this_rd = in refine_winner_mode_tx() local 4386 int max_winner_motion_mode_cand, int64_t this_rd, in handle_winner_cand() 4677 int64_t this_rd = handle_inter_mode( in av1_rd_pick_inter_mode_sb() local 5061 int64_t this_rd = INT64_MAX; in av1_rd_pick_inter_mode_sb_seg_skip() local
|
D | tx_search.c | 2998 int64_t this_rd = 0; in tx_block_yrd() local 3058 int64_t this_rd = 0; in inter_block_yrd() local 3392 int64_t this_rd = 0, skip_rd = 0; in av1_txfm_uvrd() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 76 int64_t this_rd; member 1117 int64_t this_rd; in rd_pick_intra4x4block() local 1219 int64_t this_rd; in rd_pick_intra4x4block() local 1335 int64_t d = INT64_MAX, this_rd = INT64_MAX; in rd_pick_intra_sub_8x8_y_mode() local 1384 int64_t this_distortion, this_rd; in rd_pick_intra_sby_mode() local 1489 int64_t best_rd = INT64_MAX, this_rd; in rd_pick_intra_sbuv_mode() local 3146 BLOCK_SIZE bsize, int64_t *this_rd, in rd_variance_adjustment() 3506 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local 4050 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip() local 4210 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
|
D | vp9_encoder.c | 6604 double this_rd; local 6657 double this_rd; local 6688 double this_rd; local
|
D | vp9_pickmode.c | 2791 int64_t this_rd = 0; in vp9_pick_inter_mode_sub8x8() local
|
D | vp9_encodeframe.c | 3445 const int64_t this_rd = pc_tree->split[i]->none.rdcost; in ml_prune_rect_partition() local
|