Home
last modified time | relevance | path

Searched defs:top (Results 726 - 750 of 823) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/skia/src/core/
H A DSkRegion.cpp833 RgnOper(int top, RunArray* array, SkRegion::Op op) in RgnOper() argument
932 int top, bot SK_INIT_TO_AVOID_WARNING; in operate() local
1582 int32_t top = *p++; VisitSpans() local
[all...]
/third_party/openssl/test/
H A Dbntest.c150 int top, cond, st = 0; in test_swap() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c1014 const uint8_t* top = dst - BPS; in TrueMotion_SSE2() local
1055 const __m128i top = _mm_loadu_si128((const __m128i*)(dst - BPS)); in VE16_SSE2() local
1081 const __m128i top in DC16_SSE2() local
1107 const __m128i top = _mm_loadu_si128((const __m128i*)(dst - BPS)); DC16NoLeft_SSE2() local
1124 const __m128i top = _mm_loadl_epi64((const __m128i*)(dst - BPS)); VE8uv_SSE2() local
1141 const __m128i top = _mm_loadl_epi64((const __m128i*)(dst - BPS)); DC8uv_SSE2() local
1156 const __m128i top = _mm_loadl_epi64((const __m128i*)(dst - BPS)); DC8uvNoLeft_SSE2() local
[all...]
H A Denc_msa.c262 static WEBP_INLINE void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4() argument
275 static WEBP_INLINE void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() argument
287 static WEBP_INLINE void DC4(uint8_t* dst, const uint8_t* top) { in DC4() argument
296 RD4(uint8_t* dst, const uint8_t* top) RD4() argument
316 LD4(uint8_t* dst, const uint8_t* top) LD4() argument
336 VR4(uint8_t* dst, const uint8_t* top) VR4() argument
357 VL4(uint8_t* dst, const uint8_t* top) VL4() argument
378 HU4(uint8_t* dst, const uint8_t* top) HU4() argument
393 HD4(uint8_t* dst, const uint8_t* top) HD4() argument
414 TM4(uint8_t* dst, const uint8_t* top) TM4() argument
434 Intra4Preds_MSA(uint8_t* dst, const uint8_t* top) Intra4Preds_MSA() argument
454 VerticalPred16x16(uint8_t* dst, const uint8_t* top) VerticalPred16x16() argument
483 TrueMotion16x16(uint8_t* dst, const uint8_t* left, const uint8_t* top) TrueMotion16x16() argument
522 DCMode16x16(uint8_t* dst, const uint8_t* left, const uint8_t* top) DCMode16x16() argument
551 Intra16Preds_MSA(uint8_t* dst, const uint8_t* left, const uint8_t* top) Intra16Preds_MSA() argument
577 VerticalPred8x8(uint8_t* dst, const uint8_t* top) VerticalPred8x8() argument
609 TrueMotion8x8(uint8_t* dst, const uint8_t* left, const uint8_t* top) TrueMotion8x8() argument
649 DCMode8x8(uint8_t* dst, const uint8_t* left, const uint8_t* top) DCMode8x8() argument
673 IntraChromaPreds_MSA(uint8_t* dst, const uint8_t* left, const uint8_t* top) IntraChromaPreds_MSA() argument
[all...]
H A Dlossless_sse2.c141 static uint32_t Predictor5_SSE2(uint32_t left, const uint32_t* const top) { in Predictor5_SSE2() argument
145 static uint32_t Predictor6_SSE2(uint32_t left, const uint32_t* const top) { in Predictor6_SSE2() argument
149 static uint32_t Predictor7_SSE2(uint32_t left, const uint32_t* const top) { in Predictor7_SSE2() argument
153 static uint32_t Predictor8_SSE2(uint32_t left, const uint32_t* const top) { in Predictor8_SSE2() argument
158 Predictor9_SSE2(uint32_t left, const uint32_t* const top) Predictor9_SSE2() argument
163 Predictor10_SSE2(uint32_t left, const uint32_t* const top) Predictor10_SSE2() argument
167 Predictor11_SSE2(uint32_t left, const uint32_t* const top) Predictor11_SSE2() argument
171 Predictor12_SSE2(uint32_t left, const uint32_t* const top) Predictor12_SSE2() argument
175 Predictor13_SSE2(uint32_t left, const uint32_t* const top) Predictor13_SSE2() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c471 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds() local
477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds() local
868 const int8_t* const top = it->top_derr_[it->x_][ch]; in CorrectDCValues() local
893 int8_t* const top = it->top_derr_[it->x_][ch]; StoreDiffusionErrors() local
1046 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; GetCostModeI4() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c599 const int top = clip(*y_offset, 0, curr_canvas->height - 1); in WebPAnimEncoderRefineRect() local
196 ClearRectangle(WebPPicture* const picture, int left, int top, int width, int height) ClearRectangle() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtimezone.cpp229 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { in getZoneByName() argument
258 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) { in loadRule() argument
285 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource() local
397 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); createSystemTimeZone() local
777 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); getID() local
1023 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); countEquivalentIDs() local
1041 UResourceBundle *top = openOlsonResource(id, res.ref(), ec); getEquivalentID() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp855 uint32_t top, size; in write() local
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp708 ActiveEdge* top = &fTreeHead; in insert() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c345 CF2_Int top, i, j; in cf2_doFlex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h707 iterator top() const { return Iterator(*this, true); } in top() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h319 MachineBasicBlock::iterator top() const { return CurrentTop; } in top() function in llvm::ScheduleDAGMI
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_read_image.cpp830 int32 top = Bounds ().t; in MapRow() local
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c711 long top; member
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp293 SkPoint top = SkPoint::Make(o.fX + outerRadius * curV.fX, in create_splat() local
/third_party/skia/include/core/
H A DSkCanvas.h1459 void drawImage(const SkImage* image, SkScalar left, SkScalar top) { in drawImage() argument
1462 void drawImage(const sk_sp<SkImage>& image, SkScalar left, SkScalar top) { in drawImage() argument
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRun.h222 void setTopInGroup(SkScalar top) { fTopInGroup = top; } in setTopInGroup() argument
/third_party/skia/dm/
H A DDMSrcSink.cpp273 const int top = y * subsetHeight; in draw() local
741 int top = 0; in draw() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c1192 register mp_digit *bottom, *top; in mp_rshd() local
1519 register mp_digit *top, *botto in mp_lshd() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c1192 register mp_digit *bottom, *top; in mp_rshd() local
1519 register mp_digit *top, *botto in mp_lshd() local
[all...]
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp414 int32_t FfiOHOSWebviewCtlPageUp(int64_t id, bool top) in FfiOHOSWebviewCtlPageUp() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1255 void WebviewController::ScrollPageUp(bool top) in ScrollPageUp() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp517 void ArkWebNWebImpl::PageUp(bool top) in PageUp() argument
978 void ArkWebNWebImpl::OnSafeInsetsChange(int left, int top, int right, int bottom) in OnSafeInsetsChange() argument
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c601 int cb_x, cb_y, left, right, top, bottom; in decode_subband_internal() local
489 codeblock(DiracContext *s, SubBand *b, GetBitContext *gb, DiracArith *c, int left, int right, int top, int bottom, int blockcnt_one, int is_arith) codeblock() argument
730 int top = b1->height * slice_y / s->num_y; decode_subband() local
816 int top; global() member
1588 init_obmc_weight(Plane *p, uint8_t *obmc_weight, int stride, int left, int right, int top, int bottom) init_obmc_weight() argument
1609 int top = !by; init_obmc_weights() local
[all...]

Completed in 62 milliseconds

1...<<21222324252627282930>>...33