Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c76 int64_t this_sse; member
633 int64_t this_sse; in dist_block() local
638 &this_sse) >> shift; in dist_block()
639 args->sse = this_sse >> shift; in dist_block()
690 args->this_sse += args->sse; in block_rd_txfm()
768 *sse = args.this_sse; in txfm_rd_in_plane()
1365 int64_t this_distortion, this_sse; in rd_pick_intra_sbuv_mode() local
1374 &this_distortion, &s, &this_sse, bsize, best_rd); in rd_pick_intra_sbuv_mode()