Linux assembly list
 help / color / mirror / Atom feed
From: etienne deleflie <eyem@lalila.net>
To: linux-assembly@vger.kernel.org
Subject: de- interleaving
Date: Thu, 22 May 2003 10:06:52 +1000	[thread overview]
Message-ID: <3ECC149C.9030801@lalila.net> (raw)
In-Reply-To: <Law14-F41S2TRqf69aZ0002af02@hotmail.com>

Here's an other way to enlarge your penis .... help me with this.

I'm on intel P4.

I have a video stream arranged in YUV422 ....which is [Y U Y V] [Y U Y 
V] [Y U Y V]  ..... ([] = 32 bits)

I want to extract this into 2 streams :
[ Y Y Y Y] [ Y Y Y Y] [ Y Y Y Y]
[ U V U V] [ U V U V] [ U V U V]

which basically means I have do de-interleave the first stream into 2.

I see there is an MMX instruction that does the exact opposite:
PUNPCKHBW ............  "unpack and interleave"

anyone have any idea what the (MMX ?) instruction might be (or if it 
exists .... I cant find it in the intel manual (which is 900 pages 
long...urgh))

etienne
.


  reply	other threads:[~2003-05-22  0:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-19 13:40 COM file generation S kris
2003-05-22  0:06 ` etienne deleflie [this message]
2003-05-22 11:30   ` de- interleaving hp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ECC149C.9030801@lalila.net \
    --to=eyem@lalila.net \
    --cc=linux-assembly@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox