Searched defs:r8 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct.cpp22 This file contains the functions that transform an 8r8 image block from
44 coefficients of type int for an 8r8 image block;
57 blk points to the found IDCT values for an 8r8 image block.
68 This function transforms an 8r8 image block from dequantized DCT coefficients
82 1. Find horizontal 1-D IDCT values for each row from 8r8 dequantized DCT
131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ local
182 r8 = W7 * (r4 + r5);
183 r4 = (r8 + (W1 - W7) * r4);
186 r5 = (r8 - (W1 + W7) * r5);
187 r8
353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ local
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp603 __m128i r0, r1, r2, r3, r4, r5, r6, r7, r8, r9; local

Completed in 66 milliseconds