Searched refs:curr_sse (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.c | 173 unsigned int curr_sse = 0, curr_var = 0; in simple_motion_search_get_best_ref() local 178 xd->plane[0].dst.stride, &curr_sse); in simple_motion_search_get_best_ref() 179 if (curr_sse < *best_sse) { in simple_motion_search_get_best_ref() 180 *best_sse = curr_sse; in simple_motion_search_get_best_ref()
|
D | rdopt.c | 9594 int64_t curr_sse = -1; in motion_mode_rd() local 9599 curr_sse = get_sse(cpi, x); in motion_mode_rd() 9600 const int has_est_rd = get_est_rate_dist(tile_data, bsize, curr_sse, in motion_mode_rd() 9608 &est_residue_cost, &est_dist, NULL, &curr_sse, NULL, NULL, NULL); in motion_mode_rd() 9622 assert(curr_sse >= 0); in motion_mode_rd() 9623 inter_modes_info_push(inter_modes_info, mode_rate, curr_sse, in motion_mode_rd() 9628 assert(curr_sse >= 0); in motion_mode_rd() 9629 inter_modes_info_push(inter_modes_info, mode_rate, curr_sse, in motion_mode_rd()
|