HomeSort by relevance Sort by last modified time
    Searched refs:end_col (Results 1 - 12 of 12) 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/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.c 136 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2); local
145 end_col = 1;
153 end_col = 1;
157 for (col = 0; col < end_col; ++col)
178 int end_row, end_col; local
212 end_col = MIN(mb_cols - overlap_mb_col, 2);
220 end_col = 1;
225 for (rel_col = 0; rel_col < end_col; ++rel_col)
  /external/libvpx/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)
  /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/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 364 int end_col = left + ncols; local
365 if (end_col > dest_width) {
366 end_col = dest_width;
368 if (start_col >= end_col) {
381 for (int col = start_col; col < end_col; col ++) {
413 for (int col = start_col + 1; col < end_col - 1; col ++) {
448 for (int col = start_col + 1; col < end_col - 1; col ++) {
468 for (int col = start_col; col < end_col; col ++) {
553 for (int col = start_col + 1; col < end_col; col ++) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 887 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 1728 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; variable
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 212 /* Selects column span of the input array: arr(:,start_col:end_col)
213 (end_col is not included into the span) */
215 int start_col, int end_col );
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 703 milliseconds