Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Side by Side Diff: media/base/simd/convert_yuva_to_argb_mmx.asm

Issue 2694113002: Delete media/base/yuv_convert and dependents. Prefer libyuv. (Closed)
Patch Set: Fix media_unittests. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/base/simd/convert_yuv_to_rgb_x86.cc ('k') | media/base/simd/convert_yuva_to_argb_mmx.inc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ; Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file.
4
5 %include "third_party/x86inc/x86inc.asm"
6
7 ;
8 ; This file uses MMX instructions.
9 ;
10 SECTION_TEXT
11 CPU MMX
12
13 ; Use movq to save the output.
14 %define MOVQ movq
15
16 ; extern "C" void ConvertYUVAToARGBRow_MMX(const uint8_t* y_buf,
17 ; const uint8_t* u_buf,
18 ; const uint8_t* v_buf,
19 ; const uint8_t* a_buf,
20 ; uint8_t* rgb_buf,
21 ; ptrdiff_t width);
22 ; const int16_t* convert_table);
23 %define SYMBOL ConvertYUVAToARGBRow_MMX
24 %include "convert_yuva_to_argb_mmx.inc"
OLDNEW
« no previous file with comments | « media/base/simd/convert_yuv_to_rgb_x86.cc ('k') | media/base/simd/convert_yuva_to_argb_mmx.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698