HomeSort by relevance Sort by last modified time
    Searched refs:y_start (Results 1 - 12 of 12) 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/libwebp/dsp/
lossless.h 42 const struct VP8LTransform* const transform, int y_start, int y_end,
lossless.c 670 int y_start, int y_end, uint32_t* data) {
672 if (y_start == 0) { // First Row follows the L (mode=1) mode.
681 ++y_start;
685 int y = y_start;
746 int y_start, int y_end, uint32_t* data) {
748 const uint32_t* const data_end = data + (y_end - y_start) * width;
    [all...]
  /external/webp/src/dsp/
lossless.h 42 const struct VP8LTransform* const transform, int y_start, int y_end,
lossless.c 670 int y_start, int y_end, uint32_t* data) {
672 if (y_start == 0) { // First Row follows the L (mode=1) mode.
681 ++y_start;
685 int y = y_start;
746 int y_start, int y_end, uint32_t* data) {
748 const uint32_t* const data_end = data + (y_end - y_start) * width;
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); local
186 y_start -= extra_y_rows;
203 if (dec->alpha_data_ != NULL && y_start < y_end) {
209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
215 if (y_start < io->crop_top) {
216 const int delta_y = io->crop_top - y_start;
217 y_start = io->crop_top;
226 if (y_start < y_end) {
233 io->mb_y = y_start - io->crop_top
    [all...]
vp8l.c 568 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
570 assert(y_start < y_end);
575 if (y_start < io->crop_top) {
576 const int delta = io->crop_top - y_start;
577 y_start = io->crop_top;
580 if (y_start >= y_end) return 0; // Crop window is empty.
584 io->mb_y = y_start - io->crop_top;
586 io->mb_h = y_end - y_start;
    [all...]
  /external/webp/src/dec/
frame.c 177 int y_start = MACROBLOCK_VPOS(ctx->mb_y_); local
186 y_start -= extra_y_rows;
203 if (dec->alpha_data_ != NULL && y_start < y_end) {
209 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
215 if (y_start < io->crop_top) {
216 const int delta_y = io->crop_top - y_start;
217 y_start = io->crop_top;
226 if (y_start < y_end) {
233 io->mb_y = y_start - io->crop_top
    [all...]
vp8l.c 568 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
570 assert(y_start < y_end);
575 if (y_start < io->crop_top) {
576 const int delta = io->crop_top - y_start;
577 y_start = io->crop_top;
580 if (y_start >= y_end) return 0; // Crop window is empty.
584 io->mb_y = y_start - io->crop_top;
586 io->mb_h = y_end - y_start;
    [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/ui/aura/gestures/
gesture_recognizer_unittest.cc 534 int y_start,
542 int y = y_start;
    [all...]

Completed in 108 milliseconds