Home
last modified time | relevance | path

Searched refs:gsh (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestSubcase.cpp179 string gsh = GeometryShader(); in Documentation() local
180 if (!gsh.empty()) in Documentation()
181 WriteField(log, "OpenGL geometry shader", gsh); in Documentation()
/third_party/ffmpeg/libswscale/
H A Dinput.c256 int gsh, int bsh, int S, in rgb16_32ToY_c_template()
259 const int ry = rgb2yuv[RY_IDX]<<rsh, gy = rgb2yuv[GY_IDX]<<gsh, by = rgb2yuv[BY_IDX]<<bsh; in rgb16_32ToY_c_template()
282 int gsh, int bsh, int S, in rgb16_32ToUV_c_template()
285 const int ru = rgb2yuv[RU_IDX] * (1 << rsh), gu = rgb2yuv[GU_IDX] * (1 << gsh), bu = rgb2yuv[BU_IDX] * (1 << bsh), in rgb16_32ToUV_c_template()
286 rv = rgb2yuv[RV_IDX] * (1 << rsh), gv = rgb2yuv[GV_IDX] * (1 << gsh), bv = rgb2yuv[BV_IDX] * (1 << bsh); in rgb16_32ToUV_c_template()
310 int gsh, int bsh, int S, in rgb16_32ToUV_half_c_template()
313 const int ru = rgb2yuv[RU_IDX] * (1 << rsh), gu = rgb2yuv[GU_IDX] * (1 << gsh), bu = rgb2yuv[BU_IDX] * (1 << bsh), in rgb16_32ToUV_half_c_template()
314 rv = rgb2yuv[RV_IDX] * (1 << rsh), gv = rgb2yuv[GV_IDX] * (1 << gsh), bv = rgb2yuv[BV_IDX] * (1 << bsh), in rgb16_32ToUV_half_c_template()
346 maskg, maskb, rsh, gsh, bsh, S) \
351 maskr, maskg, maskb, rsh, gsh, bs
248 rgb16_32ToY_c_template(int16_t *dst, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToY_c_template() argument
273 rgb16_32ToUV_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToUV_c_template() argument
301 rgb16_32ToUV_half_c_template(int16_t *dstU, int16_t *dstV, const uint8_t *src, int width, enum AVPixelFormat origin, int shr, int shg, int shb, int shp, int maskr, int maskg, int maskb, int rsh, int gsh, int bsh, int S, int32_t *rgb2yuv) rgb16_32ToUV_half_c_template() argument
[all...]

Completed in 3 milliseconds