Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dblock.h139 int64_t prediction_error; member
Dencodeframe.c639 vp8_zero(x->uv_mode_count) x->prediction_error = 0; in init_encode_frame_mb_context()
836 cpi->mb.prediction_error += cpi->mb_row_ei[i].mb.prediction_error; in vp8_encode_frame()
1172 x->prediction_error += distortion; in vp8cx_encode_inter_macroblock()
Dethreading.c480 mb->prediction_error = 0; in vp8cx_init_mbrthread_data()
Donyx_if.c2730 abs((int)(cpi->mb.prediction_error - cpi->last_prediction_error)) / in decide_key_frame()
2735 cpi->last_prediction_error = cpi->mb.prediction_error; in decide_key_frame()
2737 if (10 * cpi->mb.intra_error / (1 + cpi->mb.prediction_error) < 15 && in decide_key_frame()
2738 cpi->mb.prediction_error > minerror && in decide_key_frame()
3963 (int)(cpi->mb.prediction_error / cpi->common.MBs); in encode_frame_to_data_rate()
4259 …>one_pass_frame_stats[cpi->one_pass_frame_index].frame_coded_error = (double)cpi->prediction_error; in encode_frame_to_data_rate()
Dratectrl.c1506 int pred_err_mb = (int)(cpi->mb.prediction_error / cpi->common.MBs); in vp8_drop_encodedframe_overshoot()