Searched refs:get_prediction_decay_rate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c1417 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) function
1483 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame);
1664 get_prediction_decay_rate(cpi, &this_frame);
1715 get_prediction_decay_rate(cpi, &this_frame);
1833 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
2792 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
2987 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1417 static double get_prediction_decay_rate(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame) function
1483 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame);
1664 get_prediction_decay_rate(cpi, &this_frame);
1715 get_prediction_decay_rate(cpi, &this_frame);
1833 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
2792 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
2987 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1109 static double get_prediction_decay_rate(const VP9_COMMON *cm, function
1253 decay_accumulator *= get_prediction_decay_rate(&cpi->common, this_frame);
1292 decay_accumulator *= get_prediction_decay_rate(&cpi->common, this_frame);
1652 loop_decay_rate = get_prediction_decay_rate(&cpi->common, &next_frame);
1935 loop_decay_rate = get_prediction_decay_rate(&cpi->common,
2058 get_prediction_decay_rate(&cpi->common, &next_frame);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1044 static double get_prediction_decay_rate(const VP9_COMMON *cm, function
1213 decay_accumulator *= get_prediction_decay_rate(&cpi->common, &this_frame);
1250 decay_accumulator *= get_prediction_decay_rate(&cpi->common, &this_frame);
1497 loop_decay_rate = get_prediction_decay_rate(&cpi->common, &next_frame);
1954 loop_decay_rate = get_prediction_decay_rate(&cpi->common, &next_frame);
2071 const double loop_decay_rate = get_prediction_decay_rate(&cpi->common,

Completed in 2555 milliseconds