Home
last modified time | relevance | path

Searched refs:orig_y (Results 1 – 10 of 10) sorted by relevance

/external/libyuv/files/unit_test/
Dcolor_test.cc44 align_buffer_page_end(orig_y, kPixels); \
55 MemRandomize(orig_y, kPixels); \
66 uint8* 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 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 orig_y[16]); in YUVJToRGB()
177 memset(orig_y, y, kPixels); in YUVJToRGB()
[all …]
Dplanar_test.cc1349 align_buffer_page_end(orig_y, y_plane_size); in TEST_F()
1353 memset(orig_y, 0, y_plane_size); in TEST_F()
1360 orig_y[i * (yw + b * 2) + j] = fastrand() & 0xff; in TEST_F()
1379 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F()
1385 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F()
1393 free_aligned_buffer_page_end(orig_y); in TEST_F()
2044 align_buffer_page_end(orig_y, y_plane_size * 3); in TestHalfFloatPlane()
2045 uint8* dst_opt = orig_y + y_plane_size; in TestHalfFloatPlane()
2046 uint8* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane()
2048 MemRandomize(orig_y, y_plane_size); in TestHalfFloatPlane()
[all …]
Dconvert_test.cc1677 align_buffer_page_end(orig_y, kWidth* kHeight); \
1694 libyuv::UYVYTOI420(orig_uyvy, 4 * SUBSAMPLE(kWidth, 2), orig_y, kWidth, \
1697 libyuv::I420ToNV12(orig_y, kWidth, orig_u, SUBSAMPLE(kWidth, 2), orig_v, \
1708 EXPECT_EQ(orig_y[i], dst_y[i]); \
1719 free_aligned_buffer_page_end(orig_y); \
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage-inl.h244 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/u-boot/include/linux/
Dscreen_info.h12 __u8 orig_y; /* 0x01 */ member
75 #define ORIG_Y (screen_info.orig_y)
/external/kernel-headers/original/uapi/linux/
Dscreen_info.h13 __u8 orig_y; /* 0x01 */ member
/external/freetype/src/psaux/
Dt1decode.c444 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
490 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1230 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1232 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2306 int orig_y = FXSYS_round(mtPattern2Device.f); in DrawTilingPattern() local
2315 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern()
2316 if (clip_box.top < orig_y) in DrawTilingPattern()
2319 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern()
2320 if (clip_box.bottom <= orig_y) in DrawTilingPattern()
/external/freetype/src/base/
Dftobjs.c3397 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local
3407 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning()
3416 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
/external/freetype/
DChangeLog.219387 `orig_y'.