Home
last modified time | relevance | path

Searched defs:cw (Results 1 - 25 of 57) sorted by relevance

123

/third_party/python/Python/
H A Dpymath.c11 unsigned short cw; in _Py_get_387controlword() local
16 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() argument
/third_party/rust/crates/minimal-lexical/src/
H A Dfpu.rs57 let mut cw = 0_u16; in set_precision() variables
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Danimation_api_fuzzer.c31 const uint32_t cw = WebPDemuxGetI(demux, WEBP_FF_CANVAS_WIDTH); in LLVMFuzzerTestOneInput() local
/third_party/ffmpeg/libavfilter/
H A Dvf_pixdesctest.c62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame() local
H A Dboxblur.c54 int cw, ch; in ff_boxblur_eval_filter_params() local
H A Ddeshake.h72 int cw; ///< Crop motion search to this box member
H A Dvf_boxblur.c234 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub), ch = AV_CEIL_RSHIFT(in->height, s->vsub); in filter_frame() local
H A Dvf_smartblur.c238 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
H A Dvf_owdenoise.c257 const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
H A Dvf_deshake.c315 deshake_transform_c(AVFilterContext *ctx, int width, int height, int cw, int ch, const float *matrix_y, const float *matrix_uv, enum InterpolateMethod interpolate, enum FillMethod fill, AVFrame *in, AVFrame *out) deshake_transform_c() argument
[all...]
H A Dvf_spp.c398 const int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
H A Dvsrc_mptestsrc.c299 cw = AV_CEIL_RSHIFT(w, test->hsub), ch = AV_CEIL_RSHIFT(h, test->vsub); in request_frame() local
H A Dvf_sab.c291 int cw = AV_CEIL_RSHIFT(inlink->w, s->hsub); in filter_frame() local
H A Dvf_pp7.c330 const int cw = AV_CEIL_RSHIFT(inlink->w, pp7->hsub); in filter_frame() local
H A Dvf_fspp.c593 const int cw = AV_CEIL_RSHIFT(inlink->w, fspp->hsub); in filter_frame() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c167 int cw, ccw; in emit_rss_vgpu9() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c189 unsigned cw = header->det >= 0.0; in unfilled_tri() local
/third_party/ffmpeg/libavcodec/
H A Dfaxcompr.c138 int cw = 0; in decode_uncompressed() local
H A Daptx.c379 int32_t cw = ((channel->quantize[0].quantized_sample & 3) << 0) + in aptx_update_codeword_history() local
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c415 struct lws *cw = conn->ss->wsi; in callback_ss_proxy() local
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_clip.c85 const GLfloat cw = from[3]; in ref_cliptest_points4() local
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c81 volatile int *cw; in childfunc() local
/third_party/mksh/
H A Dtree.c738 union mksh_ccphack cw; in tfree() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dbuffer_dec.c186 const int cw = options->crop_width; in WebPAllocateDecBuffer() local
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc97 auto cw = (*cwit).second; in handle_packet() local
114 auto cw = (*cwit).second; in handle_packet() local
529 auto cw = std::make_unique<CloseWait>(worker_, std::vector<ngtcp2_cid>{idcid}, in send_retry() local
666 void QUICConnectionHandler::add_close_wait(CloseWait *cw) { in add_close_wait() argument
672 void QUICConnectionHandler::remove_close_wait(const CloseWait *cw) { in remove_close_wait() argument
688 auto cw = static_cast<CloseWait *>(w->data); close_wait_timeoutcb() local
[all...]

Completed in 18 milliseconds

123