Home
last modified time | relevance | path

Searched defs:next_row (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c64 const uint32_t* const next_row, in IsSmooth()
81 uint32_t* next_row = curr_row + xsize; in NearLossless() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dnear_lossless_enc.c64 const uint32_t* const next_row, in IsSmooth()
81 uint32_t* next_row = curr_row + xsize; in NearLossless() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c101 unsigned next_row, bool is_gs_shader) in get_additional_semantic_info()
514 unsigned next_row = 0; in get_input_signature() local
563 unsigned next_row = 0; in get_output_signature() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_yuv_sw.c332 const int next_row = cols + (mod / 2); in Color16DitherYV12Mod2X() local
406 const int next_row = (cols * 2 + mod) * 3; in Color24DitherYV12Mod2X() local
499 const int next_row = cols * 2 + mod; in Color32DitherYV12Mod2X() local
716 const int next_row = cols + (mod / 2); in Color16DitherYUY2Mod2X() local
763 const int next_row = (cols * 2 + mod) * 3; in Color24DitherYUY2Mod2X() local
818 const int next_row = cols * 2 + mod; in Color32DitherYUY2Mod2X() local
/third_party/python/Modules/_sqlite/
Dcursor.h50 PyObject* next_row; member
Dcursor.c775 PyObject* next_row; in pysqlite_cursor_iternext() local
/third_party/flutter/skia/src/effects/
DSkEmbossMask.cpp70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local
/third_party/skia/src/effects/
DSkEmbossMask.cpp70 int next_row = neq_to_mask(y, maxy) & rowBytes; in Emboss() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdpostct.c42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member
/third_party/libjpeg-turbo/
Djdpostct.c42 JDIMENSION next_row; /* index of next row to fill/empty in strip */ member
/third_party/skia/gm/
Druntimeintrinsics.cpp35 static void next_row(SkCanvas* canvas) { in next_row() function
/third_party/boost/boost/units/detail/
Dlinear_algebra.hpp197 typedef typename RowsBegin::next::item next_row; typedef
410 typedef typename RowsBegin::next::item next_row; typedef
/third_party/boost/boost/numeric/ublas/
Dassignment.hpp550 inline next_row_manip next_row() { in next_row() function
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c1567 const f_pixel *curr_row, *prev_row, *next_row; in contrast_maps() local