Searched defs:last_row (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Dfilters.c50 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/webp/src/utils/
H A Dfilters.c50 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/chromium_org/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc424 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
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdcoefct.c479 boolean first_row, last_row; local
517 last_row = FALSE;
523 last_row = TRUE;
558 if (last_row && block_row == block_rows-1)
/external/libhevc/decoder/
H A Dihevcd_fmt_conv.c776 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/
H A DUnwindAssemblyInstEmulation.cpp100 UnwindPlan::RowSP last_row = unwind_plan.GetLastRow(); local
102 if (last_row.get())
103 *newrow = *last_row.get();
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp554 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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdcoefct.c474 boolean first_row, last_row; local
509 last_row = FALSE;
515 last_row = TRUE;
550 if (last_row && block_row == block_rows-1)
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c446 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/
H A Djdcoefct.c726 boolean first_row, last_row; local
761 last_row = FALSE;
767 last_row = TRUE;
802 if (last_row && block_row == block_rows-1)
/external/qemu/distrib/jpeg-6b/
H A Djdcoefct.c726 boolean first_row, last_row; local
761 last_row = FALSE;
767 last_row = TRUE;
802 if (last_row && block_row == block_rows-1)
/external/webp/src/enc/
H A Danalysis.c446 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_function.cpp1059 const unsigned last_row = MIN2(src_matrix->type->vector_elements, local
1065 for (unsigned i = 1; i < last_row; i++)
1068 const unsigned write_mask = (1U << last_row) - 1;
1086 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row);
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h510 Index last_row ; /* previous row */ local
549 last_row = -1 ;
569 if (row <= last_row || Row [row].shared2.mark == col)
594 last_row = row ;
/external/mesa3d/src/glsl/
H A Dast_function.cpp1059 const unsigned last_row = MIN2(src_matrix->type->vector_elements, local
1065 for (unsigned i = 1; i < last_row; i++)
1068 const unsigned write_mask = (1U << last_row) - 1;
1086 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c737 int width, int height, int last_row) {
746 const int last = width * last_row; // Last pixel to decode
751 assert(last_row <= height);
823 int width, int height, int last_row,
834 uint32_t* const src_last = data + width * last_row; // Last pixel to decode
1300 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { argument
1304 assert(last_row <= dec->height_);
1313 last_row) :
1315 last_row, ExtractAlphaRows);
736 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) argument
822 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) argument
/external/opencv/cv/src/
H A Dcvcalibinit.cpp469 int last_row = (pattern_size.height-1)*pattern_size.width; local
470 double dy0 = out_corners[last_row].y - out_corners[0].y;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp433 CPDF_MeshVertex* last_row = vertex + last_index * row_verts; local
441 triangle[0] = last_row[i];
443 triangle[2] = last_row[i - 1];
/external/webp/src/dec/
H A Dvp8l.c737 int width, int height, int last_row) {
746 const int last = width * last_row; // Last pixel to decode
751 assert(last_row <= height);
823 int width, int height, int last_row,
834 uint32_t* const src_last = data + width * last_row; // Last pixel to decode
1300 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { argument
1304 assert(last_row <= dec->height_);
1313 last_row) :
1315 last_row, ExtractAlphaRows);
736 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) argument
822 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5658 const int last_row = state_tokens[3]; local
5660 for (row = first_row; row <= last_row; row++) {
5714 const int last_row = state_tokens[3]; local
5716 for (row = first_row; row <= last_row; row++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 844 milliseconds