Searched defs:fill (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s27 fill RN 1 label
67 STRB tmp1, [fill], #1
87 ; STR tmp2, [fill], #4
91 ; STR tmp2, [fill], #4
95 ; STR tmp2, [fill],#4
99 ; STR tmp2, [fill],#4
103 ; STR tmp2, [fill], #4
107 ; STR tmp2, [fill], #4
111 ; STR tmp2, [fill], #4
115 ; STR tmp2, [fill], #
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S27 #define fill r1 define
44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center,
58 STRB tmp1, [fill], #1
79 VST1 {qTmp0}, [fill]!
80 VST1 {qTmp1}, [fill]!
86 VST1 {dTmp0,dTmp1,dTmp2}, [fill]!
87 STR tmp2, [fill],#4
92 VST1 {dTmp0,dTmp1,dTmp2}, [fill]!
98 VST1 {qTmp0}, [fill]!
99 STR tmp2, [fill],#
[all...]
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java105 <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr>
228 public static int fill=0x7f02000d; field in class:R.id
624 <tr><td><code>fill</code></td><td>0x77</td><td> Grow the horizontal and vertical size of the object if needed so it completely fills its container. </td></tr>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2134 u8 *fill,
2141 ASSERT(fill);
2143 H264SwDecMemcpy(fill, ref, (u32)center);
2163 fill pointer where samples are stored
2169 u8 *fill,
2177 ASSERT(fill);
2184 *fill++ = tmp;
2187 *fill++ = *ref++;
2194 *fill++ = tmp;
2215 fill pointe
2132 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2167 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]

Completed in 1353 milliseconds