HomeSort by relevance Sort by last modified time
    Searched refs:srch (Results 1 - 25 of 40) sorted by null

1 2

  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 19 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
28 UStringSearch* srch; member in class:StringSearchPerfFunction
32 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
45 srch = search;
55 UStringSearch* srch; member in class:StringSearchPerformanceTest
66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
69 match = usearch_first(srch, status);
71 match = usearch_next(srch, status);
75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
78 match = usearch_last(srch, status)
    [all...]
strsrchperf.cpp 22 srch = NULL;
68 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
81 if (srch != NULL) {
82 usearch_close(srch);
99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen);
104 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.h 26 int srcx, int srch, int srcw);
vp9_extend.c 158 int srcx, int srch, int srcw) {
162 const int eb_y = srcy + srch != src->y_height
177 const int srch_uv = ROUND_POWER_OF_TWO(srch, 1);
181 dst->y_buffer + dst_y_offset, dst->y_stride, srcw, srch,
  /external/libvpx/libvpx/vp8/common/
extend.h 26 int srcx, int srch, int srcw);
extend.c 93 int srcx, int srch, int srcw) {
106 if (srcy + srch != src->y_height) eb = 0;
110 dst->y_buffer + dst_y_offset, dst->y_stride, srch, srcw,
117 srch = (srch + 1) >> 1;
121 dst->u_buffer + dst_uv_offset, dst->uv_stride, srch,
125 dst->v_buffer + dst_uv_offset, dst->uv_stride, srch,
  /hardware/intel/common/libva/va/
va_x11.h 56 unsigned short srch,
va_android.h 70 unsigned short srch,
va_backend_tpi.h 56 unsigned short srch,
va_tpi.h 80 unsigned short srch,
va_tpi.c 79 unsigned short srch,
96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch,
va_trace.h 203 unsigned short srch,
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 116 unsigned short srch,
134 unsigned short srch,
151 unsigned short srch,
psb_ctexture.c 226 unsigned short srch,
265 srcw = srch;
266 srch = tmp;
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1 local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_x11.c 111 unsigned short srch,
144 if (srch <= desth)
145 height = srch;
158 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: src w x h = %d x %d\n", srcw, srch);
462 unsigned short srch,
490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch,
502 pnw_check_output_method(ctx, obj_surface, srcw, srch, destw, desth, draw);
510 srcx, srcy, srcw, srch,
526 srcx, srcy, srcw, srch,
532 srcx, srcy, srcw, srch,
    [all...]
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
416 srch = subpicture->subpic_srch;
434 srch += srcy;
440 if ((srcy + srch) > image_height)
441 srch = image_height - srcy;
464 if (srch <= desth)
465 height = srch;
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300 const
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
80 for y := 0; y < srch; y++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
93 for y := 0; y < srch; y++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
103 for y := 0; y < srch; y++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
116 for y := 0; y < srch; y++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
    [all...]
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300 const
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
80 for y := 0; y < srch; y++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
93 for y := 0; y < srch; y++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
103 for y := 0; y < srch; y++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
116 for y := 0; y < srch; y++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 155 unsigned short srch,
176 psb_putsurface_textureblit(ctx, data, surface, srcx, srcy, srcw, srch,
195 unsigned short srch,
210 float _slope_xy = (float)srch / srcw;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
233 ctx, surface, srcx, srcy, srcw, srch,
282 unsigned short srch,
297 if ((srcw >= 2048) || (srch >= 2048)) {
345 _slope_xy = (float)srcw / srch;
347 _slope_xy = (float)srch / srcw
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 195 unsigned short srch,
213 unsigned short srch,
234 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
238 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
  /hardware/intel/img/psb_video/src/
pnw_rotate.h 96 unsigned short srch
psb_output.h 197 unsigned short srch,
220 unsigned short srch,
psb_drv_debug.c 356 unsigned short srch)
368 mapped_buffer2 = mapped_buffer + psb_surface->stride * (srch + srcy / 2);
371 for(j = 0; j < srch; ++j)
377 for(j = 0; j < srch /2; ++j) {
387 for(j = 0; j < srch /2; ++j)
409 unsigned short srch)
420 int row = srch;
    [all...]
  /hardware/intel/common/libva/va/x11/
va_x11.c 223 unsigned short srch,
241 unsigned short srch,
259 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, (void *)draw, srcx, srcy, srcw, srch,
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 2975 unsigned int hash, rehash, srch; local
3149 unsigned int srch; local
3657 unsigned int srch; local
    [all...]

Completed in 1034 milliseconds

1 2