HomeSort by relevance Sort by last modified time
    Searched refs:Stride (Results 1 - 14 of 14) sorted by null

  /external/libvpx/vp8/common/
g_common.h 20 int Stride
mbpitch.c 25 int Stride,
33 b->dst_stride = Stride;
39 b->pre_stride = Stride;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /external/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
28 add \Dst, \Dst, \Stride ;# next dst
36 ;# r6 = int stride
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
70 stwux r0, \Dst, \Stride
75 stwux r0, \Dst, \Stride ;# advance dst to next row
84 ;# r6 = int stride
124 ;# r6 = int stride
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 288 // Check to see if the stride matches the size of the store. If so, then we
291 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1));
293 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
294 // TODO: Could also handle negative stride here someday, that will require
297 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
298 dbgs() << "NEGATIVE STRIDE: " << *SI << "\n";
310 // If the stored value is a strided load in the same loop with the same stride
350 // Check to see if the stride matches the size of the memset. If so, then w
    [all...]
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 36 ; * unsigned int source_width : Stride of source.
38 ; * unsigned int dest_width : Stride of destination (NOT USED).
140 ; * unsigned int dest_pitch : Stride of destination data.
212 ; * unsigned int source_width : Stride of source.
214 ; * unsigned int dest_width : Stride of destination (NOT USED).
280 ; * unsigned int dest_pitch : Stride of destination data.
336 ; * unsigned int source_width : Stride of source.
338 ; * unsigned int dest_width : Stride of destination (NOT USED).
434 ; * unsigned int dest_pitch : Stride of destination data.
506 ; * unsigned int source_width : Stride of source
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 306 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
311 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
317 DAG.getIntPtrConstant(Stride));
360 // Store Stride in bytes
361 unsigned Stride = ScalarSize/8;
371 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
375 DAG.getIntPtrConstant(Stride));
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 117 Stride RN 1 ;// destination stride in bytes
134 ;// Stride = r1 = Stride between input lines
141 M_IDCT $outsize, $inscale, $stride
217 IF "$stride"="s"
218 M_STR Stride, pStride
440 IF "$stride"="s"
498 IF "$stride"="s"
622 IF "$stride"="s
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 117 Stride RN 1 ;// destination stride in bytes
134 ;// Stride = r1 = Stride between input lines
141 M_IDCT $outsize, $inscale, $stride
217 IF "$stride"="s"
218 M_STR Stride, pStride
446 IF "$stride"="s"
504 IF "$stride"="s"
628 IF "$stride"="s
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 196 milliseconds