HomeSort by relevance Sort by last modified time
    Searched defs:col_start (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fractional_avg_pool_op.cc 164 const int64 col_start = col_cum_seq[ws]; variable
169 for (int64 w = col_start; w <= col_end; ++w) {
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 402 int col_start,
454 int col_start = GetColStart(span_left, clip_left); local
457 dest_scan += col_start * Bpp;
458 ori_scan += col_start * Bpp;
460 dest_scan += col_start / 8;
461 ori_scan += col_start / 8;
465 for (int col = col_start; col < col_end; col++) {
493 for (int col = col_start; col < col_end; col++) {
510 for (int col = col_start; col < col_end; col++) {
545 for (int col = col_start; col < col_end; col++)
597 int col_start = GetColStart(span_left, clip_left); local
614 int col_start = GetColStart(span_left, clip_left); local
661 int col_start = GetColStart(span_left, clip_left); local
730 int col_start = GetColStart(span_left, clip_left); local
826 int col_start = GetColStart(span_left, clip_left); local
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 982 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top; local
    [all...]

Completed in 78 milliseconds