Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddv_error_marker_bsf.c36 b[0] = RGB_TO_Y_JPEG(color_rgba[0], color_rgba[1],color_rgba[2]) + 128; in setdc()
/third_party/ffmpeg/libavutil/
Dcolorspace.h110 #define RGB_TO_Y_JPEG(r, g, b) \ macro