Searched refs:y_start (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp72 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c300 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/utils/ISV/base/
H A Disv_worker.cpp1001 unsigned char *y_start, *uv_start; local
1024 y_start = out_buf;
1026 result = fwrite(y_start, sizeof(unsigned char), width, ofile);
1027 y_start += y_pitch;

Completed in 216 milliseconds