代码搜索结果

找到约 8,819 项符合 RGB 的代码

rgb_to_yv12_mmx.asm

; A MPEG4 video encoder/decoder ; Portions Copyright

yuv2rgb_mmx.c

#include #include "portab.h" #include "yuv2rgb.h" #define MAXIMUM_Y_WIDTH 800 #define _USE_PREFETCH static uint64_t mmw_mult_Y = 0x2568256825682568; stat

yuv2rgb2.m

%YUV2RGB Convert YUV format to RGB % % [r,g,b] = yuvread2(y, u, v) % rgb = yuvread(y, u, v) % % Returns the equivalent RGB image from YUV components. The UV images are % doubled in resolution so the

rom_color_gen_rgb.v

module rom_color_gen_RGB( in, R_out, G_out, B_out ); input [3:0] in; output [7:0] R_out; output [7:0] G_out; output [7:0] B_out; reg [7:0] R_out,G_out,B_out; always @ (in) case(in) 'b0101:

rgb2ycrcb_webaddress.txt

http://www.opencores.org/cvsweb.shtml/video_compression_systems/common/color_space%20converters/rgb2ycrcb/#dirlist

rgb2ycrcb_testbench.v

///////////////////////////////////////////////////////////////////// //// //// //// Testbench for Color Space converters

lcd_display_rgb16.m

;############################################### LCD_Show_image LCD_CPU_Show_image macro ImageDPR Set_DPR 0,ImageDPR ;DPSR,DPR LCD_CPU_Show_image_NoDPR endm ;##################

lcd_display_rgb16.m

;############################################### LCD_Show_image LCD_CPU_Show_image macro ImageDPR Set_DPR 0,ImageDPR ;DPSR,DPR LCD_CPU_Show_image_NoDPR endm ;##################

raw2rgb.v.bak

module RAW2RGB( oRed, oGreen, oBlue, oDVAL, iX_Cont, iY_Cont, iDATA, iDVAL, iCLK, iRST ); input [10:0] iX_Cont; input [10:0] iY_Cont; input [9:0] iDAT