Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h142 int64_t prediction_error; member
Dencodeframe.c679 x->prediction_error = 0; in init_encode_frame_mb_context()
893 cpi->mb.prediction_error += in vp8_encode_frame()
894 cpi->mb_row_ei[i].mb.prediction_error; in vp8_encode_frame()
1269 x->prediction_error += distortion; in vp8cx_encode_inter_macroblock()
Dethreading.c490 mb->prediction_error = 0; in vp8cx_init_mbrthread_data()
Donyx_if.c2944 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error - in decide_key_frame()
2949 cpi->last_prediction_error = cpi->mb.prediction_error; in decide_key_frame()
2951 if (10 * cpi->mb.intra_error / (1 + cpi->mb.prediction_error) < 15 in decide_key_frame()
2952 && cpi->mb.prediction_error > minerror in decide_key_frame()
4315 …>one_pass_frame_stats[cpi->one_pass_frame_index].frame_coded_error = (double)cpi->prediction_error; in encode_frame_to_data_rate()