代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv2rgb.c
/**************************************************************************
* *
* This code has been developed by John Funnel
i420_rgb.h
/*****************************************************************************
* i420_rgb.h : YUV to bitmap RGB conversion module for vlc
************************************************************
i420_rgb.c
/*****************************************************************************
* i420_rgb.c : YUV to bitmap RGB conversion module for vlc
************************************************************
yuv2rgb.c
/*
* yuv2rgb.c, Software YUV to RGB coverter
*
* Copyright (C) 1999, Aaron Holtzman
* All Rights Reserved.
*
* Functions broken out from display_x11.c and several
yuv2rgb.c
/************************************************************************
*
* yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder)
*/
#include "config.h"
#include "tmndec.h"
yuv2rgb.h
#include "portab.h"
#ifndef _YUVRGB_H_
#define _YUVRGB_H_
void yuv2rgb_24(
uint8_t *puc_y, int stride_y,
uint8_t *puc_u,
uint8_t *puc_v, int stride_uv,
uint8_t *puc_out,
int
yuv2rgb.c
#include
#include "portab.h"
#include "yuv2rgb.h"
/**
*
**/
void (*convert_yuv)(unsigned char *puc_y, int stride_y,
unsigned char *puc_u, unsigned char *puc_v, int stride