Home
last modified time | relevance | path

Searched defs:rh (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/tests/unit/
H A Du_half_test.c19 uint16_t rh; in test() local
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp77 uint8_t rh = r >> 4; in svg_color() local
/third_party/backends/backend/escl/
H A Descl_jpeg.c197 int rh = (int)((double)scanner->caps[scanner->source].height * ratio); in get_JPEG_data() local
/third_party/ffmpeg/libavfilter/
H A Dvf_chromashift.c37 int rh, rv; member
H A Dvf_colorcorrect.c42 float rh, bh; member
404 float bl = 0.f, rl = 0.f, bh = 0.f, rh = 0.f; in filter_frame() local
[all...]
H A Dvf_fftdnoiz.c289 const int rh = FFMIN(block, height - y * size + hoverlap); in import_block() local
351 const int rh = FFMIN(size, height - y * size + hoverlap); in export_block() local
H A Dvf_v360.c3274 const float rh = hypotf(uf, vf); in perspective_to_xyz() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_smpl.c964 BIGNUM *rh, *tmp, *Z4, *Z6; in ossl_ec_GFp_simple_is_on_curve() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_smpl.c964 BIGNUM *rh, *tmp, *Z4, *Z6; in ossl_ec_GFp_simple_is_on_curve() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp102 const int rh = rects[rectNdx].w(); in rectsToTriangles() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c415 nir_ssa_def *rh = nir_ior(&b, nir_iand_imm(&b, color_y, 1), in build_shader() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sse.h324 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_premul_4() local
365 __m128i al, ah, dl, dh, sl, sh, rl, rh; in util_sse2_blend_srcalpha_4() local
408 __m128i srca, d, s, rl, rh; in util_sse2_blend_premul_src_4() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp111 bool CheckRectColor(const std::vector<Vec3>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec3& expected) in CheckRectColor() argument
139 bool CheckRectColor(const std::vector<Vec4>& fb, int fb_w, int rx, int ry, int rw, int rh, const Vec4& expected) in CheckRectColor() argument
/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp21 static int ConvexHullOverlaps(SkOpAngle& lh, SkOpAngle& rh) { in ConvexHullOverlaps() argument
25 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) { in EndsIntersect() argument
/third_party/optimized-routines/math/test/rtest/
H A Ddotest.c113 static void set_mpc_d(mpc_t z, uint32 rh, uint32 rl, uint32 ih, uint32 il) in set_mpc_d() argument
255 get_mpc_d(const mpc_t z, uint32 *rh, uint32 *rl, uint32 *rextra, uint32 *ih, uint32 *il, uint32 *iextra) get_mpc_d() argument
/third_party/NuttX/fs/nfs/
H A Drpc.h420 struct rpc_reply_header rh; member
426 struct rpc_reply_header rh; member
432 struct rpc_reply_header rh; member
437 struct rpc_reply_header rh; member
444 struct rpc_reply_header rh; member
451 struct rpc_reply_header rh; member
458 struct rpc_reply_header rh; member
469 struct rpc_reply_header rh; member
476 struct rpc_reply_header rh; member
483 struct rpc_reply_header rh; member
490 struct rpc_reply_header rh; global() member
497 struct rpc_reply_header rh; global() member
508 struct rpc_reply_header rh; global() member
515 struct rpc_reply_header rh; global() member
522 struct rpc_reply_header rh; global() member
529 struct rpc_reply_header rh; global() member
[all...]
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc815 auto rh = d(worker_->get_randgen()); in get_affinity_cookie() local
976 auto rh = d(worker_->get_randgen()); in get_downstream_addr_strict_affinity() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DETC_Decoder.cpp565 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DETC_Decoder.cpp568 int rh = extend_6to8bits(RH1 << 1 | RH2); in decodePlanarBlock() local
/third_party/skia/src/pathops/
H A DSkOpAngle.cpp63 SkOpAngle* rh = lh->fNext; in after() local
335 checkParallel(SkOpAngle* rh) checkParallel() argument
436 convexHullOverlaps(const SkOpAngle* rh) convexHullOverlaps() argument
503 endsIntersect(SkOpAngle* rh) endsIntersect() argument
637 endToSide(const SkOpAngle* rh, bool* inside) const endToSide() argument
858 midToSide(const SkOpAngle* rh, bool* inside) const midToSide() argument
899 orderable(SkOpAngle* rh) orderable() argument
1114 tangentsDiverge(const SkOpAngle* rh, double s0xt0) tangentsDiverge() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp647 int rh = extend_6to8bits(u.pblk.RH1 << 1 | u.pblk.RH2); in decodePlanarBlock() local
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c262 RestartHeader *rh = ctx->cur_restart_header; in compare_matrix_params() local
295 RestartHeader *rh = ctx->cur_restart_header; in compare_decoding_params() local
481 RestartHeader *const rh = &ctx->restart_header; in mlp_encode_init() local
761 RestartHeader *rh = ctx->cur_restart_header; write_restart_header() local
854 RestartHeader *rh = ctx->cur_restart_header; write_decoding_params() local
953 RestartHeader *rh = ctx->cur_restart_header; write_block_data() local
1004 RestartHeader *rh = &ctx->restart_header; write_substr() local
1174 RestartHeader *rh = &ctx->restart_header; input_data_internal() local
1250 RestartHeader *rh = ctx->cur_restart_header; determine_quant_step_size() local
1350 RestartHeader *rh = ctx->cur_restart_header; determine_filters() local
1649 RestartHeader *rh = ctx->cur_restart_header; determine_bits() local
1771 RestartHeader *rh = ctx->cur_restart_header; apply_filters() local
1788 RestartHeader *rh = ctx->cur_restart_header; generate_2_noise_channels() local
1876 RestartHeader *rh = ctx->cur_restart_header; set_best_codebook() local
1956 RestartHeader *rh = ctx->cur_restart_header; set_major_params() local
[all...]
H A Dspeexdec.c1280 float filter_ratio, el, rl, rh; in sb_decode() local

Completed in 47 milliseconds