Searched refs:uv_off (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 1210 int uv_off = b * (uvw + b * 2) + b; in TEST_F() local 1218 ro180_u+uv_off, uv_st, in TEST_F() 1219 ro180_v+uv_off, uv_st, in TEST_F() 1224 ro180_u+uv_off, uv_st, in TEST_F() 1225 ro180_v+uv_off, uv_st, in TEST_F() 1227 ro0_u+uv_off, uv_st, in TEST_F() 1228 ro0_v+uv_off, uv_st, in TEST_F() 1471 int uv_off = b * (uvw + b * 2) + b; in TEST_F() local 1479 roa_u+uv_off, uv_st, in TEST_F() 1480 roa_v+uv_off, uv_st, in TEST_F() [all …]
|
/external/webp/src/enc/ |
D | picture_csp.c | 496 const int uv_off = (j >> 1) * 3 * uv_w; in PreprocessARGB() local 510 UpdateChroma(src1, src2, target_uv + uv_off, dst_y, uv_w); in PreprocessARGB() 511 memcpy(best_uv + uv_off, target_uv + uv_off, 3 * uv_w * sizeof(*best_uv)); in PreprocessARGB()
|