Searched defs:tmp_rd (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1935 int tmp_rd; in vp8_rd_pick_inter_mode() local 1959 int tmp_rd; in vp8_rd_pick_inter_mode() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2614 int64_t rd, tmp_rd, best_rd = INT64_MAX; in handle_inter_mode() local 4155 int64_t tmp_rd, tmp_best_rd = INT64_MAX, tmp_best_rdu = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 5252 int64_t tmp_rd = 0; in try_tx_block_split() local 8270 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd() local 8292 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd() local 9674 const int64_t tmp_rd = RDCOST(x->rdmult, rd_stats->rate, rd_stats->dist); in motion_mode_rd() local 10586 int64_t tmp_rd = RDCOST(x->rdmult, rd_stats->rate, rd_stats->dist); in handle_inter_mode() local
|