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

  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 72 uint8_t *y_start, *uv_start, *_y_start, *_uv_start; local
73 y_start = dataOut;
79 memcpy(y_start + h * width, _y_start + h * stride, width);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 418 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
422 y0_16 = (y_start + y) << SUBPEL_BITS;
431 y0 = sf->scale_value_y(y_start + y, sf);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
304 y0_16 = (y_start + y) << SUBPEL_BITS;
313 y0 = sf->scale_value_y(y_start + y, sf);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
304 y0_16 = (y_start + y) << SUBPEL_BITS;
313 y0 = sf->scale_value_y(y_start + y, sf);
  /external/chromium_org/third_party/libwebp/dec/
frame.c 275 int y_start = MACROBLOCK_VPOS(mb_y); local
278 y_start -= extra_y_rows;
295 if (dec->alpha_data_ != NULL && y_start < y_end) {
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
315 if (y_start < y_end) {
322 io->mb_y = y_start - io->crop_top
    [all...]
  /external/webp/src/dec/
frame.c 275 int y_start = MACROBLOCK_VPOS(mb_y); local
278 y_start -= extra_y_rows;
295 if (dec->alpha_data_ != NULL && y_start < y_end) {
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
315 if (y_start < y_end) {
322 io->mb_y = y_start - io->crop_top
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1001 unsigned char *y_start, *uv_start; local
    [all...]

Completed in 1227 milliseconds