代码搜索结果
找到约 8,819 项符合
RGB 的代码
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.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
colorspace_rgb_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - RGB colorspace conversions -
; *
; * Copyright(C) 2002-2003 Michael Militzer
colorspace_rgb_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - RGB colorspace conversions -
; *
; * Copyright(C) 2002-2003 Michael Militzer
colorspace_rgb_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - RGB colorspace conversions -
; *
; * Copyright(C) 2002-2003 Michael Militzer
sdl_rgb_display.c
/*
unicap
Copyright (C) 2004 Arne Caspari
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
yuv2rgb.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
cellyuv2rgb.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
cellyuv2rgb.c
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*