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

  /external/chromium_org/third_party/libwebp/utils/
filters.c 50 const int last_row = row + num_rows; local
67 while (row < last_row) {
97 const int last_row = row + num_rows; local
117 while (row < last_row) {
150 const int last_row = row + num_rows; local
167 while (row < last_row) {
  /external/libhevc/decoder/
ihevcd_fmt_conv.c 776 WORD32 last_row = cur_row + num_rows; local
782 last_row = cur_row + MAX(num_rows, (1 << ps_sps->i1_log2_ctb_size)) +
784 last_ctb_y = (last_row >> ps_sps->i1_log2_ctb_size) - 1;
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.cpp 100 UnwindPlan::RowSP last_row = unwind_plan.GetLastRow(); local
102 if (last_row.get())
103 *newrow = *last_row.get();
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 554 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; local
555 RowIter row_pos = std::lower_bound(first_row, last_row, row,
557 if (row_pos == last_row) {
606 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; local
607 RowIter row_pos = std::upper_bound(first_row, last_row, row,
624 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; local
625 RowIter row_pos = std::upper_bound(first_row, last_row, row,
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 424 URLRow last_row; local
425 ASSERT_TRUE(main_db_->GetURLRow(url_ids[2], &last_row));
427 GetFavicon(last_row.url(), favicon_base::FAVICON);
437 expirer_.DeleteURL(last_row.url());
440 EnsureURLInfoGone(last_row, false);
441 EXPECT_FALSE(GetFavicon(last_row.url(), favicon_base::FAVICON));
453 URLRow last_row; local
454 ASSERT_TRUE(main_db_->GetURLRow(url_ids[1], &last_row));
456 GetFavicon(last_row.url(), favicon_base::FAVICON);
466 expirer_.DeleteURL(last_row.url())
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jdcoefct.c 479 boolean first_row, last_row; local
517 last_row = FALSE;
523 last_row = TRUE;
558 if (last_row && block_row == block_rows-1)
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 446 const int last_row = enc->mb_h_; local
448 const int split_row = (9 * last_row + 15) >> 4;
449 const int total_mb = last_row * enc->mb_w_;
464 InitSegmentJob(enc, &side_job, split_row, last_row);
479 InitSegmentJob(enc, &main_job, 0, last_row);
  /external/jpeg/
jdcoefct.c 726 boolean first_row, last_row; local
761 last_row = FALSE;
767 last_row = TRUE;
802 if (last_row && block_row == block_rows-1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 1059 const unsigned last_row = MIN2(src_matrix->type->vector_elements, local
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 510 Index last_row ; /* previous row */ local
549 last_row = -1 ;
569 if (row <= last_row || Row [row].shared2.mark == col)
594 last_row = row ;
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 1059 const unsigned last_row = MIN2(src_matrix->type->vector_elements, local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 469 int last_row = (pattern_size.height-1)*pattern_size.width; local
470 double dy0 = out_corners[last_row].y - out_corners[0].y;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 5658 const int last_row = state_tokens[3]; local
5714 const int last_row = state_tokens[3]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 449 milliseconds