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

/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/libhevc/decoder/
H A Dihevcd_fmt_conv.c794 WORD32 last_row = cur_row + num_rows; local
800 last_row = cur_row + MAX(num_rows, (1 << ps_sps->i1_log2_ctb_size)) +
802 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/DWARF/
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/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/webp/src/enc/
H A Danalysis.c450 const int last_row = enc->mb_h_; local
452 const int split_row = (9 * last_row + 15) >> 4;
453 const int total_mb = last_row * enc->mb_w_;
468 InitSegmentJob(enc, &side_job, split_row, last_row);
483 InitSegmentJob(enc, &main_job, 0, 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/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.cpp432 CPDF_MeshVertex* last_row = vertex + last_index * row_verts; local
440 triangle[0] = last_row[i];
442 triangle[2] = last_row[i - 1];
/external/webp/src/dec/
H A Dvp8l.c738 int width, int height, int last_row) {
747 const int last = width * last_row; // Last pixel to decode
752 assert(last_row <= height);
825 int width, int height, int last_row,
836 uint32_t* const src_last = data + width * last_row; // Last pixel to decode
1303 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { argument
1307 assert(last_row <= dec->height_);
1316 last_row) :
1318 last_row, ExtractAlphaRows);
737 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) argument
824 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) argument
/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 3936 milliseconds