Home
last modified time | relevance | path

Searched refs:icol (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsanm.c408 int irow, icol; in make_glyphs() local
424 for (icol = point[0]; icol >= 0; icol--) in make_glyphs()
425 pglyph[icol + point[1] * side_length] = 1; in make_glyphs()
429 for (icol = point[0]; icol < side_length; icol++) in make_glyphs()
430 pglyph[icol + point[1] * side_length] = 1; in make_glyphs()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc5886 for (uint32_t icol = 0; icol < result_ty->columns; icol++) { in MakeOuterProduct()
5889 Swizzle(icol)); in MakeOuterProduct()

Completed in 10 milliseconds