HomeSort by relevance Sort by last modified time
    Searched defs:y_start (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
frame.c 177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); local
186 y_start -= extra_y_rows;
203 if (dec->alpha_data_ != NULL && y_start < y_end) {
209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
215 if (y_start < io->crop_top) {
216 const int delta_y = io->crop_top - y_start;
217 y_start = io->crop_top;
226 if (y_start < y_end) {
233 io->mb_y = y_start - io->crop_top
    [all...]
  /external/webp/src/dec/
frame.c 177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); local
186 y_start -= extra_y_rows;
203 if (dec->alpha_data_ != NULL && y_start < y_end) {
209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
215 if (y_start < io->crop_top) {
216 const int delta_y = io->crop_top - y_start;
217 y_start = io->crop_top;
226 if (y_start < y_end) {
233 io->mb_y = y_start - io->crop_top
    [all...]

Completed in 64 milliseconds