HomeSort by relevance Sort by last modified time
    Searched full:cwidth (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdWriteMacroblock.s 31 cwidth RN 6 label
103 LSR cwidth, width, #1
126 VST1 {dRow0}, [cb@64], cwidth
127 VST1 {dRow8}, [cr@64], cwidth
129 VST1 {dRow1}, [cb@64], cwidth
130 VST1 {dRow9}, [cr@64], cwidth
132 VST1 {dRow2}, [cb@64], cwidth
133 VST1 {dRow10}, [cr@64], cwidth
135 VST1 {dRow3}, [cb@64], cwidth
136 VST1 {dRow11}, [cr@64], cwidth
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdWriteMacroblock.S 33 #define cwidth r6 define
105 LSR cwidth, width, #1
128 VST1.8 {dRow0}, [cb,:64], cwidth
129 VST1.8 {dRow8}, [cr,:64], cwidth
131 VST1.8 {dRow1}, [cb,:64], cwidth
132 VST1.8 {dRow9}, [cr,:64], cwidth
134 VST1.8 {dRow2}, [cb,:64], cwidth
135 VST1.8 {dRow10}, [cr,:64], cwidth
137 VST1.8 {dRow3}, [cb,:64], cwidth
138 VST1.8 {dRow11}, [cr,:64], cwidth
    [all...]
  /bootable/recovery/minui/
mkfont.c 19 printf(" unsigned cwidth;\n");
23 printf(" .width = %d,\n .height = %d,\n .cwidth = %d,\n .cheight = %d,\n", gimp_image.width, gimp_image.height,
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 46 int2 fit_pos = gfindMin(fit, cx, cy, cwidth, cheight);
100 static int2 gfindMin(rs_allocation fit, int cx, int cy, int cwidth, int cheight) {
107 int mWidth = cwidth;
132 void findMin(rs_allocation fit, rs_allocation fit_max,int cx, int cy, int cwidth, int cheight) {
133 int2 fit_pos = gfindMin(fit, cx, cy, cwidth, cheight);
  /frameworks/rs/
rsGrallocConsumer.cpp 167 const int cWidth = yWidth / 2;
212 mAlloc[idx]->mHal.drvState.lod[1].dimX = cWidth;
214 mAlloc[idx]->mHal.drvState.lod[2].dimX = cWidth;
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 105 cwidth = self._canvas.winfo_width()
107 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 820 int cWidth = static_cast<int>(preCorrectionEntry.data.i32[2]);
824 bool matchesPreCorrectionArray = (cWidth == width && cHeight == height);
830 width, height, pWidth, pHeight, cWidth, cHeight);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 405 cwidth = self._canvas.winfo_width()
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
409 if cwidth < self.canvwidth or cheight < self.canvheight:
460 def setupcanvas(self, width, height, cwidth, cheight):
461 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 685 int cWidth = (int)(deRandom_getUint32(&rnd) & 0x7fffffff) % (width-cX);
689 context.scissor(cX, cY, cWidth, cHeight);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /prebuilts/sdk/current/extras/constraint-layout/libs/
android-support-constraint-layout.jar 

Completed in 815 milliseconds