/external/libyuv/files/unit_test/ |
D | color_test.cc | 44 align_buffer_page_end(orig_y, kPixels); \ 55 MemRandomize(orig_y, kPixels); \ 66 uint8_t* p = orig_y; \ 98 YUVTOARGB(orig_y, benchmark_width_, orig_u, (benchmark_width_ + 1) / 2, \ 129 free_aligned_buffer_page_end(orig_y); \ 150 SIMD_ALIGNED(uint8_t orig_y[16]); in YUVToRGB() 154 memset(orig_y, y, kPixels); in YUVToRGB() 159 I422ToARGB(orig_y, kWidth, orig_u, (kWidth + 1) / 2, orig_v, (kWidth + 1) / 2, in YUVToRGB() 173 SIMD_ALIGNED(uint8_t orig_y[16]); in YUVJToRGB() 177 memset(orig_y, y, kPixels); in YUVJToRGB() [all …]
|
D | planar_test.cc | 1351 align_buffer_page_end(orig_y, y_plane_size); in TEST_F() 1355 memset(orig_y, 0, y_plane_size); in TEST_F() 1362 orig_y[i * (yw + b * 2) + j] = fastrand() & 0xff; in TEST_F() 1381 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F() 1387 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F() 1396 free_aligned_buffer_page_end(orig_y); in TEST_F() 2047 align_buffer_page_end(orig_y, y_plane_size * 3); in TestHalfFloatPlane() 2048 uint8_t* dst_opt = orig_y + y_plane_size; in TestHalfFloatPlane() 2049 uint8_t* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane() 2051 MemRandomize(orig_y, y_plane_size); in TestHalfFloatPlane() [all …]
|
D | convert_test.cc | 2411 align_buffer_page_end(orig_y, kWidth* kHeight); \ 2428 libyuv::UYVYTOI420(orig_uyvy, 4 * SUBSAMPLE(kWidth, 2), orig_y, kWidth, \ 2431 libyuv::I420ToNV12(orig_y, kWidth, orig_u, SUBSAMPLE(kWidth, 2), orig_v, \ 2442 EXPECT_EQ(orig_y[i], dst_y[i]); \ 2453 free_aligned_buffer_page_end(orig_y); \ 2898 uint8_t* orig_y = orig_yuv; in TEST_F() local 2899 uint8_t* orig_u = orig_y + kSize; in TEST_F() 2904 orig_y[i] = i; in TEST_F() 2911 H420ToARGB(orig_y, 0, orig_u, 0, orig_v, 0, argb_pixels, 0, kSize, 1); in TEST_F() 2959 uint16_t* orig_y = reinterpret_cast<uint16_t*>(orig_yuv); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image-inl.h | 244 const int orig_y = y * factor; in DownsampleAveraged() local 245 const int y_bound = orig_y + factor; in DownsampleAveraged() 256 for (int curr_y = orig_y; curr_y < y_bound; ++curr_y) { in DownsampleAveraged() 283 float orig_y = offset_y; in DownsampleInterpolateNearest() local 290 const int nearest_y = static_cast<int>(orig_y + 0.5f); in DownsampleInterpolateNearest() 304 orig_y += factor_y; in DownsampleInterpolateNearest() 410 const int orig_y = Clip(2 * y, ZERO, original.height_less_one_); in DownsampleSmoothed3x3() local 411 const int min_y = Clip(orig_y - 1, ZERO, original.height_less_one_); in DownsampleSmoothed3x3() 412 const int max_y = Clip(orig_y + 1, ZERO, original.height_less_one_); in DownsampleSmoothed3x3() 420 int32_t pixel_sum = original[orig_y][orig_x] * 4; in DownsampleSmoothed3x3() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | screen_info.h | 13 __u8 orig_y; /* 0x01 */ member
|
/external/mesa3d/src/panfrost/shared/ |
D | pan_tiling.c | 280 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - ori… 309 unsigned orig_x = x, orig_y = y; in panfrost_access_tiled_image() local
|
/external/freetype/src/psaux/ |
D | t1decode.c | 452 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local 498 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings() 1236 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1238 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 180 double orig_y = offset_y + j * rel_height; in CheckCrop() local 183 (orig_x + orig_y) / 2, 0.02); in CheckCrop() 187 orig_y, 0.02); in CheckCrop()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 964 int orig_y = (y << kSubPixelBits) + ((2 * mv.mv[0]) >> subsampling_y_[plane]); in ScaleMotionVector() local 992 orig_y += half_sample; in ScaleMotionVector() 993 const int64_t base_y = static_cast<int64_t>(orig_y) * scale_y - in ScaleMotionVector() 1001 *start_y = LeftShift(orig_y, 6) + rounding_offset; in ScaleMotionVector()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1303 int orig_y = FXSYS_roundf(mtPattern2Device.f); in DrawTilingPattern() local 1312 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern() 1313 if (clip_box.top < orig_y) in DrawTilingPattern() 1316 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern() 1317 if (clip_box.bottom <= orig_y) in DrawTilingPattern()
|
/external/crosvm/x86_64/src/ |
D | bootparam.rs | 58 pub orig_y: __u8, field
|
/external/freetype/src/base/ |
D | ftobjs.c | 3448 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local 3458 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning() 3467 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
|
/external/freetype/ |
D | ChangeLog.21 | 9387 `orig_y'.
|