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

  /external/webp/src/enc/
iterator.c 131 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; local
139 ImportBlock(ysrc, pic->y_stride, it->yuv_in_ + Y_OFF, w, h, 16);
152 it->y_left_[-1] = ysrc[- 1 - pic->y_stride];
156 ImportLine(ysrc - 1, pic->y_stride, it->y_left_, h, 16);
166 ImportLine(ysrc - pic->y_stride, 1, tmp_32, w, 16);
188 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF; local
202 ExportBlock(ysrc, ydst, pic->y_stride, w, h);
289 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF; local
294 it->y_left_[i] = ysrc[15 + i * BPS];
306 memcpy(it->y_top_, ysrc + 15 * BPS, 16)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1217 milliseconds