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

/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp789 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8, r13; local
829 r2 = *((uint32*)p_ref); /* r2, r8, ref[1] */
830 r8 = (r2 >> 8) & 0xFF00FF;
838 r7 += r8;
845 r2 = *((uint32*)(p_ref - (inpitch << 1))); /* r2, r8, ref[-1] */
846 r8 = (r2 >> 8) & 0xFF00FF;
854 r7 += r8;
977 r2 = *((uint32*)p_ref); /* r2, r8, ref[1] */
978 r8 = (r2 >> 8) & 0xFF00FF;
986 r7 += r8;
1322 int32 r6, r7, r8, r9, r10, r13; local
[all...]
/frameworks/base/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...]

Completed in 73 milliseconds