Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlscrdec.c45 uint8_t *last_row; member
60 uint8_t *ptr, *last_row; in handle_row() local
64 last_row = s->last_row; in handle_row()
66 last_row = ptr - s->image_linesize; in handle_row()
69 last_row, s->row_size, 3); in handle_row()
188 av_fast_padded_malloc(&s->last_row, &s->last_row_size, s->row_size); in decode_frame_lscr()
189 if (!s->last_row) { in decode_frame_lscr()
239 av_freep(&s->last_row); in lscr_decode_close()
Dpngdec.c96 uint8_t *last_row; member
347 uint8_t *ptr, *last_row; in png_handle_row() local
353 last_row = s->last_row; in png_handle_row()
355 last_row = ptr - dst_stride; in png_handle_row()
358 last_row, s->row_size, s->bpp); in png_handle_row()
392 s->last_row, s->pass_row_size, s->bpp); in png_handle_row()
393 FFSWAP(uint8_t *, s->last_row, s->tmp_row); in png_handle_row()
399 s->color_type, s->last_row); in png_handle_row()
403 memset(s->last_row, 0, s->row_size); in png_handle_row()
752 av_fast_padded_mallocz(&s->last_row, &s->last_row_size, s->row_size); in decode_idat_chunk()
[all …]
Daic.c316 int last_row = mb_y && mb_y == ctx->mb_height - 1; in aic_decode_slice() local
326 if (last_row) { in aic_decode_slice()
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c842 int first_row, int last_row, in AlphaApplyFilter() argument
848 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter()
857 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows() argument
866 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
867 if (last_row > first_row) { in ExtractPalettedAlphaRows()
876 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows()
878 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
880 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1007 int width, int height, int last_row) { in DecodeAlphaData() argument
1015 const int last = width * last_row; // Last pixel to decode in DecodeAlphaData()
[all …]
Dvp8li_dec.h110 int last_row);
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c846 int first_row, int last_row, in AlphaApplyFilter() argument
852 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter()
861 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows() argument
870 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
871 if (last_row > first_row) { in ExtractPalettedAlphaRows()
880 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows()
882 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
884 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows()
1010 int width, int height, int last_row) { in DecodeAlphaData() argument
1018 const int last = width * last_row; // Last pixel to decode in DecodeAlphaData()
[all …]
Dvp8li_dec.h110 int last_row);
/third_party/flutter/skia/experimental/tools/
Dgenerate-unicode-test-txt77 last_row = -1 variable
80 if last_row != row:
84 last_row = row variable
/third_party/skia/experimental/tools/
Dgenerate-unicode-test-txt77 last_row = -1 variable
80 if last_row != row:
84 last_row = row variable
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c51 const int last_row = row + num_rows; in DoHorizontalFilter_C() local
68 while (row < last_row) { in DoHorizontalFilter_C()
88 const int last_row = row + num_rows; in DoVerticalFilter_C() local
108 while (row < last_row) { in DoVerticalFilter_C()
133 const int last_row = row + num_rows; in DoGradientFilter_C() local
150 while (row < last_row) { in DoGradientFilter_C()
Dfilters_mips_dsp_r2.c185 while (row < last_row) { \
202 const int last_row = row + num_rows; in DoHorizontalFilter_MIPSdspR2() local
234 while (row < last_row) { \
250 const int last_row = row + num_rows; in DoVerticalFilter_MIPSdspR2() local
298 while (row < last_row) { \
318 const int last_row = row + num_rows; in DoGradientFilter_MIPSdspR2() 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.c80 const int last_row = row + num_rows; in DoHorizontalFilter_SSE2() local
95 while (row < last_row) { in DoHorizontalFilter_SSE2()
113 const int last_row = row + num_rows; in DoVerticalFilter_SSE2() local
129 while (row < last_row) { in DoVerticalFilter_SSE2()
176 const int last_row = row + num_rows; in DoGradientFilter_SSE2() local
191 while (row < last_row) { in DoGradientFilter_SSE2()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dfilters.c51 const int last_row = row + num_rows; in DoHorizontalFilter_C() local
68 while (row < last_row) { in DoHorizontalFilter_C()
88 const int last_row = row + num_rows; in DoVerticalFilter_C() local
108 while (row < last_row) { in DoVerticalFilter_C()
133 const int last_row = row + num_rows; in DoGradientFilter_C() local
150 while (row < last_row) { in DoGradientFilter_C()
Dfilters_mips_dsp_r2.c185 while (row < last_row) { \
202 const int last_row = row + num_rows; in DoHorizontalFilter_MIPSdspR2() local
234 while (row < last_row) { \
250 const int last_row = row + num_rows; in DoVerticalFilter_MIPSdspR2() local
298 while (row < last_row) { \
318 const int last_row = row + num_rows; in DoGradientFilter_MIPSdspR2() 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.c80 const int last_row = row + num_rows; in DoHorizontalFilter_SSE2() local
95 while (row < last_row) { in DoHorizontalFilter_SSE2()
113 const int last_row = row + num_rows; in DoVerticalFilter_SSE2() local
129 while (row < last_row) { in DoVerticalFilter_SSE2()
176 const int last_row = row + num_rows; in DoGradientFilter_SSE2() local
191 while (row < last_row) { in DoGradientFilter_SSE2()
/third_party/mesa3d/bin/
Dgen_calendar_entries.py177 last_row: typing.Optional[CalendarRowType] = None
182 assert last_row is not None
183 yield last_row
193 last_row = row
/third_party/skia/third_party/externals/libwebp/src/enc/
Danalysis_enc.c427 const int last_row = enc->mb_h_; in VP8EncAnalyze() local
429 const int split_row = (9 * last_row + 15) >> 4; in VP8EncAnalyze()
430 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze()
445 InitSegmentJob(enc, &side_job, split_row, last_row); in VP8EncAnalyze()
460 InitSegmentJob(enc, &main_job, 0, last_row); in VP8EncAnalyze()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Danalysis_enc.c487 const int last_row = enc->mb_h_; in VP8EncAnalyze() local
489 const int split_row = (9 * last_row + 15) >> 4; in VP8EncAnalyze()
490 const int total_mb = last_row * enc->mb_w_; in VP8EncAnalyze()
505 InitSegmentJob(enc, &side_job, split_row, last_row); in VP8EncAnalyze()
520 InitSegmentJob(enc, &main_job, 0, last_row); in VP8EncAnalyze()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdcoefct.c420 boolean first_row, last_row; in decompress_smooth_data() local
458 last_row = FALSE; in decompress_smooth_data()
464 last_row = TRUE; in decompress_smooth_data()
499 if (last_row && block_row == block_rows - 1) in decompress_smooth_data()
/third_party/mesa3d/src/mesa/program/
Dprogram_parse.y2361 const int last_row = state_tokens[3];
2363 for (row = first_row; row <= last_row; row++) {
2417 const int last_row = state_tokens[2];
2419 for (row = first_row; row <= last_row; row++) {
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp1803 const unsigned last_row = MIN2(src_matrix->type->vector_elements, in emit_inline_matrix_constructor() local
1809 for (unsigned i = 1; i < last_row; i++) in emit_inline_matrix_constructor()
1812 const unsigned write_mask = (1U << last_row) - 1; in emit_inline_matrix_constructor()
1831 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row); in emit_inline_matrix_constructor()
/third_party/skia/third_party/externals/libwebp/
DChangeLog1240 a4cae68d lossless decoding: only process decoded row up to last_row
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog1035 a4cae68d lossless decoding: only process decoded row up to last_row