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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 36 y_start = value of y coordinate of type int that specifies the first
87 of pelc0 is specified by x_start and y_start in the 1-D array "Rec_Y" as
90 location of pelc0 = [(y_start+1) * width] + x_start
98 (y_start,x_start) may be specified independently of (y_blk_start, x_blk_start).
100 (y_start,x_start)
214 int y_start, /* i */
248 addr_v = (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
353 addr_v = (y_start + 2) * width; /* advance addr_v to the next row
356 for (row_cntr = (y_blk_start + BLKSIZE) - (y_start + 2); row_cntr > 0; row_cntr--)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
yuvframegenerator.h 58 void DrawBlockRectangle(uint8* p, int x_start, int y_start,
yuvframegenerator.cc 254 int x_start, int y_start, int width, int height, int pitch, uint8 value) {
256 for (int y = y_start; y < y_start + height; y++) {
  /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...]
vp8l.c 592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
594 assert(y_start < y_end);
599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
604 if (y_start >= y_end) return 0; // Crop window is empty.
608 io->mb_y = y_start - io->crop_top;
610 io->mb_h = y_end - y_start;
    [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...]
vp8l.c 592 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
594 assert(y_start < y_end);
599 if (y_start < io->crop_top) {
600 const int delta = io->crop_top - y_start;
601 y_start = io->crop_top;
604 if (y_start >= y_end) return 0; // Crop window is empty.
608 io->mb_y = y_start - io->crop_top;
610 io->mb_h = y_end - y_start;
    [all...]
  /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/libwebp/dsp/
lossless.c 739 int y_start, int y_end, uint32_t* data) {
741 if (y_start == 0) { // First Row follows the L (mode=1) mode.
750 ++y_start;
754 int y = y_start;
    [all...]
lossless.h 98 const struct VP8LTransform* const transform, int y_start, int y_end,
  /external/webp/src/dsp/
lossless.c 730 int y_start, int y_end, uint32_t* data) {
732 if (y_start == 0) { // First Row follows the L (mode=1) mode.
741 ++y_start;
745 int y = y_start;
    [all...]
lossless.h 98 const struct VP8LTransform* const transform, int y_start, int y_end,
  /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);
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1001 unsigned char *y_start, *uv_start; local
    [all...]
  /external/pixman/pixman/
pixman-trap.c 157 pixman_fixed_t y_start,
195 pixman_edge_step (e, y_start - y_top);
pixman.h     [all...]
  /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/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 494 float y_start,
502 int y = y_start;
    [all...]

Completed in 1173 milliseconds