Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dbayer_template.c34 #define BAYER_READ(x) (x) macro
39 #define BAYER_READ(x) AV_RL16(&(x)) macro
44 #define BAYER_READ(x) AV_RB16(&(x)) macro
49 #define S(y, x) BAYER_READ(src[(y)*src_stride + BAYER_SIZEOF*(x)])
314 #undef BAYER_READ