代码搜索结果
找到约 8,819 项符合
RGB 的代码
yuv2rgb_arm4l.s
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil
xil_rgb2ycrcb_post_proc.m
function [vhdl_out_y, vhdl_out_cr, vhdl_out_cb] = Xil_RGB2YCrCb_post_proc(data_out_y, data_out_cr, data_out_cb, v_sync, matlab_y, matlab_cr, matlab_cb)
[ysize,xsize,planes] = size( matlab_y );
d
xil_rgb2ycrcb_sg_wrap.vhd
--*******************************************************************
-- Copyright(C) 2005 by Xilinx, Inc. All rights reserved.
-- This text/file contains proprietary, confidential
-- information of X
xil_ycrcb2rgb_fi_model.m
function [R, G, B] = Xil_YCrCb2RGB_fi_model(Y, Cr, Cb, ...
IWIDTH, CWIDTH, MWIDTH, OWIDTH, ...
ACOEF, BCOEF, CCOEF, DCOEF, ...
xil_rgb2ycrcb_fi_model.m
function [y, cr, cb] = Xil_RGB2YCrCb_fi_model(R, G, B, ...
IWIDTH, CWIDTH, MWIDTH, OWIDTH, ...
ACOEF, BCOEF, CCOEF, DCOEF, ...
xil_rgb2ycrcb_init_mdl.m
function [input_image, input_image_r, input_image_g, input_image_b, matlab_y, matlab_cr, matlab_cb] = Xil_RGB2YCrCb_init_mdl()
%input_image = imread('paradise.ppm','ppm');
%input_image = imread('p
img_ycbcr422p_rgb565.h
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*
yuv2rgb_arm4l.asm
AREA convert_yuv420_rgb565,CODE,ARM
EXPORT convert_yuv420_rgb565
;程序入口
stmdb sp!,{r4 -r12, lr } ; all callee saved regs
ldr r7,[r0,#0] ;dest width
ldr r9,[r0,#4]
ycbcr422pl_to_rgb565_h.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant