HomeSort by relevance Sort by last modified time
    Searched refs:ref_stride (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /external/libaom/libaom/test/
variance_test.cc 88 int l2h, int src_stride, int ref_stride,
99 diff = src[y * src_stride + x] - ref[y * ref_stride + x];
104 CONVERT_TO_SHORTPTR(ref)[y * ref_stride + x];
531 const int ref_stride = (i & 1) * width(); local
534 const int ref_ind = (j / width()) * ref_stride + j % width();
548 var1 = params_.func(src_, src_stride, ref_, ref_stride, &sse1));
550 src_stride, ref_stride, &sse2, use_high_bit_depth(),
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
subpel_variance_sse2.asm 44 ; const uint8_t *ref, ptrdiff_t ref_stride,
120 x_offset, y_offset, ref, ref_stride, \
125 x_offset, y_offset, ref, ref_stride, \
134 x_offset, y_offset, ref, ref_stride, \
140 x_offset, y_offset, ref, ref_stride, \
166 ref, ref_stride, second_pred, second_stride, \
172 x_offset, y_offset, ref, ref_stride, \
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/test/
avg_test.cc 156 const int ref_stride, const int height);
  /external/libhevc/encoder/
ihevce_enc_loop_structs.h 139 ref_stride, \
156 (ps_common_frm_prms)->i4_rec_stride = ref_stride; \
    [all...]
hme_refine.c 160 WORD32 ref_stride, ref_offset; local
172 ref_stride = ps_curr_layer->i4_inp_stride;
174 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l0_mv.i2_mvy) * ref_stride;
187 pu1_ref += ref_stride;
198 ref_stride = ps_curr_layer->i4_inp_stride;
200 ref_offset = ((blk_y << 3) + ps_pu->mv.s_l1_mv.i2_mvy) * ref_stride;
213 pu1_ref += ref_stride;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 391 int ref_stride = x->e_mbd.pre.y_stride; local
402 vpx_mse16x16(src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]

Completed in 133 milliseconds

1 2 3 45