Searched refs:this_sse (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1072 int64_t this_sse = INT64_MAX; in estimate_block_intra() local 1073 block_yrd(cpi, x, &this_rdc, &args->skippable, &this_sse, bsize_tx, in estimate_block_intra() 2044 int64_t this_sse; in vp9_pick_inter_mode() local 2348 this_sse = (int64_t)sse_y; in vp9_pick_inter_mode() 2349 block_yrd(cpi, x, &this_rdc, &is_skippable, &this_sse, bsize, in vp9_pick_inter_mode() 2356 RDCOST(x->rdmult, x->rddiv, 0, this_sse)) { in vp9_pick_inter_mode() 2360 this_rdc.dist = this_sse; in vp9_pick_inter_mode() 2525 int64_t this_sse = INT64_MAX; in vp9_pick_inter_mode() local 2599 block_yrd(cpi, x, &this_rdc, &args.skippable, &this_sse, bsize, in vp9_pick_inter_mode()
|
D | vp9_rdopt.c | 75 int64_t this_sse; member 553 unsigned this_sse = 0; in pixel_sse() local 562 dst + r * dst_stride * 4 + c * 4, dst_stride, &this_sse); in pixel_sse() 563 sse += this_sse; in pixel_sse() 618 int64_t this_sse; in dist_block() local 625 coeff, dqcoeff, 16 << ss_txfrm_size, &this_sse, bd) >> in dist_block() 629 vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, &this_sse) >> in dist_block() 632 *out_sse = this_sse >> shift; in dist_block() 864 args->this_sse += sse; in block_rd_txfm() 907 *sse = args.this_sse; in txfm_rd_in_plane() [all …]
|
/external/libaom/av1/encoder/ |
D | tx_search.c | 512 unsigned int this_sse; in get_2x2_normalized_sses_and_sads() local 514 dst_stride, &this_sse); in get_2x2_normalized_sses_and_sads() 515 sse_norm_arr[row * 2 + col] = (double)this_sse / num_samples_half; in get_2x2_normalized_sses_and_sads() 1086 int64_t this_sse; in dist_block_tx_domain() local 1097 *out_dist = av1_highbd_block_error(coeff, dqcoeff, buffer_length, &this_sse, in dist_block_tx_domain() 1102 *out_dist = av1_block_error(coeff, dqcoeff, buffer_length, &this_sse); in dist_block_tx_domain() 1105 scan, &this_sse); in dist_block_tx_domain() 1112 *out_sse = RIGHT_SIGNED_SHIFT(this_sse, shift); in dist_block_tx_domain()
|
D | rdopt.c | 2512 unsigned int this_sse; in prune_zero_mv_with_sse() local 2513 fn_ptr[bsize].vf(ref, ref_stride, src, src_stride, &this_sse); in prune_zero_mv_with_sse() 2514 this_sse_sum += this_sse; in prune_zero_mv_with_sse() 2903 const unsigned int this_sse = x->pred_sse[ref]; in handle_inter_mode() local 2904 if (this_sse < args->best_single_sse_in_refs[ref]) { in handle_inter_mode() 2905 args->best_single_sse_in_refs[ref] = this_sse; in handle_inter_mode() 2918 if (args->best_pred_sse < scale_factor[th_idx][pix_idx] * this_sse) in handle_inter_mode()
|
D | encoder.c | 3315 const int64_t this_sse = superres_sses[this_index]; in encode_with_and_without_superres() local 3319 rdmult, this_rate, this_sse, bit_depth); in encode_with_and_without_superres() 3321 sse1 = this_sse; in encode_with_and_without_superres()
|
D | nonrd_pickmode.c | 279 int64_t this_sse, in early_term_inter_search_with_sse() argument 301 if ((early_term_idx > 0) && (threshold * this_sse > best_sse)) { in early_term_inter_search_with_sse()
|