/third_party/ffmpeg/libavcodec/ |
D | lscrdec.c | 45 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()
|
D | pngdec.c | 96 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 …]
|
D | aic.c | 316 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/ |
D | vp8l_dec.c | 842 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 …]
|
D | vp8li_dec.h | 110 int last_row);
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | vp8l_dec.c | 846 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 …]
|
D | vp8li_dec.h | 110 int last_row);
|
/third_party/flutter/skia/experimental/tools/ |
D | generate-unicode-test-txt | 77 last_row = -1 variable 80 if last_row != row: 84 last_row = row variable
|
/third_party/skia/experimental/tools/ |
D | generate-unicode-test-txt | 77 last_row = -1 variable 80 if last_row != row: 84 last_row = row variable
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | filters.c | 51 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()
|
D | filters_mips_dsp_r2.c | 185 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
|
D | filters_neon.c | 73 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()
|
D | filters_sse2.c | 80 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/ |
D | filters.c | 51 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()
|
D | filters_mips_dsp_r2.c | 185 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
|
D | filters_neon.c | 73 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()
|
D | filters_sse2.c | 80 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/ |
D | gen_calendar_entries.py | 177 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/ |
D | analysis_enc.c | 427 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/ |
D | analysis_enc.c | 487 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/ |
D | jdcoefct.c | 420 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/ |
D | program_parse.y | 2361 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/ |
D | ast_function.cpp | 1803 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/ |
D | ChangeLog | 1240 a4cae68d lossless decoding: only process decoded row up to last_row
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1035 a4cae68d lossless decoding: only process decoded row up to last_row
|