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

  /external/libaom/libaom/av1/common/
obmc.h 33 const int end_col = AOMMIN(mi_col + xd->n4_w, cm->mi_cols); local
35 for (int above_mi_col = mi_col; above_mi_col < end_col && nb_count < nb_max;
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 124 int end_col = VPXMIN(4 + mb_col * 4 - first_blk_col, 2); local
131 if (new_col >= 0 && (new_col & 0x1F) == 0) end_col = 1;
137 if (new_col < (mb_col * 16) << 3) end_col = 1;
140 for (col = 0; col < end_col; ++col) {
155 int end_row, end_col; local
187 end_col = VPXMIN(mb_cols - overlap_mb_col, 2);
193 if (abs(new_col - ((16 * overlap_mb_col) << 3)) < ((3 * 4) << 3)) end_col = 1;
197 for (rel_col = 0; rel_col < end_col; ++rel_col) {
  /external/libvterm/include/
vterm.h 35 int end_col; member in struct:__anon29978
42 p.col >= r.start_col && p.col < r.end_col;
49 rect->start_col += col_delta; rect->end_col += col_delta;
  /external/iproute2/tc/
emp_ematch.yacc.c 668 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; local
680 if (0 <= end_col)
681 res += YYFPRINTF (yyo, ".%d", end_col);
683 else if (0 <= end_col && yylocp->first_column < end_col)
684 res += YYFPRINTF (yyo, "-%d", end_col);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1659 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 208 int end_col,
231 for (int col = start_col; col < end_col; ++col) {
251 for (int col = start_col + 1; col < end_col - 1; ++col) {
265 for (int col = start_col + 1; col < end_col - 1; ++col) {
273 for (int col = start_col; col < end_col; ++col) {
298 for (int col = start_col + 1; col < end_col; ++col) {
323 for (int col = start_col + 1; col < end_col; ++col) {
1070 int end_col = local
    [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c 1574 int start_col, end_col, start_row, end_row; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.cpp 1684 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; local
    [all...]

Completed in 541 milliseconds