Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dinput.c261 int maskb, int rsh, in rgb48funcs()
271 int b = (px & maskb) >> shb; in rgb48funcs()
287 int maskb, int rsh, in rgb16_32ToUV_c_template() argument
298 int b = (px & maskb) >> shb; in rgb16_32ToUV_c_template()
315 int maskb, int rsh, in rgb16_32ToUV_half_c_template() argument
321 maskgx = ~(maskr | maskb); in rgb16_32ToUV_half_c_template()
326 maskb |= maskb << 1; in rgb16_32ToUV_half_c_template()
334 b = (rb & maskb) >> shb; in rgb16_32ToUV_half_c_template()
352 maskg, maskb, rsh, gsh, bsh, S) \ argument
357 maskr, maskg, maskb, rsh, gsh, bsh, S, tab); \
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c674 Uint8 datab = 0, maskb = 0; local
696 maskb = *mask++;
698 if (maskb & 0x80) {
704 maskb <<= 1;