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

  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h 103 * @stride1: stride in bytes
118 int32_t stride1; member in struct:mm_lib2d_yuv_buffer_t
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 160 const int stride1 = (flags.stride != 0) ? flags.stride : w1 * c;
163 const uint8* p1 = &imgdata1[(i + crop_y) * stride1 + crop_x * c];
291 const int stride1 = 3 * in_w; local
292 const std::unique_ptr<uint8[]> refdata1(new uint8[stride1 * in_h]);
295 const int offset = i * stride1 + 3 * j;
306 memcpy(&refdata2[i * stride2], &refdata1[i * stride1], 3 * in_w);
356 imgdata1.get(), refdata1.get(), in_w, in_h, stride1, stride1);
375 imgdata1.get(), imgdata2.get(), in_w, in_h, stride1, flags.stride);
396 imgdata1.get(), refdata1.get(), in_w, in_h, stride1, stride1)
    [all...]
  /external/webp/src/enc/
picture_psnr_enc.c 204 const size_t stride1 = 4 * (size_t)p1.argb_stride; local
208 (const uint8_t*)p1.argb + offset, stride1,
  /external/libaom/libaom/aom_dsp/x86/
masked_variance_intrin_ssse3.c 1036 const int stride1 = invert_mask ? ref_stride : width; local
    [all...]
variance_avx2.c 364 const int stride1 = invert_mask ? ref_stride : width; local
366 comp_mask_pred_8_ssse3(comp_pred, height, src0, stride0, src1, stride1,
371 const __m256i sA1 = mm256_loadu2(src1 + stride1, src1);
374 src1 += (stride1 << 1);
377 const __m256i sB1 = mm256_loadu2(src1 + stride1, src1);
380 src1 += (stride1 << 1);
395 const __m256i sB1 = _mm256_lddqu_si256((const __m256i *)(src1 + stride1));
404 src1 += (stride1 << 1);
447 const int stride1 = invert_mask ? ref_stride : width; local
453 const __m256i s1 = mm256_loadu2_16(src1 + stride1, src1)
    [all...]
variance_sse2.c 728 const int stride1 = invert_mask ? ref_stride : width; local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 1082 const int stride1 = invert_mask ? ref_stride : width; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 114 uint32_t stride1, stride2; // 04 08 member in struct:h264_picparm_vp
327 h->stride1 = h->stride2 = mb(dec->base.width)*16;
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 938 unsigned size1, size2, offset1, offset2, stride1, stride2; local
980 stride1 = 0;
984 stride1 = vb1->stride;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1172 LLVMValueRef indexes[2], stride, stride1; local
1181 LLVMValueRef stride1; local
1196 LLVMValueRef stride1; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 621 uint32_t stride1, stride2; local
634 stride1 = img1->stride[VPX_PLANE_Y] / 2;
643 if (*(plane1 + (i + k) * stride1 + j + l) !=
647 yloc[2] = *(plane1 + (i + k) * stride1 + j + l);
660 stride1 = img1->stride[VPX_PLANE_U] / 2;
669 if (*(plane1 + (i + k) * stride1 + j + l) !=
673 uloc[2] = *(plane1 + (i + k) * stride1 + j + l);
686 stride1 = img1->stride[VPX_PLANE_V] / 2;
695 if (*(plane1 + (i + k) * stride1 + j + l) !=
699 vloc[2] = *(plane1 + (i + k) * stride1 + j + l)
    [all...]

Completed in 275 milliseconds