Searched refs:recon_error (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 38 uint16_t *eob, int64_t *recon_error, in get_quantize_error() argument 49 *recon_error = av1_block_error(coeff, dqcoeff, pix_num, sse) >> shift; in get_quantize_error() 50 *recon_error = AOMMAX(*recon_error, 1); in get_quantize_error() 104 int *rate_cost, int64_t *recon_error, int64_t *sse) { in txfm_quant_rdcost() argument 112 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, &eob, recon_error, in txfm_quant_rdcost() 230 int64_t recon_error = 1, sse = 1; in mode_estimation() local 397 &recon_error, &sse); in mode_estimation() 412 tpl_stats->srcrf_dist = recon_error << (TPL_DEP_COST_SCALE_LOG2); in mode_estimation() 439 &rate_cost, &recon_error, &sse); in mode_estimation() 441 tpl_stats->recrf_dist = recon_error << (TPL_DEP_COST_SCALE_LOG2); in mode_estimation() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 6179 TX_SIZE tx_size, int64_t *recon_error, argument 6205 *recon_error = vp9_block_error(coeff, dqcoeff, pix_num, sse) >> shift; 6206 *recon_error = VPXMAX(*recon_error, 1); 6252 int64_t *recon_error, int64_t *sse) { argument 6383 get_quantize_error(x, 0, coeff, qcoeff, dqcoeff, tx_size, recon_error, 6835 int64_t recon_error, sse; local 6900 tx_size, ref_frame, predictor, &recon_error, &sse);
|