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.
5 %include "third_party/x86inc/x86inc.asm"
8 ; This file uses MMX instructions.
13 ; Use movq to save the output.
16 ; extern "C" void ConvertYUVToRGB32Row_MMX(const uint8* y_buf,
21 %define SYMBOL ConvertYUVToRGB32Row_MMX
22 %include "convert_yuv_to_rgb_mmx.inc"