Home
last modified time | relevance | path

Searched refs:samp (Results 1 – 25 of 51) sorted by relevance

123

/external/libjpeg-turbo/
Dtjexampletest.in47 for samp in GRAY 420 422 444; do
48 …$EXEDIR/djpeg -rgb -bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jpg >$OUTDIR/${basename}_${samp}_de…
49 …DIR/djpeg -dct fast -rgb -bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jpg >$OUTDIR/${basename}_${sa…
50 …IR/djpeg -dct int -rgb -bmp $OUTDIR/${basename}_${samp}_accurate_cjpeg.jpg >$OUTDIR/${basename}_${
52 for samp in 420 422; do
53 …$EXEDIR/djpeg -nosmooth -bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jpg >$OUTDIR/${basename}_${sam…
54 …jpeg -dct fast -nosmooth -bmp $OUTDIR/${basename}_${samp}_fast_cjpeg.jpg >$OUTDIR/${basename}_${sa…
55 …peg -dct int -nosmooth -bmp $OUTDIR/${basename}_${samp}_accurate_cjpeg.jpg >$OUTDIR/${basename}_${
60 for samp in GRAY 420 422 444; do
61 …runme $JAVA TJExample $OUTDIR/$image $OUTDIR/${basename}_${samp}_${dct}.jpg -q 95 -samp ${samp} -$…
[all …]
Dtjbenchtest.in83 for samp in GRAY 420 422 444; do
84 …rgb $NSARG $BMPARG -outfile $OUTDIR/${basename}_${samp}_default_djpeg.${EXT} $OUTDIR/${basename}_$…
85 …-rgb $NSARG $BMPARG -outfile $OUTDIR/${basename}_${samp}_fast_djpeg.${EXT} $OUTDIR/${basename}_${s…
86 …gb $NSARG $BMPARG -outfile $OUTDIR/${basename}_${samp}_accurate_djpeg.${EXT} $OUTDIR/${basename}_$…
88 for samp in 420 422; do
89 …mooth $BMPARG -outfile $OUTDIR/${basename}_${samp}_default_nosmooth_djpeg.${EXT} $OUTDIR/${basenam…
90 …osmooth $BMPARG -outfile $OUTDIR/${basename}_${samp}_fast_nosmooth_djpeg.${EXT} $OUTDIR/${basename…
91 …mooth $BMPARG -outfile $OUTDIR/${basename}_${samp}_accurate_nosmooth_djpeg.${EXT} $OUTDIR/${basena…
97 for samp in GRAY 420 422 444; do
98 runme cmp $OUTDIR/${basename}_${samp}_Q95.jpg $OUTDIR/${basename}_${samp}_${dct}_cjpeg.jpg
[all …]
Dtjbenchtest.java.in76 for samp in GRAY 420 422 444; do
77 …DIR/djpeg -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_default_djpeg.bmp $OUTDIR/${basename}_${s…
78 …g -dct fast -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_fast_djpeg.bmp $OUTDIR/${basename}_${sa…
79 … -dct int -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_accurate_djpeg.bmp $OUTDIR/${basename}_${
81 for samp in 420 422; do
82 … -nosmooth -bmp -outfile $OUTDIR/${basename}_${samp}_default_nosmooth_djpeg.bmp $OUTDIR/${basename…
83 …t -nosmooth -bmp -outfile $OUTDIR/${basename}_${samp}_fast_nosmooth_djpeg.bmp $OUTDIR/${basename}_…
84 …-nosmooth -bmp -outfile $OUTDIR/${basename}_${samp}_accurate_nosmooth_djpeg.bmp $OUTDIR/${basename…
90 for samp in GRAY 420 422 444; do
91 runme cmp $OUTDIR/${basename}_${samp}_Q95.jpg $OUTDIR/${basename}_${samp}_${dct}_cjpeg.jpg
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c488 compute_lambda_1d(const struct sp_sampler_variant *samp, in compute_lambda_1d() argument
493 const struct pipe_resource *texture = samp->view->texture; in compute_lambda_1d()
496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); in compute_lambda_1d()
503 compute_lambda_2d(const struct sp_sampler_variant *samp, in compute_lambda_2d() argument
508 const struct pipe_resource *texture = samp->view->texture; in compute_lambda_2d()
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); in compute_lambda_2d()
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level); in compute_lambda_2d()
522 compute_lambda_3d(const struct sp_sampler_variant *samp, in compute_lambda_3d() argument
527 const struct pipe_resource *texture = samp->view->texture; in compute_lambda_3d()
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); in compute_lambda_3d()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c502 nearest_texcoord(const struct gl_sampler_object *samp, in nearest_texcoord() argument
515 *i = clamp_rect_coord_nearest(samp->WrapS, texcoord[0], width); in nearest_texcoord()
516 *j = clamp_rect_coord_nearest(samp->WrapT, texcoord[1], height); in nearest_texcoord()
520 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
525 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
526 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
530 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
535 *i = nearest_texel_location(samp->WrapS, img, width, texcoord[0]); in nearest_texcoord()
536 *j = nearest_texel_location(samp->WrapT, img, height, texcoord[1]); in nearest_texcoord()
551 linear_texcoord(const struct gl_sampler_object *samp, in linear_texcoord() argument
[all …]
Ds_fragprog.c87 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in fetch_texel_lod() local
89 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod); in fetch_texel_lod()
91 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, in fetch_texel_lod()
123 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in fetch_texel_deriv() local
136 lambda += lodBias + texUnit->LodBias + samp->LodBias; in fetch_texel_deriv()
138 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod); in fetch_texel_deriv()
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, in fetch_texel_deriv()
Ds_texcombine.c656 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in _swrast_texture_span() local
667 if (texUnit->LodBias + samp->LodBias != 0.0F) { in _swrast_texture_span()
669 const GLfloat bias = CLAMP(texUnit->LodBias + samp->LodBias, in _swrast_texture_span()
678 if (samp->MinLod != -1000.0 || in _swrast_texture_span()
679 samp->MaxLod != 1000.0) { in _swrast_texture_span()
681 const GLfloat min = samp->MinLod; in _swrast_texture_span()
682 const GLfloat max = samp->MaxLod; in _swrast_texture_span()
692 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
719 const struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in _swrast_texture_span() local
725 if (texUnit->LodBias + samp->LodBias != 0.0F) { in _swrast_texture_span()
[all …]
Ds_texfetch.c1151 set_fetch_functions(struct gl_sampler_object *samp, in set_fetch_functions() argument
1158 if (samp->sRGBDecode == GL_SKIP_DECODE_EXT && in set_fetch_functions()
1171 struct gl_sampler_object *samp; in _mesa_update_fetch_functions() local
1178 samp = _mesa_get_samplerobj(ctx, unit); in _mesa_update_fetch_functions()
1185 set_fetch_functions(samp, in _mesa_update_fetch_functions()
Ds_triangle.c1049 const struct gl_sampler_object *samp; in _swrast_choose_triangle() local
1056 samp = ctx->Texture.Unit[0].Sampler; in _swrast_choose_triangle()
1058 samp = &texObj2D->Sampler; in _swrast_choose_triangle()
1060 samp = NULL; in _swrast_choose_triangle()
1066 minFilter = texObj2D ? samp->MinFilter : GL_NONE; in _swrast_choose_triangle()
1067 magFilter = texObj2D ? samp->MagFilter : GL_NONE; in _swrast_choose_triangle()
1076 && samp->WrapS == GL_REPEAT in _swrast_choose_triangle()
1077 && samp->WrapT == GL_REPEAT in _swrast_choose_triangle()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c60 struct gl_sampler_object *samp) in _mesa_reference_sampler_object_() argument
62 assert(*ptr != samp); /* The inline wrapper should prevent no-op calls */ in _mesa_reference_sampler_object_()
88 if (samp) { in _mesa_reference_sampler_object_()
91 if (samp->RefCount == 0) { in _mesa_reference_sampler_object_()
98 samp->RefCount++; in _mesa_reference_sampler_object_()
101 (void *) samp, samp->Name, samp->RefCount); in _mesa_reference_sampler_object_()
103 *ptr = samp; in _mesa_reference_sampler_object_()
324 set_sampler_wrap_s(struct gl_context *ctx, struct gl_sampler_object *samp, in set_sampler_wrap_s() argument
327 if (samp->WrapS == param) in set_sampler_wrap_s()
331 samp->WrapS = param; in set_sampler_wrap_s()
[all …]
Dsamplerobj.h45 _mesa_is_mipmap_filter(const struct gl_sampler_object *samp) in _mesa_is_mipmap_filter() argument
47 return samp->MinFilter != GL_NEAREST && samp->MinFilter != GL_LINEAR; in _mesa_is_mipmap_filter()
54 struct gl_sampler_object *samp);
59 struct gl_sampler_object *samp) in _mesa_reference_sampler_object() argument
61 if (*ptr != samp) in _mesa_reference_sampler_object()
62 _mesa_reference_sampler_object_(ctx, ptr, samp); in _mesa_reference_sampler_object()
Dattrib.c759 const struct gl_sampler_object *samp; in pop_texture_group() local
789 samp = &obj->Sampler; in pop_texture_group()
791 _mesa_TexParameterfv(target, GL_TEXTURE_BORDER_COLOR, samp->BorderColor.f); in pop_texture_group()
792 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_S, samp->WrapS); in pop_texture_group()
793 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_T, samp->WrapT); in pop_texture_group()
794 _mesa_TexParameteri(target, GL_TEXTURE_WRAP_R, samp->WrapR); in pop_texture_group()
795 _mesa_TexParameteri(target, GL_TEXTURE_MIN_FILTER, samp->MinFilter); in pop_texture_group()
796 _mesa_TexParameteri(target, GL_TEXTURE_MAG_FILTER, samp->MagFilter); in pop_texture_group()
797 _mesa_TexParameterf(target, GL_TEXTURE_MIN_LOD, samp->MinLod); in pop_texture_group()
798 _mesa_TexParameterf(target, GL_TEXTURE_MAX_LOD, samp->MaxLod); in pop_texture_group()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c366 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in r200TexUpdateParameters() local
369 r200SetTexMaxAnisotropy(t , samp->MaxAnisotropy); in r200TexUpdateParameters()
370 r200SetTexFilter(t, samp->MinFilter, samp->MagFilter); in r200TexUpdateParameters()
371 r200SetTexWrap(t, samp->WrapS, samp->WrapT, samp->WrapR); in r200TexUpdateParameters()
372 r200SetTexBorderColor(t, samp->BorderColor.f); in r200TexUpdateParameters()
496 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); in r200NewSamplerObject() local
497 if (samp) in r200NewSamplerObject()
498 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewSamplerObject()
499 return samp; in r200NewSamplerObject()
Dradeon_mipmap_tree.c252 static void calculate_min_max_lod(struct gl_sampler_object *samp, struct gl_texture_object *tObj, in calculate_min_max_lod() argument
263 if (samp->MinFilter == GL_NEAREST || samp->MinFilter == GL_LINEAR) { in calculate_min_max_lod()
268 minLod = tObj->BaseLevel + (GLint)(samp->MinLod); in calculate_min_max_lod()
271 maxLod = tObj->BaseLevel + (GLint)(samp->MaxLod + 0.5); in calculate_min_max_lod()
540 struct gl_sampler_object *samp, in radeon_validate_texture_miptree() argument
547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) { in radeon_validate_texture_miptree()
551 calculate_min_max_lod(samp, &t->base, &t->minLod, &t->maxLod); in radeon_validate_texture_miptree()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c317 struct gl_sampler_object *samp = _mesa_get_samplerobj(ctx, unit); in radeonTexUpdateParameters() local
320 radeonSetTexMaxAnisotropy(t , samp->MaxAnisotropy); in radeonTexUpdateParameters()
321 radeonSetTexFilter(t, samp->MinFilter, samp->MagFilter); in radeonTexUpdateParameters()
322 radeonSetTexWrap(t, samp->WrapS, samp->WrapT); in radeonTexUpdateParameters()
323 radeonSetTexBorderColor(t, samp->BorderColor.f); in radeonTexUpdateParameters()
435 struct gl_sampler_object *samp = _mesa_new_sampler_object(ctx, name); in radeonNewSamplerObject() local
436 if (samp) in radeonNewSamplerObject()
437 samp->MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewSamplerObject()
438 return samp; in radeonNewSamplerObject()
Dradeon_mipmap_tree.c252 static void calculate_min_max_lod(struct gl_sampler_object *samp, struct gl_texture_object *tObj, in calculate_min_max_lod() argument
263 if (samp->MinFilter == GL_NEAREST || samp->MinFilter == GL_LINEAR) { in calculate_min_max_lod()
268 minLod = tObj->BaseLevel + (GLint)(samp->MinLod); in calculate_min_max_lod()
271 maxLod = tObj->BaseLevel + (GLint)(samp->MaxLod + 0.5); in calculate_min_max_lod()
540 struct gl_sampler_object *samp, in radeon_validate_texture_miptree() argument
547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) { in radeon_validate_texture_miptree()
551 calculate_min_max_lod(samp, &t->base, &t->minLod, &t->maxLod); in radeon_validate_texture_miptree()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_texture.c144 const struct gl_sampler_object *samp, in st_create_texture_sampler_view_from_stobj() argument
171 const struct gl_sampler_object *samp, in st_get_texture_sampler_view_from_stobj() argument
180 st_create_texture_sampler_view_from_stobj(pipe, stObj, samp, format); in st_get_texture_sampler_view_from_stobj()
194 const struct gl_sampler_object *samp; in update_single_texture() local
200 samp = _mesa_get_samplerobj(ctx, texUnit); in update_single_texture()
206 samp = &texObj->Sampler; in update_single_texture()
225 if ((samp->sRGBDecode == GL_SKIP_DECODE_EXT) && in update_single_texture()
251 samp, in update_single_texture()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
Dd3d11tex.cpp40 ID3D11SamplerState* samp[2]; member
85 dev->CreateSamplerState(&sampd, &samp[0]); in init()
88 dev->CreateSamplerState(&sampd, &samp[1]); in init()
107 ctx->PSSetSamplers(0, 2, samp); in draw()
/external/e2fsprogs/lib/et/
Dcom_err.texinfo167 of the form @samp{unknown code foo 32}, where @samp{foo} would be the name
216 where @samp{ec} can also be used as a short form of @samp{error_code}. To
217 indicate the end of the table, use @samp{end}. Thus, a (short) sample
241 argument, the pathname of a file (ending in @samp{.et}, e.g.,
242 @samp{dsc_err.et}) containing an error table source file. It parses the
244 (@samp{discuss_err.h}) which contains definitions of the numerical values
293 in the table, a string of the form @samp{Unknown code @var{xxxx nn}} is
329 @samp{com_err}. After @samp{set_com_err_hook} has been called,
330 calls to @samp{com_err} will turn into calls to the new hook routine.
331 @samp{reset_com_err_hook} turns off this hook. This may intended to
[all …]
/external/icu/icu4c/source/data/rbnf/
Dfil.txt32 "10: samp\u00FBng;",
50 "10: samp\u00FB;",
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py231 for samp in sibling.samples:
232 samp.stack_id = node.stack_id
233 node.samples.append(samp)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c256 struct brw_sampler_state *samp = intel->batch.bo->virtual + offset; in dump_sampler_state() local
260 for (i = 0; i < size / sizeof(*samp); i++) { in dump_sampler_state()
269 samp++; in dump_sampler_state()
270 offset += sizeof(*samp); in dump_sampler_state()
278 struct gen7_sampler_state *samp = intel->batch.bo->virtual + offset; in dump_gen7_sampler_state() local
283 for (i = 0; i < size / sizeof(*samp); i++) { in dump_gen7_sampler_state()
292 samp++; in dump_gen7_sampler_state()
293 offset += sizeof(*samp); in dump_gen7_sampler_state()
/external/bison/doc/
Dbison.texi578 the statement, each @samp{x} is an expression and so is @samp{x * x}.
601 For example, @samp{1 + 2} is a valid C expression---a valid part of a C
666 @samp{x+4} is grammatical then @samp{x+1} or @samp{x+3989} is equally
811 literals and constant identifiers for the subrange bounds (@samp{lo}
812 and @samp{hi}), but Extended Pascal (ISO/IEC
834 These two declarations look identical until the @samp{..} token.
837 @samp{a} is parsed. It is, however, desirable
839 @samp{a} must become a new identifier to represent the enumeration
840 value, while in the former case @samp{a} must be evaluated with its
843 You could parse @samp{(a)} as an ``unspecified identifier in parentheses'',
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11blit.hlsl28 sampler samp;
52 return tex.Sample(samp, input.texcoord);
/external/doclava/res/assets/templates/assets/
Dstyle.css240 div#jd-content .Code,code,pre,samp,var { selector
248 /* XXX I would really like to apply font-size: 9pt only if var/samp
250 div#jd-content .jd-descr code,var,samp { selector

123