/external/libvorbis/lib/ |
floor0.c | 173 /* the additional b->dim is a guard against any possible stack 174 smash; b->dim is provably more than we can overflow the 176 float *lsp=_vorbis_block_alloc(vb,sizeof(*lsp)*(look->m+b->dim+1)); 178 for(j=0;j<look->m;j+=b->dim) 179 if(vorbis_book_decodev_set(b,lsp+j,&vb->opb,b->dim)==-1)goto eop; 181 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_common.py | 63 [dim, w, h, d, junk] = param.get_dimensions()
|
glX_proto_send.py | 59 [dim, junk, junk, junk, junk] = param.get_dimensions() 61 d = (dim + 1) & ~1 73 n = func.name.replace("%uD" % (dim), "") 409 print '%s( unsigned opcode, unsigned dim, %s )' % (func.name, func.get_parameter_string()) 527 [dim, width, height, depth, extent] = param.get_dimensions() 529 dim_str = "dim" 531 dim_str = str(dim) 556 print ' (void) memcpy( %s, default_pixel_store_%uD, default_pixel_store_%uD_size );' % (pixHeaderPtr, dim, dim) 686 [dim, w, h, d, junk] = output.get_dimensions( [all...] |
/external/opencv/cvaux/include/ |
cvaux.hpp | 90 bool set_hist_bin_range( int dim, int min_val, int max_val );
|
/external/srec/srec/cfront/ |
ca_cms.c | 108 hWave->data.channel->channorm->dim = MAX_CHAN_DIM; 135 int dim = hWave->data.channel->mel_dim * 3; local 137 int dim = hWave->data.channel->mel_dim; 146 clear_channel_normalization(hWave->data.channel->spchchan, dim);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 41 for dim in v.shape: 42 n = n * dim 68 for dim in v.shape: 69 n = n * dim
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_pep3118.py | 41 for dim in v.shape: 42 n = n * dim 68 for dim in v.shape: 69 n = n * dim
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
qpisf_2s.c | 41 Word16 dim, /* input : dimention of vector */ 446 Word16 dim, /* input : dimention of vector */ 463 for (j = 0; j < dim; j++) 479 p_dico = &dico[index * dim]; 480 for (j = 0; j < dim; j++) 492 Word16 dim, /* input : dimention of vector */ 516 for (j = 0; j < dim; j++)
|
/external/javassist/src/main/javassist/compiler/ |
JvstCodeGen.java | 577 int dim = 0; local 578 while ((c = typeDesc.charAt(dim)) == '[') 579 ++dim; 584 if (dim == 0) 587 cname = typeDesc.substring(dim + 1, typeDesc.length() - 1); 591 = new Declarator(type, cname, dim, varNo, new Symbol(varName)); 676 private void setType(CtClass type, int dim) throws CompileError { 680 arrayDim = dim; 685 setType(type.getComponentType(), dim + 1); local 692 arrayDim = dim; [all...] |
TypeChecker.java | 78 int type, int dim, String cname) { 93 while (dim-- > 0) 192 int count, dim; local 193 dim = size.length(); 204 arrayDim = dim; 748 int dim = 0; local 750 ++dim; 754 arrayDim = dim; 778 int dim = 0; local 781 ++dim; 904 int dim = arrayDim; local [all...] |
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 82 inline Index dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size()-1 : Index(AmbientDimAtCompileTime); } function in class:Eigen::AlignedBox 149 for(Index d=0; d<dim(); ++d) 163 for(Index d=0; d<dim(); ++d) 302 for (Index k=0; k<dim(); ++k) 323 for (Index k=0; k<dim(); ++k)
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | 1283 static cam_ctrl_dimension_t dim; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_proto_send.py | 59 [dim, junk, junk, junk, junk] = param.get_dimensions() 61 d = (dim + 1) & ~1 73 n = func.name.replace("%uD" % (dim), "") 409 print '%s( unsigned opcode, unsigned dim, %s )' % (func.name, func.get_parameter_string()) 527 [dim, width, height, depth, extent] = param.get_dimensions() 529 dim_str = "dim" 531 dim_str = str(dim) 556 print ' (void) memcpy( %s, default_pixel_store_%uD, default_pixel_store_%uD_size );' % (pixHeaderPtr, dim, dim) 686 [dim, w, h, d, junk] = output.get_dimensions( [all...] |
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 813 CDBG_ERROR("%s:%d] Error invalid output dim for thumbnail", 819 CDBG_ERROR("%s:%d] Error invalid input dim for thumbnail", 863 CDBG_ERROR("%s:%d] Improper thumbnail dim %dx%d resetting to %dx%d", 882 CDBG_ERROR("%s:%d] Incorrect thumbnail dim %dx%d resetting to %dx%d", 931 mm_jpeg_dim_t *dim = &p_jobparams->main_dim; local 933 if ((dim->crop.width == 0) || (dim->crop.height == 0)) { 934 dim->crop.width = dim->src_dim.width; 935 dim->crop.height = dim->src_dim.height [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 813 CDBG_ERROR("%s:%d] Error invalid output dim for thumbnail", 819 CDBG_ERROR("%s:%d] Error invalid input dim for thumbnail", 863 CDBG_ERROR("%s:%d] Improper thumbnail dim %dx%d resetting to %dx%d", 882 CDBG_ERROR("%s:%d] Incorrect thumbnail dim %dx%d resetting to %dx%d", 931 mm_jpeg_dim_t *dim = &p_jobparams->main_dim; local 933 if ((dim->crop.width == 0) || (dim->crop.height == 0)) { 934 dim->crop.width = dim->src_dim.width; 935 dim->crop.height = dim->src_dim.height [all...] |
/external/chromium_org/gpu/tools/compositor_model_bench/ |
render_tree.cc | 234 if (!VerifyDictionaryEntry(tiles_dict, "dim", Value::TYPE_LIST)) 236 ListValue* dim; 237 tiles_dict->GetList("dim", &dim); 238 if (!VerifyListEntry(dim, 0, Value::TYPE_INTEGER, "Tile dimension") || 239 !VerifyListEntry(dim, 1, Value::TYPE_INTEGER, "Tile dimension")) { 243 dim->GetInteger(0, &tile_width); 246 dim->GetInteger(1, &tile_height);
|
/external/opencv/cxcore/src/ |
cxarray.cpp | 307 mat->dim[i].size = sizes[i]; 310 mat->dim[i].step = (int)step; 400 sizes[i] = src->dim[i].size; 456 matnd->dim[0].size = mat->rows; 457 matnd->dim[0].step = mat->step; 458 matnd->dim[1].size = mat->cols; 459 matnd->dim[1].step = CV_ELEM_SIZE(mat->type); 562 if( hdr->dim[j].size != hdr0->dim[j].size ) 573 if( step != hdr->dim[j].step [all...] |
/external/skia/gm/ |
gradients.cpp | 336 const SkISize dim = this->getISize(); local 343 center.set(SkIntToScalar(dim.width())/2, SkIntToScalar(dim.height())/2); 344 SkScalar radius = SkIntToScalar(dim.width())/2; 355 0, 0, SkIntToScalar(dim.width()), SkIntToScalar(dim.height())
|
colorfilterimagefilter.cpp | 80 SkAutoTUnref<SkImageFilter> dim(make_brightness(-brightness)); 81 SkAutoTUnref<SkImageFilter> bright(make_brightness(brightness, dim));
|
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 261 HwcTestDim dim; local 271 if (!in || ((chStart != '<') && (chStart != '['))) { return dim; } 275 if (!in) { return dim; } 276 dim.setWidth(val); 278 if (!in || (ch != ',')) { return dim; } 282 if (!in) { return dim; } 283 dim.setHeight(val); 287 if (!in) { return dim; } 289 || ((chStart == '[') && (ch != ']'))) { return dim; } 292 if ((dim.width() <= 0) || (dim.height() <= 0)) { return dim; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_texture_desc.c | 35 enum r300_dim dim, boolean is_rs690) 66 assert(dim <= DIM_HEIGHT); 71 tile = aa_block[dim]; 75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim]; 76 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) { 94 enum r300_dim dim) 99 tex->tex.microtile, RADEON_LAYOUT_TILED, dim, 0); 100 if (dim == DIM_WIDTH) { 466 "r300: %s: Macro: %s, Micro: %s, Pitch: %i, Dim: %ix%ix%i, "
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
AlignedBox.h | 53 inline int dim() const { return AmbientDimAtCompileTime==Dynamic ? m_min.size()-1 : AmbientDimAtCompileTime; } function in class:Eigen::AlignedBox 149 for (int k=0; k<dim(); ++k)
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture_desc.c | 35 enum r300_dim dim, boolean is_rs690) 66 assert(dim <= DIM_HEIGHT); 71 tile = aa_block[dim]; 75 tile = table[macrotile][util_logbase2(pixsize)][microtile][dim]; 76 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) { 94 enum r300_dim dim) 99 tex->tex.microtile, RADEON_LAYOUT_TILED, dim, 0); 100 if (dim == DIM_WIDTH) { 466 "r300: %s: Macro: %s, Micro: %s, Pitch: %i, Dim: %ix%ix%i, "
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 347 psh_dimension_quantize_len( PSH_Dimension dim, 355 FT_Pos delta = len - dim->stdw.widths[0].cur; 363 len = dim->stdw.widths[0].cur; 445 PSH_Dimension dim = &globals->dimension[dimension]; local 446 FT_Fixed scale = dim->scale_mult; 447 FT_Fixed delta = dim->scale_delta; 602 len = psh_dimension_quantize_len( dim, len, 0 ); 673 PSH_Dimension dim = &globals->dimension[dimension]; 674 FT_Fixed scale = dim->scale_mult; 675 FT_Fixed delta = dim->scale_delta 859 PSH_Dimension dim = &globals->dimension[dimension]; local 1682 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 1831 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 1886 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 2036 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 346 psh_dimension_quantize_len( PSH_Dimension dim, 354 FT_Pos delta = len - dim->stdw.widths[0].cur; 362 len = dim->stdw.widths[0].cur; 444 PSH_Dimension dim = &globals->dimension[dimension]; local 445 FT_Fixed scale = dim->scale_mult; 446 FT_Fixed delta = dim->scale_delta; 601 len = psh_dimension_quantize_len( dim, len, 0 ); 672 PSH_Dimension dim = &globals->dimension[dimension]; 673 FT_Fixed scale = dim->scale_mult; 674 FT_Fixed delta = dim->scale_delta 858 PSH_Dimension dim = &globals->dimension[dimension]; local 1681 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 1830 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 1885 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local 2035 PSH_Dimension dim = &glyph->globals->dimension[dimension]; local [all...] |