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.cc1675 align_buffer_page_end(orig_y, kWidth* kHeight); \
1692 libyuv::UYVYTOI420(orig_uyvy, 4 * SUBSAMPLE(kWidth, 2), orig_y, kWidth, \
1695 libyuv::I420ToNV12(orig_y, kWidth, orig_u, SUBSAMPLE(kWidth, 2), orig_v, \
1706 EXPECT_EQ(orig_y[i], dst_y[i]); \
1717 free_aligned_buffer_page_end(orig_y); \
/external/kernel-headers/original/uapi/linux/
Dscreen_info.h12 __u8 orig_y; /* 0x01 */ member
/external/freetype/src/psaux/
Dt1decode.c370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
421 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1148 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1150 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c370 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
421 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1148 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1150 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
/external/syslinux/com32/include/syslinux/
Dlinux.h123 uint8_t orig_y; /* 0x01 */ member
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2263 int orig_y = FXSYS_round(mtPattern2Device.f); in DrawTilingPattern() local
2272 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern()
2273 if (clip_box.top < orig_y) { in DrawTilingPattern()
2276 max_row = (clip_box.bottom - orig_y) / height; in DrawTilingPattern()
2277 if (clip_box.bottom <= orig_y) { in DrawTilingPattern()
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c3089 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local
3099 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning()
3108 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
/external/freetype/src/base/
Dftobjs.c3224 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local
3234 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning()
3243 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()