HomeSort by relevance Sort by last modified time
    Searched defs:ref_stride (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 384 const int ref_stride = xd->plane[0].pre[0].stride; local
387 fn(src, src_stride, ref, ref_stride, &sse);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 383 const int ref_stride = xd->plane[0].pre[0].stride; local
386 fn(src, src_stride, ref, ref_stride, &sse);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 420 int ref_stride = x->e_mbd.pre.y_stride; local
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 420 int ref_stride = x->e_mbd.pre.y_stride; local
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 419 int ref_stride = x->e_mbd.pre.y_stride; local
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]

Completed in 257 milliseconds