/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
firstpass.c | 642 int raw_motion_error = INT_MAX; local 646 &raw_motion_error, lst_yv12, &motion_error, 651 if (raw_motion_error < cpi->oxcf.encode_breakout) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_firstpass.c | 598 int tmp_err, motion_error, raw_motion_error; local 614 raw_motion_error = get_prediction_error(bsize, &x->plane[0].src, 618 if (raw_motion_error > 25 || lc != NULL) { [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 642 int raw_motion_error = INT_MAX; local 646 &raw_motion_error, lst_yv12, &motion_error, 651 if (raw_motion_error < cpi->oxcf.encode_breakout) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
firstpass.c | 642 int raw_motion_error = INT_MAX; local 646 &raw_motion_error, lst_yv12, &motion_error, 651 if (raw_motion_error < cpi->oxcf.encode_breakout) [all...] |