HomeSort by relevance Sort by last modified time
    Searched refs:raw_motion_error (Results 1 - 4 of 4) sorted by null

  /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...]

Completed in 3064 milliseconds