Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Drotate_test.cc722 uint8 *orig_y, *orig_u, *orig_v; in TEST_F() local
740 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8))); in TEST_F()
759 orig_y[i * (yw + (2 * b)) + j] = random() & 0xff; in TEST_F()
780 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F()
808 if (orig_y[i] != ro0_y[i]) in TEST_F()
819 free(orig_y); in TEST_F()
837 uint8 *orig_y, *orig_u, *orig_v; in TEST_F() local
855 orig_y = static_cast<uint8*>(calloc(y_plane_size, sizeof(uint8))); in TEST_F()
874 orig_y[i * (yw + (2 * b)) + j] = random() & 0xff; in TEST_F()
895 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F()
[all …]
/external/freetype/src/psaux/
Dt1decode.c364 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
415 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1138 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1140 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()