代码搜索结果
找到约 8,819 项符合
RGB 的代码
rgb2yuv.c
/**************************************************************************
* *
* This code is developed by Adam Li. This sof
rgb2yuv.h
#ifdef __cplusplus
extern "C" {
#endif
int RGB2YUV (int x_dim, int y_dim, void *bmp, void *y_out, void *u_out, void *v_out, int flip);
#ifdef __cplusplus
}
#endif
yuv2rgb.c
/************************************************************************
*
* yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder)
* Copyright (C) 1995, 1996 Telenor R&D, Norway
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
yuv2rgb.c
#include "config.h"
#include "tmndec.h"
#include "global.h"
#define DISPLAY
#ifdef DISPLAY
#include
#include
#include
#endif
#ifdef DISPLAY
#undef INTERPOLATE
static
yuv2rgb.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
yuv2rgb.c
/**************************************************************************
* *
* This code has been developed by John Funnel
yuv2rgb.c
/************************************************************************
*
* yuv2rgb.c, colour space conversion for tmndecode (H.263 decoder)
* Copyright (C) 1995, 1996 Telenor R&D, Norway
video_util_rgb.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of