代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv2rgb32mmx.hh
/*********************************************************************
yuv2rgb32mmx.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 15, 72070 Tuebingen, Germany,
e
yuv2rgb32mmx.cc
/*
* yuv2rgb32mmx.cc
*/
#include
#include
#include "yuv2rgb32mmx.hh"
static uint64 UVoffset = 0x0080008000800080LL; // 0 4x 128 // UV offs
static uint64 Yof
grey2rgb16mmx.hh
/*********************************************************************
grey2rgb32mmx.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 15, 72070 Tuebingen, Germany,
grey2rgb32mmx.cc
/*
* grey2rgb32mmx.cc
*/
#include "grey2rgb32mmx.hh"
bool i2r_grey_32bit_mmx::s_CanConvert(const Image_YUV& img,const RawImageSpec_RGB& spec)
{
if (spec.resize_to_fixed || spec.resize_w
yuv2rgb16mmx.hh
/*********************************************************************
yuv2rgb16mmx.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 15, 72070 Tuebingen, Germany,
e
grey2rgb32mmx.hh
/*********************************************************************
grey2rgb32mmx.hh
purpose:
notes:
to do:
author(s):
- Dirk Farin, Kapellenweg 15, 72070 Tuebingen, Germany,
grey2rgb16mmx.cc
/*
* grey2rgb16mmx.cc
*/
#include "grey2rgb16mmx.hh"
bool i2r_grey_16bit_mmx::s_CanConvert(const Image_YUV& img,const RawImageSpec_RGB& spec)
{
if (spec.resize_to_fixed || spec.resize_w
yuv2rgb16mmx.cc
/*
* yuv2rgb16mmx.cc
*/
#include
#include
#include "yuv2rgb16mmx.hh"
bool i2r_16bit_mmx::s_CanConvert(const Image_YUV& img,const RawImageSpec_RGB& spec)
{
if (
yv12_to_rgb32_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * mmx yuv planar to rgb conversion
; *
; * Copyright (C) 2001 - Michael Militzer
yv12_to_rgb24_mmx.asm
;/*****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * mmx yv12 to rgb24 conversion
; *
; * Copyright (C) 2001 - Michael Militzer