/external/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 289 const int ystep, const int upsample_shift) { in DirectionalZone3_WxH() argument 296 ((ystep * width) >> scale_bits) + in DirectionalZone3_WxH() 316 const int index_1 = base_left_y + ystep; in DirectionalZone3_WxH() 322 const int index_2 = base_left_y + ystep * 2; in DirectionalZone3_WxH() 328 const int index_3 = base_left_y + ystep * 3; in DirectionalZone3_WxH() 334 const int index_4 = base_left_y + ystep * 4; in DirectionalZone3_WxH() 340 const int index_5 = base_left_y + ystep * 5; in DirectionalZone3_WxH() 346 const int index_6 = base_left_y + ystep * 6; in DirectionalZone3_WxH() 352 const int index_7 = base_left_y + ystep * 7; in DirectionalZone3_WxH() 518 const int xstep, const int ystep, const bool upsampled_top, in DirectionalZone2_4xH() argument [all …]
|
/external/libgav1/src/dsp/ |
D | intrapred_directional.cc | 110 const int height, const int xstep, const int ystep, in DirectionalIntraPredictorZone2_C() argument 118 assert(ystep > 0); in DirectionalIntraPredictorZone2_C() 130 int left_y = (y << 6) - ystep; in DirectionalIntraPredictorZone2_C() 146 left_y -= ystep; in DirectionalIntraPredictorZone2_C() 160 const int height, const int ystep, const bool upsampled_left) { in DirectionalIntraPredictorZone3_C() argument 164 assert(ystep > 0); in DirectionalIntraPredictorZone3_C() 171 ((ystep * width) >> scale_bits) + in DirectionalIntraPredictorZone3_C() 174 int left_y = ystep; in DirectionalIntraPredictorZone3_C() 190 left_y += ystep; in DirectionalIntraPredictorZone3_C()
|
D | intrapred_filter.cc | 60 int ystep = 1; in FilterIntraPredictor_C() local 76 const int yoffset = (i >> 2) * ystep; in FilterIntraPredictor_C() 101 ystep = -ystep; in FilterIntraPredictor_C()
|
D | intrapred_directional_test.cc | 355 const int ystep = in TestSpeed() local 360 ystep, upsampled_top, upsampled_left); in TestSpeed() 365 const int ystep = in TestSpeed() local 369 block_height_, ystep, in TestSpeed() 438 const int ystep = in TestSaturatedValues() local 442 block_height_, xstep, ystep, upsampled_top, upsampled_left); in TestSaturatedValues() 445 const int ystep = in TestSaturatedValues() local 449 ystep, upsampled_left); in TestSaturatedValues() 538 const int ystep = in TestRandomValues() local 542 block_height_, xstep, ystep, upsampled_top, upsampled_left); in TestRandomValues() [all …]
|
D | dsp.h | 234 int height, int xstep, int ystep, bool upsampled_top, bool upsampled_left); 249 int height, int ystep,
|
/external/libgav1/src/dsp/x86/ |
D | intrapred_directional_sse4.cc | 383 const int base_left_y, const int ystep) { in DirectionalZone3_4x4() argument 393 for (int x = 0, left_y = base_left_y; x < 4; x++, left_y += ystep) { in DirectionalZone3_4x4() 427 const int base_left_y, const int ystep) { in DirectionalZone3_8xH() argument 438 for (int x = 0, left_y = base_left_y; x < 8; x++, left_y += ystep) { in DirectionalZone3_8xH() 465 const int ystep, in DirectionalIntraPredictorZone3_SSE4_1() argument 473 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() 480 dst_x, stride, left_ptr + (y << upsample_shift), left_y, ystep); in DirectionalIntraPredictorZone3_SSE4_1() 484 left_y += ystep << 2; in DirectionalIntraPredictorZone3_SSE4_1() 488 int left_y = ystep; in DirectionalIntraPredictorZone3_SSE4_1() 495 ystep); in DirectionalIntraPredictorZone3_SSE4_1() [all …]
|
/external/python/cpython2/Modules/ |
D | imgfile.c | 96 int yfirst, ylast, ystep; in imgfile_read() local 144 ystep = -1; in imgfile_read() 148 ystep = 1; in imgfile_read() 150 for ( y=yfirst; y != ylast && !error_called; y += ystep ) { in imgfile_read() 258 int yfirst, ylast, ystep; in imgfile_readscaled() local 341 ystep = -1; in imgfile_readscaled() 345 ystep = 1; in imgfile_readscaled() 347 for ( y=yfirst; y != ylast && !error_called; y += ystep ) { in imgfile_readscaled() 404 int yfirst, ylast, ystep; in imgfile_write() local 445 ystep = -1; in imgfile_write() [all …]
|
D | imageop.c | 125 int ix, iy, xstep, ystep; in imageop_crop() local 140 ystep = (newy1 < newy2)? 1 : -1; in imageop_crop() 151 newy2 += ystep; in imageop_crop() 153 for( iy = newy1; iy != newy2; iy+=ystep ) { in imageop_crop()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | bench_full.c | 118 mpd_t *sqrt_2, *xstep, *ystep; in main() local 139 ystep = new_mpd(); in main() 146 mpd_div_u32(ystep, sqrt_2, 20, &ctx); in main() 157 mpd_sub(y0, y0, ystep, &ctx); in main() 188 mpd_del(ystep); in main()
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 269 ystep = PNG_PASS_ROW_OFFSET(pass); in main() 275 ystep = xstep = 1; in main() 282 for (py = ystart; py < height; py += ystep) in main()
|
/external/libcups/filter/ |
D | rastertoepson.c | 76 unsigned type, unsigned xstep, unsigned ystep); 410 unsigned ystep) /* I - Y resolution */ in CompressData() argument 433 if (ystep == 5) in CompressData() 581 putchar((int)ystep); in CompressData() 740 unsigned xstep, ystep; /* X & Y resolutions */ in OutputLine() local 747 ystep = 3600 / header->HWResolution[1]; in OutputLine() 773 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep); in OutputLine()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_linetemp.h | 77 GLint xstep, ystep; in NAME() local 197 ystep = -1; in NAME() 206 ystep = 1; in NAME() 331 y0 += ystep; in NAME() 358 y0 += ystep; in NAME()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1088 int xstep, ystep; in sp_setup_line() local 1123 ystep = -1; in sp_setup_line() 1126 ystep = 1; in sp_setup_line() 1171 y0 += ystep; in sp_setup_line() 1185 y0 += ystep; in sp_setup_line()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 891 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle() local 910 ystep[i] = ((int64_t)plane[i].dcdy) << TILE_ORDER; in lp_setup_bin_triangle() 979 c[i] += ystep[i]; in lp_setup_bin_triangle()
|
/external/llvm/docs/tutorial/ |
D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 576 for y = ymin, y < ymax, ystep in (
|
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 526 for y = ymin, y < ymax, ystep in (
|
/external/armnn/third-party/stb/ |
D | stb_image.h | 3518 int ystep; // how far through vertical expansion we are member 3569 r->ystep = r->vs >> 1; in load_jpeg_image() 3590 int y_bot = r->ystep >= (r->vs >> 1); in load_jpeg_image() 3595 if (++r->ystep >= r->vs) { in load_jpeg_image() 3596 r->ystep = 0; in load_jpeg_image()
|
/external/ComputeLibrary/include/stb/ |
D | stb_image.h | 3562 int ystep; // how far through vertical expansion we are member 3613 r->ystep = r->vs >> 1; in load_jpeg_image() 3634 int y_bot = r->ystep >= (r->vs >> 1); in load_jpeg_image() 3639 if (++r->ystep >= r->vs) { in load_jpeg_image() 3640 r->ystep = 0; in load_jpeg_image()
|