Searched defs:r8 (Results 1 - 3 of 3) 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/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp787 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8, r13; local
827 r2 = *((uint32*)p_ref); /* r2, r8, ref[1] */
828 r8 = (r2 >> 8) & 0xFF00FF;
836 r7 += r8;
843 r2 = *((uint32*)(p_ref - (inpitch << 1))); /* r2, r8, ref[-1] */
844 r8 = (r2 >> 8) & 0xFF00FF;
852 r7 += r8;
975 r2 = *((uint32*)p_ref); /* r2, r8, ref[1] */
976 r8 = (r2 >> 8) & 0xFF00FF;
984 r7 += r8;
1318 int32 r6, r7, r8, r9, r10, r13; 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 3218 milliseconds