Searched refs:last_row (Results 1 - 19 of 19) sorted by relevance

/external/skia/experimental/tools/
H A Dgenerate-unicode-test-txt53 last_row = -1 variable
58 if last_row != row:
62 last_row = row
/external/webp/src/dsp/
H A Dfilters.c50 const int last_row = row + num_rows; local
67 while (row < last_row) {
87 const int last_row = row + num_rows; local
107 while (row < last_row) {
130 const int last_row = row + num_rows; local
147 while (row < last_row) {
H A Dfilters_mips_dsp_r2.c185 while (row < last_row) { \
201 const int last_row = row + num_rows; local
231 while (row < last_row) { \
245 const int last_row = row + num_rows; local
292 while (row < last_row) { \
312 const int last_row = row + num_rows; local
H A Dfilters_neon.c73 const int last_row = row + num_rows; local
88 while (row < last_row) {
112 const int last_row = row + num_rows; local
128 while (row < last_row) {
174 const int last_row = row + num_rows; local
189 while (row < last_row) {
H A Dfilters_sse2.c79 const int last_row = row + num_rows; local
94 while (row < last_row) {
111 const int last_row = row + num_rows; local
127 while (row < last_row) {
173 const int last_row = row + num_rows; local
188 while (row < last_row) {
/external/webp/src/dec/
H A Dvp8l_dec.c787 int first_row, int last_row,
793 for (y = first_row; y < last_row; ++y) {
802 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { argument
811 assert(last_row <= dec->io_->crop_bottom);
812 if (last_row > first_row) {
821 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row,
823 AlphaApplyFilter(alph_dec, first_row, last_row, out, width);
825 dec->last_row_ = dec->last_out_row_ = last_row;
948 int width, int height, int last_row) {
956 const int last = width * last_row; // Las
786 AlphaApplyFilter(ALPHDecoder* const alph_dec, int first_row, int last_row, uint8_t* out, int stride) argument
947 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) argument
1051 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) argument
1479 ExtractAlphaRows(VP8LDecoder* const dec, int last_row) argument
1555 VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) argument
[all...]
H A Dvp8li_dec.h105 // Decodes *at least* 'last_row' rows of alpha. If some of the initial rows are
110 int last_row);
/external/webp/src/enc/
H A Danalysis_enc.c485 const int last_row = enc->mb_h_; local
487 const int split_row = (9 * last_row + 15) >> 4;
488 const int total_mb = last_row * enc->mb_w_;
503 InitSegmentJob(enc, &side_job, split_row, last_row);
518 InitSegmentJob(enc, &main_job, 0, last_row);
/external/libjpeg-turbo/
H A Djdcoefct.c421 boolean first_row, last_row; local
459 last_row = FALSE;
465 last_row = TRUE;
500 if (last_row && block_row == block_rows-1)
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jdcoefct.c473 boolean first_row, last_row; local
508 last_row = FALSE;
514 last_row = TRUE;
549 if (last_row && block_row == block_rows-1)
/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/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp537 RowIter last_row = Rows.begin() + seq.LastRowIndex; local
539 first_row, last_row, row, DWARFDebugLine::Row::orderByAddress);
540 if (row_pos == last_row) {
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h503 IndexType last_row ; /* previous row */ local
542 last_row = -1 ;
562 if (row <= last_row || Row [row].shared2.mark == col)
587 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/mesa3d/src/mesa/program/
H A Dprogram_parse.y2516 const int last_row = state_tokens[3];
2518 for (row = first_row; row <= last_row; row++) {
2572 const int last_row = state_tokens[3];
2574 for (row = first_row; row <= last_row; 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/fpdfapi/render/
H A Dcpdf_renderstatus.cpp538 CPDF_MeshVertex* last_row = vertex.get() + last_index * row_verts; local
545 triangle[0] = last_row[i];
547 triangle[2] = last_row[i - 1];
/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 457 milliseconds