/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_directional_sse4.cc | 89 const int xstep, const bool upsampled) { in DirectionalZone1_4xH() argument 109 const int xstep_units = std::max(xstep >> scale_bits, 1); in DirectionalZone1_4xH() 114 int top_x = xstep; in DirectionalZone1_4xH() 116 for (; y < min_corner_only_y; ++y, dst += stride, top_x += xstep) { in DirectionalZone1_4xH() 151 const int xstep, const bool upsampled) { in DirectionalZone1_Large() argument 168 const int xstep_units = std::max(xstep >> scale_bits, 1); in DirectionalZone1_Large() 173 LeftShift((max_base_x - (base_step * width)), scale_bits) / xstep, in DirectionalZone1_Large() 177 int top_x = xstep; in DirectionalZone1_Large() 178 for (; y < max_no_corner_y; ++y, dest += stride, top_x += xstep) { in DirectionalZone1_Large() 207 for (; y < min_corner_only_y; ++y, dest += stride, top_x += xstep) { in DirectionalZone1_Large() [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 76 const int xstep, const bool upsampled) { in DirectionalZone1_WxH() argument 91 int top_x = xstep; in DirectionalZone1_WxH() 139 top_x += xstep; in DirectionalZone1_WxH() 147 const uint8_t* const top, const int xstep, in DirectionalZone1_WxH() argument 163 int top_x = xstep; in DirectionalZone1_WxH() 201 top_x += xstep; in DirectionalZone1_WxH() 210 const int xstep, in DirectionalIntraPredictorZone1_NEON() argument 215 assert(xstep > 0); in DirectionalIntraPredictorZone1_NEON() 221 if (xstep == 64) { in DirectionalIntraPredictorZone1_NEON() 235 DirectionalZone1_WxH<4>(dst, stride, height, top, xstep, upsampled_top); in DirectionalIntraPredictorZone1_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_directional.cc | 39 const int xstep, in DirectionalIntraPredictorZone1_C() argument 45 assert(xstep > 0); in DirectionalIntraPredictorZone1_C() 49 if (xstep == 64) { in DirectionalIntraPredictorZone1_C() 66 int top_x = xstep; in DirectionalIntraPredictorZone1_C() 94 top_x += xstep; in DirectionalIntraPredictorZone1_C() 103 const int xstep, const int ystep, in DirectionalIntraPredictorZone2_C() argument 111 assert(xstep > 0); in DirectionalIntraPredictorZone2_C() 121 int top_x = -xstep; in DirectionalIntraPredictorZone2_C() 143 top_x -= xstep; in DirectionalIntraPredictorZone2_C()
|
D | dsp.h | 214 int height, int xstep, 231 int height, int xstep, int ystep, bool upsampled_top, bool upsampled_left);
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 247 png_uint_32 ystart, xstart, ystep, xstep; in main() local 268 xstep = PNG_PASS_COL_OFFSET(pass); in main() 275 ystep = xstep = 1; in main() 303 px < width; px += xstep, ++ppx) if (x == px) in main()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_linetemp.h | 77 GLint xstep, ystep; in NAME() local 177 xstep = -1; in NAME() 186 xstep = 1; in NAME() 318 x0 += xstep; in NAME() 371 x0 += xstep; in NAME()
|
/external/libcups/filter/ |
D | rastertoepson.c | 76 unsigned type, unsigned xstep, unsigned ystep); 409 unsigned xstep, /* I - X resolution */ in CompressData() argument 582 putchar((int)xstep); in CompressData() 740 unsigned xstep, ystep; /* X & Y resolutions */ in OutputLine() local 746 xstep = 3600 / header->HWResolution[0]; in OutputLine() 773 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep); in OutputLine()
|
/external/python/cpython2/Modules/ |
D | imageop.c | 125 int ix, iy, xstep, ystep; in imageop_crop() local 139 xstep = (newx1 < newx2)? 1 : -1; in imageop_crop() 152 newx2 += xstep; in imageop_crop() 154 for ( ix = newx1; ix != newx2; ix+=xstep ) { in imageop_crop()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1088 int xstep, ystep; in sp_setup_line() local 1115 xstep = -1; in sp_setup_line() 1118 xstep = 1; in sp_setup_line() 1165 x0 += xstep; in sp_setup_line() 1191 x0 += xstep; in sp_setup_line()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 890 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle() local 909 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER); in lp_setup_bin_triangle() 974 cx[i] += xstep[i]; in lp_setup_bin_triangle()
|
/external/llvm/docs/tutorial/ |
D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 577 (for x = xmin, x < xmax, xstep in
|
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 527 (for x = xmin, x < xmax, xstep in
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 577 (for x = xmin, x < xmax, xstep in
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 527 (for x = xmin, x < xmax, xstep in
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 4034 png_uint_32 xin, xout, xstep; in interlace_row() local 4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row() 4046 for (xout=0; xin<w; xin+=xstep) in interlace_row() 4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local 4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row() 4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()
|