Searched refs:rdcost (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 528 ctx->rdcost = INT64_MAX; in pick_sb_modes() 546 rd_cost->rdcost = ctx->rdcost; in pick_sb_modes() 684 if (rd_cost->rate == INT_MAX) rd_cost->rdcost = INT64_MAX; in pick_sb_modes() 688 ctx->rdcost = rd_cost->rdcost; in pick_sb_modes() 1765 none_rdc.rdcost = RDCOST(x->rdmult, none_rdc.rate, none_rdc.dist); in rd_use_partition() 1800 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition() 1824 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition() 1830 last_part_rdc.rdcost = 0; in rd_use_partition() 1864 last_part_rdc.rdcost = in rd_use_partition() 1912 chosen_rdc.rdcost = RDCOST(x->rdmult, chosen_rdc.rate, chosen_rdc.dist); in rd_use_partition() [all …]
|
D | context_tree.h | 42 int64_t rdcost; member 77 int64_t rdcost; member
|
D | rd.h | 302 rd_stats->rdcost = 0; in av1_init_rd_stats() 329 rd_stats->rdcost = INT64_MAX; in av1_invalid_rd_stats()
|
D | context_tree.c | 232 dst_ctx->rdcost = src_ctx->rdcost; in av1_copy_tree_context()
|
D | rdopt.c | 9433 assert(simple_states->rd_stats.rdcost == INT64_MAX); in motion_mode_rd() 9436 if (simple_states->rd_stats.rdcost != INT64_MAX) { in motion_mode_rd() 9437 best_rd = simple_states->rd_stats.rdcost; in motion_mode_rd() 9618 rd_stats->rdcost = est_rd; in motion_mode_rd() 9619 *best_est_rd = AOMMIN(*best_est_rd, rd_stats->rdcost); in motion_mode_rd() 9624 rd_stats->rdcost, false, NULL, rd_stats, in motion_mode_rd() 9630 rd_stats->rdcost, false, NULL, rd_stats, in motion_mode_rd() 9660 rd_stats->rdcost = curr_rd; in motion_mode_rd() 9679 simple_states->rd_stats.rdcost = tmp_rd; in motion_mode_rd() 9747 rd_stats->rdcost = RDCOST(x->rdmult, rd_stats->rate, rd_stats->dist); in skip_mode_rd() [all …]
|
D | partition_strategy.c | 418 simple_motion_features[f_idx++] = logf(1.0f + (float)none_rdc->rdcost); in av1_simple_motion_search_early_term_none() 558 ml_features[f_idx++] = logf(1.0f + (float)none_rdc->rdcost); in av1_firstpass_simple_motion_search_early_term()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2023 rd_cost->rdcost = INT64_MAX; in rd_pick_sb_modes() 2025 rd_cost->rdcost = RDCOST(x->rdmult, x->rddiv, rd_cost->rate, rd_cost->dist); in rd_pick_sb_modes() 2651 none_rdc.rdcost = in rd_use_partition() 2686 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition() 2710 last_part_rdc.rdcost += tmp_rdc.rdcost; in rd_use_partition() 2722 last_part_rdc.rdcost = 0; in rd_use_partition() 2749 last_part_rdc.rdcost = in rd_use_partition() 2804 chosen_rdc.rdcost = in rd_use_partition() 2810 if (last_part_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition() 2816 if (none_rdc.rdcost < chosen_rdc.rdcost) { in rd_use_partition() [all …]
|
D | vp9_pickmode.c | 1160 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, this_rdc.rate, this_rdc.dist); in vp9_pick_intra_mode() 1162 if (this_rdc.rdcost < best_rdc.rdcost) { in vp9_pick_intra_mode() 1297 this_rdc->rdcost = this_rdc->rdcost << 1; in vp9_NEWMV_diff_bias() 1299 this_rdc->rdcost = 3 * this_rdc->rdcost >> 1; in vp9_NEWMV_diff_bias() 1306 this_rdc->rdcost = 7 * (this_rdc->rdcost >> 3); in vp9_NEWMV_diff_bias() 1310 this_rdc->rdcost = 7 * (this_rdc->rdcost >> 3); in vp9_NEWMV_diff_bias() 1340 ctx_den->zero_last_cost_orig < (best_rdc->rdcost << 3) && in recheck_zeromv_after_denoising() 1364 this_rdc.rdcost = RDCOST(x->rdmult, x->rddiv, rate, dist); in recheck_zeromv_after_denoising() 1367 if (this_rdc.rdcost > best_rdc->rdcost) { in recheck_zeromv_after_denoising() 1582 best_rdc->rdcost, 1)) { in search_new_mv() [all …]
|
D | vp9_context_tree.h | 59 int64_t rdcost; member
|
D | vp9_rd.h | 124 int64_t rdcost; member
|
D | vp9_rd.c | 51 rd_cost->rdcost = INT64_MAX; in vp9_rd_cost_reset() 57 rd_cost->rdcost = 0; in vp9_rd_cost_init()
|
D | vp9_rdopt.c | 2995 rd_cost->rdcost = RDCOST(x->rdmult, x->rddiv, rd_cost->rate, rd_cost->dist); in vp9_rd_pick_intra_mode_sb() 3635 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb() 3758 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb() 3911 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sb_seg_skip() 3915 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sb_seg_skip() 4407 rd_cost->rdcost = this_rd; in vp9_rd_pick_inter_mode_sub8x8() 4498 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() 4515 rd_cost->rdcost = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 187 int64_t rdcost; member
|