Home
last modified time | relevance | path

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 Dfilters.c51 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 Dfilters_mips_dsp_r2.c202 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 Dfilters_neon.c73 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 Dfilters_sse2.c80 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 Dvp8l_dec.c845 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 Djdcoefct.c475 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 Danalysis_enc.c487 const int last_row = enc->mb_h_; in VP8EncAnalyze() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c6298 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 31 milliseconds