/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 {dRow0}, [cb,:64], cwidth 129 VST1 {dRow8}, [cr,:64], cwidth 131 VST1 {dRow1}, [cb,:64], cwidth 132 VST1 {dRow9}, [cr,:64], cwidth 134 VST1 {dRow2}, [cb,:64], cwidth 135 VST1 {dRow10}, [cr,:64], cwidth 137 VST1 {dRow3}, [cb,:64], cwidth 138 VST1 {dRow11}, [cr,:64], cwidth [all...] |
/bootable/recovery/minui/ |
graphics.c | 39 int cwidth; member in struct:__anon1115 66 return gr_font->cwidth * strlen(s); 71 *x = gr_font->cwidth; 124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break; 127 unsigned char* src_p = font->texture->data + (off * font->cwidth) + 133 font->cwidth, font->cheight); 136 x += font->cwidth; 277 gr_font->cwidth = gr_font->texture->width / 96; 299 gr_font->cwidth = font.cwidth; [all...] |
font_10x18.h | 4 unsigned cwidth; member in struct:__anon1114 10 .cwidth = 10,
|
/external/pixman/pixman/ |
pixman-bits-image.c | 364 int32_t cwidth = pixman_fixed_to_int (params[0]); local 376 x2 = x1 + cwidth; 439 int cwidth = pixman_fixed_to_int (params[0]); local 445 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; 464 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight; 468 x2 = x1 + cwidth; 476 pixman_fixed_t *x_params = params + 4 + px * cwidth; 739 int cwidth = pixman_fixed_to_int (params[0]); local 741 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; 791 x2 = x1 + cwidth; [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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |