Searched refs:curr_sse (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 340 unsigned int curr_sse = 0, curr_var = 0; in simple_motion_search_get_best_ref() local 346 xd->plane[0].dst.stride, &curr_sse); in simple_motion_search_get_best_ref() 347 if (curr_sse < *best_sse) { in simple_motion_search_get_best_ref() 348 *best_sse = curr_sse; in simple_motion_search_get_best_ref()
|
D | rdopt.c | 1470 int64_t curr_sse = -1; in motion_mode_rd() local 1476 curr_sse = get_sse(cpi, x, &sse_y); in motion_mode_rd() 1480 const int has_est_rd = get_est_rate_dist(tile_data, bsize, curr_sse, in motion_mode_rd() 1488 NULL, &curr_sse, NULL, NULL, NULL); in motion_mode_rd() 1509 assert(curr_sse >= 0); in motion_mode_rd() 1510 inter_modes_info_push(inter_modes_info, mode_rate, curr_sse, in motion_mode_rd() 1515 assert(curr_sse >= 0); in motion_mode_rd() 1516 inter_modes_info_push(inter_modes_info, mode_rate, curr_sse, in motion_mode_rd() 1527 int64_t curr_sse = get_sse(cpi, x, &sse_y); in motion_mode_rd() local 1531 skip_rd = RDCOST(x->rdmult, rd_stats->rate, curr_sse); in motion_mode_rd() [all …]
|