Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c803 const int yoffs = (fullRange ? 384 : 326) + YUVRGB_TABLE_LUMA_HEADROOM; in ff_yuv2rgb_c_init_tables() local
868 fill_table(c->table_gU, 1, cgu, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
886 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
887 fill_table(c->table_gU, 1, cgu, y_table + yoffs + table_plane_size); in ff_yuv2rgb_c_init_tables()
888 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
905 fill_table(c->table_rV, 1, crv, y_table + yoffs); in ff_yuv2rgb_c_init_tables()
906 fill_table(c->table_gU, 1, cgu, y_table + yoffs + table_plane_size); in ff_yuv2rgb_c_init_tables()
907 fill_table(c->table_bU, 1, cbu, y_table + yoffs + 2*table_plane_size); in ff_yuv2rgb_c_init_tables()
927 fill_table(c->table_rV, 2, crv, y_table16 + yoffs); in ff_yuv2rgb_c_init_tables()
928 fill_table(c->table_gU, 2, cgu, y_table16 + yoffs + table_plane_size); in ff_yuv2rgb_c_init_tables()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp2302 const Vec3 yoffs = abs(coordDy) + dyErr; in computeCubeLodBoundsFromDerivates() local
2306 selectCubeFace(coord + yoffs) != face || in computeCubeLodBoundsFromDerivates()
2307 selectCubeFace(coord - yoffs) != face) in computeCubeLodBoundsFromDerivates()