/external/icu/icu4c/source/test/perf/strsrchperf/ |
strsrchperf.h | 14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status); 23 UStringSearch* srch; member in class:StringSearchPerfFunction 27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status); 40 srch = search; 50 UStringSearch* srch; member in class:StringSearchPerformanceTest 61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { 64 match = usearch_first(srch, status); 66 match = usearch_next(srch, status); 70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { 73 match = usearch_last(srch, status) [all...] |
strsrchperf.cpp | 17 srch = NULL; 63 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status); 76 if (srch != NULL) { 77 usearch_close(srch); 94 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen); 99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_extend.h | 28 int srch, int srcw);
|
vp9_extend.c | 167 int srch, int srcw) { 171 const int eb_y = srcy + srch != src->y_height ? 0 : 184 const int srch_uv = ROUND_POWER_OF_TWO(srch, 1); 189 srcw, srch,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_extend.h | 28 int srch, int srcw);
|
vp9_extend.c | 109 int srch, int srcw) { 113 const int eb_y = srcy + srch != src->y_height ? 0 : 126 const int srch_uv = ROUND_POWER_OF_TWO(srch, 1); 131 srcw, srch,
|
/external/libvpx/libvpx/vp8/common/ |
extend.h | 27 int srch, int srcw);
|
extend.c | 108 int srch, int srcw) 124 if (srcy + srch != src->y_height) 133 srch, srcw, 140 srch = (srch + 1) >> 1; 147 srch, srcw, 154 srch, srcw,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
extend.h | 27 int srch, int srcw);
|
extend.c | 108 int srch, int srcw) 124 if (srcy + srch != src->y_height) 133 srch, srcw, 140 srch = (srch + 1) >> 1; 147 srch, srcw, 154 srch, srcw,
|
/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...] |
/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 | 194 unsigned short srch, 212 unsigned short srch, 233 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch, 237 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
|
/hardware/intel/img/psb_video/src/ |
pnw_rotate.h | 95 unsigned short srch
|
/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,
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_surface.c | 113 unsigned short srcw, unsigned short srch, short destx, short desty,
|