Searched defs:this_rd (Results 1 – 6 of 6) 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 768 int this_rd = INT_MAX; in vp8_pick_inter_mode() local 1245 int this_rd = 0; in vp8_pick_inter_mode() local 1309 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 2288 int this_rd = INT_MAX; in vp8_rd_pick_inter_mode() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 74 int64_t this_rd; member 978 int64_t this_rd; in rd_pick_intra4x4block() local 1080 int64_t this_rd; in rd_pick_intra4x4block() local 1196 int64_t d = INT64_MAX, this_rd = INT64_MAX; in rd_pick_intra_sub_8x8_y_mode() local 1245 int64_t this_distortion, this_rd; in rd_pick_intra_sby_mode() local 1349 int64_t best_rd = INT64_MAX, this_rd; in rd_pick_intra_sbuv_mode() local 3006 BLOCK_SIZE bsize, int64_t *this_rd, in rd_variance_adjustment() 3339 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local 3852 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip() local 4012 int64_t this_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
|
D | vp9_pickmode.c | 2661 int64_t this_rd = 0; in vp9_pick_inter_mode_sub8x8() local
|
D | vp9_encodeframe.c | 3393 const int64_t this_rd = pc_tree->split[i]->none.rdcost; in ml_prune_rect_partition() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 192 int64_t this_rd; member 3529 int64_t this_rd, int plane, BLOCK_SIZE bsize, in txfm_rd_in_plane() 3608 int64_t this_rd; in txfm_yrd() local 3696 int64_t this_rd = RDCOST(x->rdmult, s0, 0); in choose_largest_tx_size() local 4197 int64_t temp_sse, this_rd; in intra_model_yrd() local 4324 int64_t this_rd = RDCOST(x->rdmult, this_rate, tokenonly_rd_stats.dist); in palette_rd_y() local 4491 int64_t this_rd, this_model_rd; in rd_pick_filter_intra_sby() local 4543 int64_t this_rd, this_model_rd; in calc_rd_given_intra_angle() local 4600 const int64_t this_rd = calc_rd_given_intra_angle( in rd_pick_intra_angle_sby() local 4780 const int64_t this_rd = RDCOST(x->rdmult, this_rate, rd_stats.dist); in intra_block_yrd() local [all …]
|