Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_if.c3075 …double change2 = 1.0 * abs((int)(cpi->prediction_error - cpi->last_prediction_error)) / (1 + cpi->… in decide_key_frame()
3080 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15 in decide_key_frame()
3081 && cpi->prediction_error > minerror in decide_key_frame()
3086 if (cpi->prediction_error <= 0) in decide_key_frame()
3087 cpi->prediction_error = 1; in decide_key_frame()
3091 (int) cpi->prediction_error, in decide_key_frame()
3093 (int)((10 * cpi->intra_error) / cpi->prediction_error), in decide_key_frame()
3102 cpi->last_prediction_error = cpi->prediction_error; in decide_key_frame()
3104 if (10 * cpi->intra_error / (1 + cpi->prediction_error) < 15 in decide_key_frame()
3105 && cpi->prediction_error > minerror in decide_key_frame()
[all …]
Donyx_int.h343 long long prediction_error; member
Dencodeframe.c724 cpi->prediction_error = 0; in vp8_encode_frame()
1278 cpi->prediction_error += inter_error; in vp8cx_encode_inter_macroblock()