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

  /external/chromium_org/third_party/libwebp/enc/
iterator.c 110 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; local
123 ImportBlock(ysrc, pic->y_stride, ydst, w, h, 16);
149 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF; local
163 ExportBlock(ysrc, ydst, pic->y_stride, w, h);
252 const uint8_t* const ysrc = block_to_save + Y_OFF; local
257 enc->y_left_[i] = ysrc[15 + i * BPS];
269 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
  /external/webp/src/enc/
iterator.c 110 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; local
123 ImportBlock(ysrc, pic->y_stride, ydst, w, h, 16);
149 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF; local
163 ExportBlock(ysrc, ydst, pic->y_stride, w, h);
252 const uint8_t* const ysrc = block_to_save + Y_OFF; local
257 enc->y_left_[i] = ysrc[15 + i * BPS];
269 memcpy(enc->y_top_ + x * 16, ysrc + 15 * BPS, 16);
  /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 80 milliseconds