/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 47 uint8_t *last_row; member 62 uint8_t *ptr, *last_row; in handle_row() local 66 last_row = s->last_row; in handle_row() 68 last_row = ptr - s->image_linesize; in handle_row() 71 last_row, s->row_size, 3); in handle_row() 177 av_fast_padded_malloc(&s->last_row, &s->last_row_size, s->row_size); in decode_frame_lscr() 178 if (!s->last_row) in decode_frame_lscr() 218 av_freep(&s->last_row); in lscr_decode_close()
|
H A 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, in png_handle_row() [all...] |
H A 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/skia/experimental/tools/ |
H A D | generate-unicode-test-txt | 77 last_row = -1 variable 80 if last_row != row: 84 last_row = row
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 850 int first_row, int last_row, in AlphaApplyFilter() 856 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter() 865 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows() argument 874 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows() 875 if (last_row > first_row) { in ExtractPalettedAlphaRows() 884 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows() 886 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows() 888 dec->last_row_ = dec->last_out_row_ = last_row; in ExtractPalettedAlphaRows() 1014 int width, int height, int last_row) { in DecodeAlphaData() 1022 const int last = width * last_row; // Las in DecodeAlphaData() 849 AlphaApplyFilter(ALPHDecoder* const alph_dec, int first_row, int last_row, uint8_t* out, int stride) AlphaApplyFilter() argument 1013 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) DecodeAlphaData() argument 1118 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) DecodeImageData() argument 1548 ExtractAlphaRows(VP8LDecoder* const dec, int last_row) ExtractAlphaRows() argument 1624 VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) VP8LDecodeAlphaImageStream() argument [all...] |
H A D | vp8li_dec.h | 105 // Decodes *at least* 'last_row' rows of alpha. If some of the initial rows are 110 int last_row);
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A 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()
|
H A 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
|
H A 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()
|
H A 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/ |
H A 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/ |
H A 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/mesa3d/src/compiler/glsl/ |
H A 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/mesa3d/src/mesa/program/ |
H A 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++) {
|