Searched refs:yrd (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | rdopt.c | 57 int yrd; member 1721 best_mode->yrd = in update_best_mode() 1789 best_mode.yrd = INT_MAX; in vp8_rd_pick_inter_mode() 1945 best_mode.yrd); in vp8_rd_pick_inter_mode() 1949 if (tmp_rd < best_mode.yrd) { in vp8_rd_pick_inter_mode() 1975 cpi, x, &best_ref_mv, best_mode.yrd, mdcounts, &rate, &rd.rate_y, in vp8_rd_pick_inter_mode() 1984 if (tmp_rd < best_mode.yrd) { in vp8_rd_pick_inter_mode()
|
/external/libaom/av1/encoder/ |
D | rdopt.c | 1260 int eval_motion_mode, int64_t *yrd) { in motion_mode_rd() argument 1288 *yrd = INT64_MAX; in motion_mode_rd() 1607 *yrd = this_yrd; in motion_mode_rd() 2733 int64_t *yrd) { in handle_inter_mode() argument 3074 *yrd = best_yrd; in handle_inter_mode() 4847 InterModeSearchState *const search_state, int64_t *yrd) { in evaluate_motion_mode_for_winner_candidates() argument 4909 *yrd = this_yrd; in evaluate_motion_mode_for_winner_candidates() 5085 PICK_MODE_CONTEXT *ctx, int64_t *yrd) { in tx_search_best_inter_candidates() argument 5111 *yrd = INT64_MAX; in tx_search_best_inter_candidates() 5216 *yrd = this_yrd; in tx_search_best_inter_candidates()
|