Home
last modified time | relevance | path

Searched refs:y_start (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless.c197 int y_start, int y_end, in GENERATE_PREDICTOR_ADD()
200 if (y_start == 0) { // First Row follows the L (mode=1) mode. in GENERATE_PREDICTOR_ADD()
205 ++y_start; in GENERATE_PREDICTOR_ADD()
209 int y = y_start; in GENERATE_PREDICTOR_ADD()
288 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument
296 int y = y_start; in ColorSpaceInverseTransform_C()
327 TYPE* dst, int y_start, int y_end, int width) { \
329 for (y = y_start; y < y_end; ++y) { \
337 int y_start, int y_end, const TYPE* src, \
347 for (y = y_start; y < y_end; ++y) { \
[all …]
A Dlossless.h82 uint32_t* dst, int y_start,
86 uint8_t* dst, int y_start,
96 const struct VP8LTransform* const transform, int y_start, int y_end,
A Dlossless_mips_dsp_r2.c25 TYPE* dst, int y_start, int y_end, \
28 for (y = y_start; y < y_end; ++y) { \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c433 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local
436 y_start -= extra_y_rows; in FinishRow()
454 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow()
455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start); in FinishRow()
461 if (y_start < io->crop_top) { in FinishRow()
462 const int delta_y = io->crop_top - y_start; in FinishRow()
463 y_start = io->crop_top; in FinishRow()
472 if (y_start < y_end) { in FinishRow()
479 io->mb_y = y_start - io->crop_top; in FinishRow()
481 io->mb_h = y_end - y_start; in FinishRow()
A Dvp8l_dec.c717 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument
719 assert(y_start < y_end); in SetCropWindow()
724 if (y_start < io->crop_top) { in SetCropWindow()
725 const int delta = io->crop_top - y_start; in SetCropWindow()
726 y_start = io->crop_top; in SetCropWindow()
729 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow()
733 io->mb_y = y_start - io->crop_top; in SetCropWindow()
735 io->mb_h = y_end - y_start; in SetCropWindow()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c719 const int y_start = (rect->y_offset_ + block_size) & ~(block_size - 1); in FlattenSimilarBlocks() local
727 for (j = y_start; j < y_end; j += block_size) { in FlattenSimilarBlocks()

Completed in 18 milliseconds