HomeSort by relevance Sort by last modified time
    Searched defs:ptrA (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 35 ptrA RN 0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp1, [ptrA, width]
177 LDRB tmp2, [ptrA], #1
180 LDRB tmp3, [ptrA, width]
181 LDRB tmp4, [ptrA], #1
186 LDRB tmp1, [ptrA, width]
187 LDRB tmp2, [ptrA], #1
217 ADD ptrA, ptrA, width, LSL #
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 36 ptrA RN 0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp1, [ptrA]
181 LDRB tmp3, [ptrA, width]
182 LDRB tmp5, [ptrA, width, LSL #1]
193 LDRB tmp2, [ptrA, #1]!
194 LDRB tmp4, [ptrA, width]
195 LDRB tmp6, [ptrA, width, LSL #1]
214 LDRB tmp1, [ptrA, #1]
    [all...]
h264bsd_interpolate_chroma_ver.s 34 ptrA RN 0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp2, [ptrA,width] ;// 2 row, 1 col
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
178 LDRB tmp1, [ptrA],#1 ;// 1 row, 1 col
180 LDRB tmp5, [ptrA,width] ;// 2 row, 2 col
181 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
182 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
212 ADD ptrA, ptrA, width, LSL #
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 123 u8 *ptrA, *cbr;
157 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
166 tmp1 = ptrA[width];
167 tmp2 = *ptrA++;
168 tmp3 = ptrA[width];
169 tmp4 = *ptrA++;
176 tmp1 = ptrA[width];
177 tmp2 = *ptrA;
186 ptrA += 2*width - chromaPartWidth;
219 u8 *ptrA, *cbr
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 166 uchar *ptrA = pyrA->data.ptr;
169 if( !ptrA )
171 ptrA = bufPtr;
194 imgI[0][i] = (uchar *) ptrA;
195 ptrA += levelBytes;
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 226 milliseconds