HomeSort by relevance Sort by last modified time
    Searched full:ref_stride (Results 26 - 35 of 35) sorted by null

12

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad4d_sse2.asm 171 ; uint8_t *ref[4], int ref_stride,
176 cglobal sad%1x%2x4d, 5, 8, 8, src, src_stride, ref1, ref_stride, \
179 cglobal sad%1x%2x4d, 4, 7, 8, src, src_stride, ref1, ref_stride, \
  /external/llvm/test/Transforms/LoopStrengthReduce/ARM/
ivchain-ARM.ll 220 define hidden void @testNeon(i8* %ref_data, i32 %ref_stride, i32 %limit, <16 x i8>* nocapture %data) nounwind optsize {
225 %2 = shl nsw i32 %ref_stride, 1
226 %3 = mul nsw i32 %ref_stride, 3
227 %4 = shl nsw i32 %ref_stride, 2
228 %5 = mul nsw i32 %ref_stride, 5
229 %6 = mul nsw i32 %ref_stride, 6
230 %7 = mul nsw i32 %ref_stride, 7
231 %8 = shl nsw i32 %ref_stride, 3
242 %13 = getelementptr inbounds i8* %.05, i32 %ref_stride
  /external/libvpx/libvpx/vp8/common/arm/neon/
sad16_neon.asm 24 ; r3 int ref_stride
144 ; int ref_stride)
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 316 static void build_intra_predictors(const uint8_t *ref, int ref_stride,
340 left_col[i] = ref[i * ref_stride - 1];
347 const uint8_t *above_ref = ref - ref_stride;
374 const uint8_t *ref, int ref_stride,
383 build_intra_predictors(ref, ref_stride, dst, dst_stride, mode, tx_size,
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 23 ; r3 int ref_stride
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance_c.c 460 const uint8_t *ref_ptr, int ref_stride,
462 variance(src_ptr, source_stride, ref_ptr, ref_stride, 8, 8, sse, sum);
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 44 int ref_stride,
  /external/chromium_org/third_party/libwebp/enc/
picture.c 925 const uint8_t* ref, int ref_stride,
936 const double value = (double)ref[y * ref_stride + x];
    [all...]
  /external/webp/src/enc/
picture.c 925 const uint8_t* ref, int ref_stride,
936 const double value = (double)ref[y * ref_stride + x];
    [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...]

Completed in 494 milliseconds

12