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

  /external/bison/src/
location.c 105 int end_col = 0 != loc.end.column ? loc.end.column - 1 : 0; local
122 if (0 <= end_col)
123 res += fprintf (out, ".%d", end_col);
131 if (0 <= end_col)
132 res += fprintf (out, ".%d", end_col);
134 else if (0 <= end_col && loc.start.column < end_col)
135 res += fprintf (out, "-%d", end_col);
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 137 int end_col = VPXMIN(4 + mb_col * 4 - first_blk_col, 2); local
146 end_col = 1;
154 end_col = 1;
158 for (col = 0; col < end_col; ++col)
179 int end_row, end_col; local
213 end_col = VPXMIN(mb_cols - overlap_mb_col, 2);
221 end_col = 1;
226 for (rel_col = 0; rel_col < end_col; ++rel_col)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
error_concealment.c 138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2); local
147 end_col = 1;
155 end_col = 1;
159 for (col = 0; col < end_col; ++col)
180 int end_row, end_col; local
214 end_col = MIN(mb_cols - overlap_mb_col, 2);
222 end_col = 1;
227 for (rel_col = 0; rel_col < end_col; ++rel_col)
  /external/libvterm/include/
vterm.h 34 int end_col; member in struct:__anon16682
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1539 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 414 int end_col = left + ncols; local
415 if (end_col > dest_width) {
416 end_col = dest_width;
418 if (start_col >= end_col) {
432 for (int col = start_col; col < end_col; col++) {
470 for (int col = start_col + 1; col < end_col - 1; col++) {
511 for (int col = start_col + 1; col < end_col - 1; col++) {
534 for (int col = start_col; col < end_col; col++) {
636 for (int col = start_col + 1; col < end_col; col++) {
738 for (int col = start_col + 1; col < end_col; col++)
    [all...]

Completed in 379 milliseconds