Home
last modified time | relevance | path

Searched refs:last_row (Results 1 – 16 of 16) sorted by relevance

/external/skia/experimental/tools/
Dgenerate-unicode-test-txt53 last_row = -1 variable
58 if last_row != row:
62 last_row = row variable
/external/webp/src/dec/
Dvp8l_dec.c787 int first_row, int last_row, in AlphaApplyFilter() argument
793 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter()
802 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows() argument
811 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
812 if (last_row > first_row) { in ExtractPalettedAlphaRows()
821 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows()
823 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
825 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
948 int width, int height, int last_row) { in DecodeAlphaData() argument
956 const int last = width * last_row; // Last pixel to decode in DecodeAlphaData()
[all …]
Dvp8li_dec.h110 int last_row);
/external/webp/src/dsp/
Dfilters.c50 const int last_row = row + num_rows; in DoHorizontalFilter() local
67 while (row < last_row) { in DoHorizontalFilter()
87 const int last_row = row + num_rows; in DoVerticalFilter() local
107 while (row < last_row) { in DoVerticalFilter()
130 const int last_row = row + num_rows; in DoGradientFilter() local
147 while (row < last_row) { in DoGradientFilter()
Dfilters_mips_dsp_r2.c185 while (row < last_row) { \
201 const int last_row = row + num_rows; in DoHorizontalFilter() local
231 while (row < last_row) { \
245 const int last_row = row + num_rows; in DoVerticalFilter() local
292 while (row < last_row) { \
312 const int last_row = row + num_rows; in DoGradientFilter() local
Dfilters_neon.c73 const int last_row = row + num_rows; in DoHorizontalFilter_NEON() local
88 while (row < last_row) { in DoHorizontalFilter_NEON()
112 const int last_row = row + num_rows; in DoVerticalFilter_NEON() local
128 while (row < last_row) { in DoVerticalFilter_NEON()
174 const int last_row = row + num_rows; in DoGradientFilter_NEON() local
189 while (row < last_row) { in DoGradientFilter_NEON()
Dfilters_sse2.c79 const int last_row = row + num_rows; in DoHorizontalFilter() local
94 while (row < last_row) { in DoHorizontalFilter()
111 const int last_row = row + num_rows; in DoVerticalFilter() local
127 while (row < last_row) { in DoVerticalFilter()
173 const int last_row = row + num_rows; in DoGradientFilter() local
188 while (row < last_row) { in DoGradientFilter()
/external/webp/src/enc/
Danalysis_enc.c485 const int last_row = enc->mb_h_; in VP8EncAnalyze() local
487 const int split_row = (9 * last_row + 15) >> 4; in VP8EncAnalyze()
488 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze()
503 InitSegmentJob(enc, &side_job, split_row, last_row); in VP8EncAnalyze()
518 InitSegmentJob(enc, &main_job, 0, last_row); in VP8EncAnalyze()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdcoefct.c473 boolean first_row, last_row; in decompress_smooth_data() local
508 last_row = FALSE; in decompress_smooth_data()
514 last_row = TRUE; in decompress_smooth_data()
549 if (last_row && block_row == block_rows-1) in decompress_smooth_data()
/external/libjpeg-turbo/
Djdcoefct.c421 boolean first_row, last_row; in decompress_smooth_data() local
459 last_row = FALSE; in decompress_smooth_data()
465 last_row = TRUE; in decompress_smooth_data()
500 if (last_row && block_row == block_rows-1) in decompress_smooth_data()
/external/libhevc/decoder/
Dihevcd_fmt_conv.c794 WORD32 last_row = cur_row + num_rows; in ihevcd_fmt_conv() local
800 last_row = cur_row + MAX(num_rows, (1 << ps_sps->i1_log2_ctb_size)) + in ihevcd_fmt_conv()
802 last_ctb_y = (last_row >> ps_sps->i1_log2_ctb_size) - 1; in ihevcd_fmt_conv()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp537 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq() local
539 first_row, last_row, row, DWARFDebugLine::Row::orderByAddress); in findRowInSeq()
540 if (row_pos == last_row) { in findRowInSeq()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h503 IndexType last_row ; /* previous row */ in init_rows_cols() local
542 last_row = -1 ; in init_rows_cols()
562 if (row <= last_row || Row [row].shared2.mark == col) in init_rows_cols()
587 last_row = row ; in init_rows_cols()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y2330 const int last_row = state_tokens[3];
2332 for (row = first_row; row <= last_row; row++) {
2386 const int last_row = state_tokens[3];
2388 for (row = first_row; row <= last_row; row++) {
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1561 const unsigned last_row = MIN2(src_matrix->type->vector_elements, in emit_inline_matrix_constructor() local
1567 for (unsigned i = 1; i < last_row; i++) in emit_inline_matrix_constructor()
1570 const unsigned write_mask = (1U << last_row) - 1; in emit_inline_matrix_constructor()
1589 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row); in emit_inline_matrix_constructor()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp538 CPDF_MeshVertex* last_row = vertex.get() + last_index * row_verts; in DrawLatticeGouraudShading() local
545 triangle[0] = last_row[i]; in DrawLatticeGouraudShading()
547 triangle[2] = last_row[i - 1]; in DrawLatticeGouraudShading()