HomeSort by relevance Sort by last modified time
    Searched defs:bw (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 35 BufferedWriter bw; field in class:OldFileWriterTest
155 bw.close();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_variance.c 126 const int bw = 8 * num_8x8_blocks_wide_lookup[bs] - right_overflow; local
130 vp9_64_zeros, 0, bw, bh, &sse, &avg);
131 var = sse - (((int64_t)avg * avg) / (bw * bh));
132 return (256 * var) / (bw * bh);
vp9_aq_cyclicrefresh.c 133 const int bw = num_8x8_blocks_wide_lookup[bsize]; local
135 const int xmis = MIN(cm->mi_cols - mi_col, bw);
vp9_segmentation.c 118 int bw, int bh, int mi_row, int mi_col) {
127 set_mi_row_col(xd, tile, mi_row, bh, mi_col, bw, cm->mi_rows, cm->mi_cols);
160 int bw, bh; local
166 bw = num_8x8_blocks_wide_lookup[mi[0].src_mi->mbmi.sb_type];
169 if (bw == bs && bh == bs) {
172 } else if (bw == bs && bh < bs) {
178 } else if (bw < bs && bh == bs) {
188 assert(bw < bs && bh < bs);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
153 for (x = 0; x < width; x+= bw) {
158 for (i = 0; i < bw; i++) {
formats.c 1880 const GLuint bw = info->BlockWidth, bh = info->BlockHeight; local
1906 const uint64_t bw = info->BlockWidth, bh = info->BlockHeight; local
1931 const GLuint bw = info->BlockWidth; local
    [all...]
texgetimage.c 640 GLuint bw, bh; local
641 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
203 assert(x % bw == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 125 const int bw = 8 * num_8x8_blocks_wide_lookup[bs] - right_overflow; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
131 return (256 * var) / (bw * bh);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 46 unsigned bw, bh, bpb, total_size, i; local
58 svga_format_size(key->format, &bw, &bh, &bpb);
66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb;
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
153 for (x = 0; x < width; x+= bw) {
158 for (i = 0; i < bw; i++) {
  /external/mesa3d/src/mesa/swrast/
s_texture.c 195 GLuint bw, bh; local
201 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
203 assert(x % bw == 0);
232 map += stride * (y / bh) + texelSize * (x / bw);
  /external/skia/gm/
gammatext.cpp 21 const SkColor bw[] = { SK_ColorBLACK, SK_ColorWHITE }; local
23 return SkGradientShader::CreateLinear(pts, bw, NULL,
24 SK_ARRAY_COUNT(bw),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_variance.c 125 const int bw = 8 * num_8x8_blocks_wide_lookup[bs] - right_overflow; local
129 vp9_64_zeros, 0, bw, bh, &sse, &avg);
130 var = sse - (((int64_t)avg * avg) / (bw * bh));
131 return (256 * var) / (bw * bh);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 178 bw = 2 # borderwidth variable in class:TabSet.TabButton
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
239 self.mskl.ml.place(x=0, y=-self.bw,
240 width=2*self.bw, height=self.bw*4)
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
249 height = self.bw
251 height += self.bw
260 relx=0.0, x=-self.bw,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 178 bw = 2 # borderwidth variable in class:TabSet.TabButton
189 Frame.__init__(self, tab_row, borderwidth=self.bw, relief=RAISED)
237 self.mskl.ml = Frame(self.mskl, borderwidth=self.bw,
239 self.mskl.ml.place(x=0, y=-self.bw,
240 width=2*self.bw, height=self.bw*4)
245 self.mskr.mr = Frame(self.mskr, borderwidth=self.bw,
249 height = self.bw
251 height += self.bw
260 relx=0.0, x=-self.bw,
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 316 BufferedWriter bw = new BufferedWriter(w); local
317 bw.write(content);
318 bw.close();
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 421 BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(b), 32 * 1024); local
423 ViewDebug.profileViewAndChildren(targetView, bw);
428 bw.close();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_pred_common.c 372 const int bw = num_8x8_blocks_wide_lookup[bsize]; local
374 const int xmis = MIN(cm->mi_cols - mi_col, bw);
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 50 VP8BitWriter* const bw,
93 VP8BitWriterAppend(bw, buffer, buffer_size);
96 return ok && !bw->error_;
104 VP8BitWriter bw; member in struct:__anon17890
108 // This function always returns an initialized 'bw' object, even upon error.
134 VP8BitWriterInit(&result->bw, expected_size);
135 VP8BitWriterAppend(&result->bw, &header, ALPHA_HEADER_LEN);
146 ok = VP8BitWriterAppend(&result->bw, alpha_src, width * height);
147 ok = ok && !result->bw.error_;
150 &result->bw, &result->stats)
    [all...]
syntax.c 187 static void PutSegmentHeader(VP8BitWriter* const bw,
191 if (VP8PutBitUniform(bw, (hdr->num_segments_ > 1))) {
195 VP8PutBitUniform(bw, hdr->update_map_);
196 if (VP8PutBitUniform(bw, update_data)) {
198 VP8PutBitUniform(bw, 1); // (segment_feature_mode = 1. Paragraph 9.3.)
200 VP8PutSignedValue(bw, enc->dqm_[s].quant_, 7);
203 VP8PutSignedValue(bw, enc->dqm_[s].fstrength_, 6);
208 if (VP8PutBitUniform(bw, (proba->segments_[s] != 255u))) {
209 VP8PutValue(bw, proba->segments_[s], 8);
217 static void PutFilterHeader(VP8BitWriter* const bw,
267 VP8BitWriter* const bw = &enc->bw_; local
313 VP8BitWriter* const bw = &enc->bw_; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgtc.c 53 const unsigned bw = 4, bh = 4, comps = 4; local
59 for(x = 0; x < width; x += bw) {
61 for(i = 0; i < bw; ++i) {
79 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
84 for(x = 0; x < width; x += bw) {
85 uint8_t tmp[4][4]; /* [bh][bw][comps] */
87 for(i = 0; i < bw; ++i) {
126 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
131 for(x = 0; x < width; x += bw) {
132 uint8_t tmp[4][4]; /* [bh][bw][comps] *
177 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
245 const unsigned bw = 4, bh = 4, comps = 4; local
270 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
295 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texture.c 229 unsigned int bw, bh; local
232 _mesa_get_format_block_size(texImage->TexFormat, &bw, &bh);
235 texel_size /= bw;
  /external/chromium_org/third_party/skia/gm/
gammatext.cpp 21 const SkColor bw[] = { SK_ColorBLACK, SK_ColorWHITE }; local
23 return SkGradientShader::CreateLinear(pts, bw, NULL,
24 SK_ARRAY_COUNT(bw),

Completed in 3349 milliseconds

12 3 4 5 6 7