HomeSort by relevance Sort by last modified time
    Searched refs:bw (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /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/libwebp/enc/
token.c 216 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
229 VP8PutBit(bw, bit, token & 0xffu); // constant proba
231 VP8PutBit(bw, bit, probas[token & 0x3fffu]);
vp8enci.h 355 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
462 void VP8WriteProbas(VP8BitWriter* const bw, const VP8Proba* const probas);
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 282 int mi_col, int bw) {
286 xd->mb_to_right_edge = ((cm->mi_cols - bw - mi_col) * MI_SIZE) << 3;
291 xd->right_available = (mi_col + bw < cm->cur_tile_mi_col_end);
vp9_blockd.h 460 const int bw = b_width_log2(plane_bsize);
461 const int y = 4 * (raster_block >> bw);
462 const int x = 4 * (raster_block & ((1 << bw) - 1));
513 const int bw = 4 << b_width_log2(plane_bsize);
514 const int umv_border_start = bw + (xd->mb_to_right_edge >>
517 if (x + bw > umv_border_start)
519 buf[y * stride + umv_border_start - 1], 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),
  /external/webp/src/enc/
token.c 216 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
229 VP8PutBit(bw, bit, token & 0xffu); // constant proba
231 VP8PutBit(bw, bit, probas[token & 0x3fffu]);
vp8enci.h 355 int VP8EmitTokens(VP8TBuffer* const b, VP8BitWriter* const bw,
462 void VP8WriteProbas(VP8BitWriter* const bw, const VP8Proba* const probas);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_bmp.c 439 const int bw = surface->w*surface->format->BytesPerPixel; local
513 pad = ((bw%4) ? (4-(bw%4)) : 0);
516 if ( SDL_RWwrite(dst, bits, 1, bw) != bw) {
  /external/skia/tests/
ReadPixelsTest.cpp 180 int bw = bitmap.width(); local
183 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
191 for (int bx = 0; bx < bw; ++bx) {
209 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == pixel);
210 if (getBitmapColor(bx, by, bw) != pixel) {
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 400 BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(b), 32 * 1024); local
402 ViewDebug.profileViewAndChildren(targetView, bw);
407 bw.close();
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
363 * specified a band, bw, ctl_sb and channel and that the combination could be
474 * Convert ctl chan and bw to chanspec
477 * @param bw bandwidth
482 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
  /external/aac/libSBRdec/src/
lpp_tran.cpp 244 FIXP_SGL bw = FL2FXCONST_SGL(0.0f); local
632 bw = FX_DBL2FX_SGL(bwVector[bwIndex[patch]]);
634 a0r = FX_DBL2FX_SGL(fMult(bw,alphar[0])); /* Apply current bandwidth expansion factor */
638 a0i = FX_DBL2FX_SGL(fMult(bw,alphai[0]));
639 bw = FX_DBL2FX_SGL(fPow2(bw));
640 a1r = FX_DBL2FX_SGL(fMult(bw,alphar[1]));
642 a1i = FX_DBL2FX_SGL(fMult(bw,alphai[1]));
650 if ( bw <= FL2FXCONST_SGL(0.0f) ) {
665 else { /* bw <= 0 *
    [all...]
  /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/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/chromium_org/third_party/mesa/src/src/mesa/main/
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...]
formats.h 304 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh);
  /external/mesa3d/src/mesa/main/
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...]
formats.h 304 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 248 int bw,len,out_samples,frame_size; local
259 bw=modes[j]==0?OPUS_BANDWIDTH_NARROWBAND+(fast_rand()%3):
262 if(modes[j]==2&&bw==OPUS_BANDWIDTH_MEDIUMBAND)bw+=3;
263 if(opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bw))!=OPUS_OK)test_failed();
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 604 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale,
606 if (bw & 0x80) dst[0] = srcColor + SkAlphaMulRGB16(dst[0], dst_scale);
607 if (bw & 0x40) dst[1] = srcColor + SkAlphaMulRGB16(dst[1], dst_scale);
608 if (bw & 0x20) dst[2] = srcColor + SkAlphaMulRGB16(dst[2], dst_scale);
609 if (bw & 0x10) dst[3] = srcColor + SkAlphaMulRGB16(dst[3], dst_scale);
610 if (bw & 0x08) dst[4] = srcColor + SkAlphaMulRGB16(dst[4], dst_scale);
611 if (bw & 0x04) dst[5] = srcColor + SkAlphaMulRGB16(dst[5], dst_scale);
612 if (bw & 0x02) dst[6] = srcColor + SkAlphaMulRGB16(dst[6], dst_scale);
613 if (bw & 0x01) dst[7] = srcColor + SkAlphaMulRGB16(dst[7], dst_scale);
    [all...]
  /external/skia/src/core/
SkBlitter_RGB16.cpp 604 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale,
606 if (bw & 0x80) dst[0] = srcColor + SkAlphaMulRGB16(dst[0], dst_scale);
607 if (bw & 0x40) dst[1] = srcColor + SkAlphaMulRGB16(dst[1], dst_scale);
608 if (bw & 0x20) dst[2] = srcColor + SkAlphaMulRGB16(dst[2], dst_scale);
609 if (bw & 0x10) dst[3] = srcColor + SkAlphaMulRGB16(dst[3], dst_scale);
610 if (bw & 0x08) dst[4] = srcColor + SkAlphaMulRGB16(dst[4], dst_scale);
611 if (bw & 0x04) dst[5] = srcColor + SkAlphaMulRGB16(dst[5], dst_scale);
612 if (bw & 0x02) dst[6] = srcColor + SkAlphaMulRGB16(dst[6], dst_scale);
613 if (bw & 0x01) dst[7] = srcColor + SkAlphaMulRGB16(dst[7], dst_scale);
    [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();
  /external/doclava/src/com/google/doclava/
Doclava.java 1558 BufferedWriter bw = null; local
1593 BufferedWriter bw = null; local
    [all...]
  /external/pixman/test/
utils.h 207 uint32_t aw, rw, gw, bw; member in struct:__anon26253

Completed in 1142 milliseconds

1 2 34 5 6 7 8