Home
last modified time | relevance | path

Searched refs:yuv_to_rgb (Results 1 – 25 of 90) sorted by relevance

1234

/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Danaglyph.c247 yuv_to_rgb(&rl, &gl, &bl, *y1inl, *uinl, *vinl); in combine_side_by_side_yuv420()
248 yuv_to_rgb(&rr, &gr, &br, *y1inr, *uinr, *vinr); in combine_side_by_side_yuv420()
258 yuv_to_rgb(&rl, &gl, &bl, *y1inl, *uinl, *vinl); in combine_side_by_side_yuv420()
259 yuv_to_rgb(&rr, &gr, &br, *y1inr, *uinr, *vinr); in combine_side_by_side_yuv420()
269 yuv_to_rgb(&rl, &gl, &bl, *y2inl, *uinl, *vinl); in combine_side_by_side_yuv420()
270 yuv_to_rgb(&rr, &gr, &br, *y2inr, *uinr, *vinr); in combine_side_by_side_yuv420()
280 yuv_to_rgb(&rl, &gl, &bl, *y2inl, *uinl, *vinl); in combine_side_by_side_yuv420()
281 yuv_to_rgb(&rr, &gr, &br, *y2inr, *uinr, *vinr); in combine_side_by_side_yuv420()
/dports/emulators/vice/vice-3.5/src/video/
H A Drender1x1ntsc.c46 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
62 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
66 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
78 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
86 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
103 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
107 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x1crt.c39 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
55 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
59 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
71 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
79 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
96 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
100 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x1pal.c41 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
57 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
61 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
73 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
81 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
98 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
102 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x2crt.c44 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, int16_t *red, int16_t *grn, int16_t *blu) in yuv_to_rgb() function
64 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_2()
79 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_2()
100 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_3()
122 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_3()
153 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_4()
168 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_4()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drender1x1crt.c39 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
55 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
59 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
71 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
79 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
96 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
100 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x1ntsc.c46 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
62 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
66 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
78 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
86 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
103 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
107 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x1pal.c41 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, in yuv_to_rgb() function
57 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_2()
61 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_2()
73 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_3()
81 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_3()
98 yuv_to_rgb(y1, u1, v1, &red, &grn, &blu); in store_pixel_4()
102 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_pixel_4()
H A Drender1x2crt.c44 void yuv_to_rgb(int32_t y, int32_t u, int32_t v, int16_t *red, int16_t *grn, int16_t *blu) in yuv_to_rgb() function
73 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_2()
88 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_2()
109 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_3()
131 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_3()
162 yuv_to_rgb(y, u, v, &red, &grn, &blu); in store_line_and_scanline_4()
177 yuv_to_rgb(y2, u2, v2, &red, &grn, &blu); in store_line_and_scanline_4()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DCinematic.cpp107 unsigned short yuv_to_rgb( int y, int u, int v );
1002 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
1003 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
1004 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
1005 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
1054 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
1055 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
1060 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
1061 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
1117 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/ciede/
H A Dmod.rs242 let yuv_to_rgb = |yuv: (u16, u16, u16)| { in delta_e_scalar() localVariable
258 let (r1, g1, b1) = yuv_to_rgb(yuv1); in delta_e_scalar()
259 let (r2, g2, b2) = yuv_to_rgb(yuv2); in delta_e_scalar()
334 unsafe fn yuv_to_rgb(yuv: (__m256, __m256, __m256)) -> (__m256, __m256, __m256) { in yuv_to_rgb() method
369 let (r1, g1, b1) = Self::yuv_to_rgb(yuv1); in delta_e_avx2()
370 let (r2, g2, b2) = Self::yuv_to_rgb(yuv2); in delta_e_avx2()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/av-metrics-0.7.2/src/video/ciede/
H A Dmod.rs242 let yuv_to_rgb = |yuv: (u16, u16, u16)| { in delta_e_scalar() localVariable
258 let (r1, g1, b1) = yuv_to_rgb(yuv1); in delta_e_scalar()
259 let (r2, g2, b2) = yuv_to_rgb(yuv2); in delta_e_scalar()
334 unsafe fn yuv_to_rgb(yuv: (__m256, __m256, __m256)) -> (__m256, __m256, __m256) { in yuv_to_rgb() method
369 let (r1, g1, b1) = Self::yuv_to_rgb(yuv1); in delta_e_avx2()
370 let (r2, g2, b2) = Self::yuv_to_rgb(yuv2); in delta_e_avx2()
/dports/games/ioquake3-server/ioquake3-1.36/code/client/
H A Dcl_cin.c653 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
726 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
727 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
731 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
732 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
818 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dcl_cin.c577 static unsigned short yuv_to_rgb( long y, long u, long v ) { in yuv_to_rgb() function
687 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
688 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
689 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
690 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
759 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
760 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
765 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
766 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
852 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/client/
H A Dcl_cin.c653 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
726 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
727 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
731 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
732 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
818 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/evq3/evq3/code/client/
H A Dcl_cin.c651 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
652 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
653 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
721 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
722 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
723 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
727 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
728 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
812 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/client/
H A Dcl_cin.c654 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
657 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
724 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
726 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
730 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
731 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
815 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dcl_cin.c653 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
723 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
724 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
729 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
730 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
814 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/client/
H A Dcl_cin.c653 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
726 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
727 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
731 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
732 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
818 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dcl_cin.cpp682 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
683 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
684 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
685 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
754 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
755 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
756 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
760 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
761 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
847 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/client/
H A Dcl_cin.c653 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
654 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
655 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
656 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
725 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
726 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
727 *bptr++ = yuv_to_rgb( ((y0*3)+y2)/4, cr, cb ); in decodeCodeBook()
731 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
732 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
818 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dcl_cin.c573 static unsigned short yuv_to_rgb( long y, long u, long v ) { in yuv_to_rgb() function
683 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
684 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
685 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
686 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
755 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
756 *bptr++ = yuv_to_rgb( y1, cr, cb ); in decodeCodeBook()
761 *bptr++ = yuv_to_rgb( y2, cr, cb ); in decodeCodeBook()
762 *bptr++ = yuv_to_rgb( y3, cr, cb ); in decodeCodeBook()
848 *bptr++ = yuv_to_rgb( y0, cr, cb ); in decodeCodeBook()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/non_greedy_mv/
H A Dnon_greedy_mv.py75 def yuv_to_rgb(yuv): function
137 img = yuv_to_rgb(read_frame(fp))
138 ref = yuv_to_rgb(read_frame(fp))
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/tools/non_greedy_mv/
H A Dnon_greedy_mv.py66 def yuv_to_rgb(yuv): function
128 img = yuv_to_rgb(read_frame(fp))
129 ref = yuv_to_rgb(read_frame(fp))
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/non_greedy_mv/
H A Dnon_greedy_mv.py75 def yuv_to_rgb(yuv): function
137 img = yuv_to_rgb(read_frame(fp))
138 ref = yuv_to_rgb(read_frame(fp))

1234