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