Home
last modified time | relevance | path

Searched defs:py (Results 1 - 25 of 58) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dnoderef.c21 struct y __A *py; in h() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_join_test.cc107 int *px = &x, *py = &y, *pz = &z; in TEST() local
/third_party/ffmpeg/libavcodec/
H A Dh263.c190 ff_h263_pred_motion(MpegEncContext * s, int block, int dir, int *px, int *py) ff_h263_pred_motion() argument
H A Dv210dec.c115 int16_t *py = (uint16_t*)frame->data[0] + slice_start * frame->linesize[0] / 2; in v210_decode_slice() local
H A Dscpr.h75 decode_run_i(AVCodecContext *avctx, uint32_t ptype, int run, int *px, int *py, uint32_t clr, uint32_t *dst, int linesize, uint32_t *plx, uint32_t *ply, uint32_t backstep, int off, int *cx, int *cx1) decode_run_i() argument
H A Dvc1_pred.c219 int px, py; in ff_vc1_pred_mv() local
476 int px = 0, py = 0; ff_vc1_pred_mv_intfr() local
697 int px, py; ff_vc1_pred_b_mv() local
[all...]
H A Dwmv2dec.c362 static int16_t *wmv2_pred_motion(WMV2DecContext *w, int *px, int *py) in wmv2_pred_motion() argument
H A Dgifdec.c100 const uint32_t *py = (uint32_t *)picture->data[0] + t * linesize; in gif_fill_rect() local
H A Dvp9recon.c406 mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_luma_scaled() argument
464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
[all...]
H A Dmv30.c554 int py = y + mv_y; in decode_inter() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-comparison.c322 const ecma_value_t py = left_first ? prim_second_converted_value : prim_first_converted_value; in ecma_op_abstract_relational_compare() local
/third_party/skia/gm/
H A Dlcdtext.cpp66 static void ScaleAbout(SkCanvas* canvas, SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in ScaleAbout() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri_tmp.h158 int py = y + iy; in do_block_16() local
181 int py = y + iy; in do_block_16() local
315 int py = y + iy; in lp_rast_triangle() local
336 int py = y + iy; in lp_rast_triangle() local
410 int py = y + iy; in TRI_16() local
[all...]
H A Dlp_rast_priv.h172 unsigned py = y % TILE_SIZE; in lp_rast_get_color_block_pointer() local
203 unsigned py = y % TILE_SIZE; in lp_rast_get_depth_block_pointer() local
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c248 png_uint_32 py; in main() local
/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c64 pa_usec_t px, py; /* Point p, where we want to reach stability */ member
245 pa_usec_t ex, ey, px, py; in calc_abc() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_zoompan.c163 int px[4], py[4]; in output_single_frame() local
H A Dvsrc_mandelbrot.c168 static void fill_from_cache(AVFilterContext *ctx, uint32_t *color, int *in_cidx, int *out_cidx, double py, double scale){ in fill_from_cache() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c828 char *py, *end; in usb_format_yuv_semiplanar_420() local
/third_party/mesa3d/src/mesa/main/
H A Dtexstorage.c359 int px, py, pz; in _mesa_sparse_texture_error_check() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c479 int px = -999, py = -999; in accum_bitmap() local
103 unpack_bitmap(struct st_context *st, GLint px, GLint py, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap, ubyte *destBuffer, uint destStride) unpack_bitmap() argument
[all...]
/third_party/libfuse/test/
H A Dtest_examples.py11 import py namespace
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMipmapTest.cpp1073 int py = getWindowHeight() / 2; in TEST_P() local
1161 int py = getWindowHeight() / 2; in TEST_P() local
1281 int py = getWindowHeight() / 2; TEST_P() local
1401 int py = getWindowHeight() / 2; TEST_P() local
1459 int py = getWindowHeight() / 2; TEST_P() local
1499 int py = getWindowHeight() / 2; TEST_P() local
[all...]
H A DBlendFuncExtendedTest.cpp79 const auto py = y + yy; in CheckPixels() local
/third_party/python/Lib/test/
H A Dtest_code.py709 py = ctypes.pythonapi variable in CodeLocationTest

Completed in 22 milliseconds

123