Searched defs:skip_rd (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt_utils.h | 331 int64_t best_skip_rd, int64_t skip_rd, in check_txfm_eval()
|
D | tx_search.c | 2710 const int64_t skip_rd = in choose_largest_tx_size() local 2860 const int64_t skip_rd = RDCOST(x->rdmult, 0, this_rd_stats.sse); in block_rd_txfm() local 2897 const int64_t skip_rd = in av1_uniform_txfm_yrd() local 3081 const int64_t skip_rd = RDCOST(x->rdmult, skip_flag_rate, rd_stats->sse); in inter_block_yrd() local 3138 int64_t skip_rd = RDCOST(x->rdmult, skip_flag_cost, 0); in select_tx_size_and_type() local 3392 int64_t this_rd = 0, skip_rd = 0; in av1_txfm_uvrd() local
|
D | compound_type.c | 1348 int64_t skip_rd = in av1_compound_type_rd() local 1407 int64_t skip_rd = RDCOST(x->rdmult, rs2 + *rate_mv, (sse_y << 4)); in av1_compound_type_rd() local
|
D | rdopt.c | 1522 int64_t skip_rd = INT64_MAX; in motion_mode_rd() local 2228 motion_mode_candidate *motion_mode_cand, int64_t *skip_rd, in handle_inter_mode() 4208 int64_t skip_rd[2] = { search_state->best_skip_rd[0], in evaluate_motion_mode_for_winner_candidates() local 4675 int64_t skip_rd[2] = { search_state.best_skip_rd[0], in av1_rd_pick_inter_mode_sb() local 4782 int64_t skip_rd = INT64_MAX; in av1_rd_pick_inter_mode_sb() local
|