Searched refs:prediction_error (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h143 int64_t prediction_error; member in struct:macroblock
H A Dencodeframe.c691 x->prediction_error = 0;
905 cpi->mb.prediction_error +=
906 cpi->mb_row_ei[i].mb.prediction_error;
1281 x->prediction_error += distortion;
H A Dethreading.c505 mb->prediction_error = 0;
H A Donyx_if.c2993 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error -
2998 cpi->last_prediction_error = cpi->mb.prediction_error;
3000 if (10 * cpi->mb.intra_error / (1 + cpi->mb.prediction_error) < 15
3001 && cpi->mb.prediction_error > minerror
4509 cpi->one_pass_frame_stats[cpi->one_pass_frame_index].frame_coded_error = (double)cpi->prediction_error;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h142 int64_t prediction_error; member in struct:macroblock
H A Dencodeframe.c678 x->prediction_error = 0;
892 cpi->mb.prediction_error +=
893 cpi->mb_row_ei[i].mb.prediction_error;
1268 x->prediction_error += distortion;
H A Dethreading.c490 mb->prediction_error = 0;
H A Donyx_if.c2943 double change2 = 1.0 * abs((int)(cpi->mb.prediction_error -
2948 cpi->last_prediction_error = cpi->mb.prediction_error;
2950 if (10 * cpi->mb.intra_error / (1 + cpi->mb.prediction_error) < 15
2951 && cpi->mb.prediction_error > minerror
4314 cpi->one_pass_frame_stats[cpi->one_pass_frame_index].frame_coded_error = (double)cpi->prediction_error;

Completed in 1826 milliseconds