Searched defs:bgr (Results  1 – 15 of 15) sorted by relevance
| /external/pdfium/core/fxge/dib/ | 
| D | fx_dib.h | 73 constexpr uint8_t FXSYS_GetRValue(uint32_t bgr) {  in FXSYS_GetRValue() 77 constexpr uint8_t FXSYS_GetGValue(uint32_t bgr) {  in FXSYS_GetGValue() 81 constexpr uint8_t FXSYS_GetBValue(uint32_t bgr) {  in FXSYS_GetBValue()
  | 
| /external/ComputeLibrary/utils/ | 
| D | GraphUtils.cpp | 101 CaffePreproccessor::CaffePreproccessor(std::array<float, 3> mean, bool bgr, float scale)  in CaffePreproccessor() 258 ImageAccessor::ImageAccessor(std::string filename, bool bgr, std::unique_ptr<IPreprocessor> preproc…  in ImageAccessor() 303                                                  bool                           bgr,  in ValidationInputAccessor()
  | 
| /external/webp/src/dsp/ | 
| D | yuv.c | 178 static void ConvertBGR24ToY_C(const uint8_t* bgr, uint8_t* y, int width) {  in ConvertBGR24ToY_C()
  | 
| D | upsampling_mips_dsp_r2.c | 57 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) {  in YuvToBgr()
  | 
| D | yuv.h | 87                                     uint8_t* const bgr) {  in VP8YuvToBgr()
  | 
| D | yuv_neon.c | 61 static void ConvertBGR24ToY_NEON(const uint8_t* bgr, uint8_t* y, int width) {  in ConvertBGR24ToY_NEON()
  | 
| D | upsampling_msa.c | 257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) {  in YuvToBgr()
  | 
| D | yuv_sse41.c | 444 static void ConvertBGR24ToY_SSE41(const uint8_t* bgr, uint8_t* y, int width) {  in ConvertBGR24ToY_SSE41()
  | 
| D | yuv_sse2.c | 599 static void ConvertBGR24ToY_SSE2(const uint8_t* bgr, uint8_t* y, int width) {  in ConvertBGR24ToY_SSE2()
  | 
| /external/libpng/ | 
| D | pngwrite.c | 1814       int bgr = (format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0;  in png_image_set_PLTE()  local 1816 #     define bgr 0  in png_image_set_PLTE()  macro
  | 
| D | pngread.c | 1884          int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0;  in png_create_colormap_entry()  local 1886 #        define bgr 0  in png_create_colormap_entry()  macro
  | 
| /external/pdfium/testing/image_diff/ | 
| D | image_diff_png.cpp | 77 void ConvertBGRtoRGB(const uint8_t* bgr,  in ConvertBGRtoRGB()
  | 
| /external/freetype/src/truetype/ | 
| D | ttinterp.h | 414     FT_Bool            bgr;                   /* bgr instead of rgb?       */  member
  | 
| /external/webp/src/enc/ | 
| D | picture_csp_enc.c | 799                          const uint8_t* bgr, int bgr_stride) {  in WebPPictureImportBGR()
  | 
| /external/igt-gpu-tools/lib/ | 
| D | igt_chamelium.c | 101 	unsigned char *bgr;  member 1652 	unsigned char *bgr;  in chamelium_crop_analog_frame()  local
  |