Home
last modified time | relevance | path

Searched refs:tmp_rate2 (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.c9034 int *tmp_rate2, const BUFFER_SET *orig_dst) { in handle_inter_intra_mode() argument
9215 *tmp_rate2 += tmp_rate_mv - *rate_mv; in handle_inter_intra_mode()
9402 int tmp_rate2 = rate2_nocoeff; in motion_mode_rd() local
9462 tmp_rate2 = rate2_nocoeff - rate_mv0 + tmp_rate_mv; in motion_mode_rd()
9521 tmp_rate2 = rate2_nocoeff - rate_mv0 + tmp_rate_mv; in motion_mode_rd()
9544 &tmp_rate2, orig_dst); in motion_mode_rd()
9552 rd_stats->rate = tmp_rate2; in motion_mode_rd()