Searched defs:last_row (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | filters.c | 51 const int last_row = row + num_rows; in DoHorizontalFilter_C() local 88 const int last_row = row + num_rows; in DoVerticalFilter_C() local 133 const int last_row = row + num_rows; in DoGradientFilter_C() local
|
A D | filters_mips_dsp_r2.c | 202 const int last_row = row + num_rows; in DoHorizontalFilter_MIPSdspR2() local 250 const int last_row = row + num_rows; in DoVerticalFilter_MIPSdspR2() local 318 const int last_row = row + num_rows; in DoGradientFilter_MIPSdspR2() local
|
A D | filters_neon.c | 73 const int last_row = row + num_rows; in DoHorizontalFilter_NEON() local 112 const int last_row = row + num_rows; in DoVerticalFilter_NEON() local 174 const int last_row = row + num_rows; in DoGradientFilter_NEON() local
|
A D | filters_sse2.c | 80 const int last_row = row + num_rows; in DoHorizontalFilter_SSE2() local 113 const int last_row = row + num_rows; in DoVerticalFilter_SSE2() local 175 const int last_row = row + num_rows; in DoGradientFilter_SSE2() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8l_dec.c | 845 int first_row, int last_row, in AlphaApplyFilter() 860 static void ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractPalettedAlphaRows() 1010 int width, int height, int last_row) { in DecodeAlphaData() 1115 int width, int height, int last_row, in DecodeImageData() 1543 static void ExtractAlphaRows(VP8LDecoder* const dec, int last_row) { in ExtractAlphaRows() 1619 int VP8LDecodeAlphaImageStream(ALPHDecoder* const alph_dec, int last_row) { in VP8LDecodeAlphaImageStream()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdcoefct.c | 475 boolean first_row, last_row; in decompress_smooth_data() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | analysis_enc.c | 487 const int last_row = enc->mb_h_; in VP8EncAnalyze() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcrop.c | 6298 uint32 row, first_row, last_row, first_col, last_col; in extractCompositeRegions() local 6548 uint32 row, first_row, last_row, first_col, last_col; in extractSeparateRegion() local 6677 uint32 row, first_row, last_row, first_col, last_col; in extractImageSection() local
|
Completed in 36 milliseconds