HomeSort by relevance Sort by last modified time
    Searched refs:y_pos (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 24 int y_pos = 0; local
29 y_pos += area.height() + tab_contents_height - ntp_background->height();
33 y_pos += std::floor(area.height() + tab_contents_height / 2.0 -
56 } else if (y_pos > 0) {
57 y_pos = y_pos % ntp_background->height() - ntp_background->height();
61 y_pos += area.y();
63 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
  /external/chromium/chrome/browser/
ntp_background_util.cc 21 int y_pos = 0; local
26 y_pos += area.height() + tab_contents_height - ntp_background->height();
46 } else if (y_pos > 0) {
47 y_pos = y_pos % ntp_background->height() - ntp_background->height();
51 y_pos += area.y();
53 canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 59 CGFloat y_pos);
64 CGFloat y_pos,
68 CGFloat y_pos,
71 CGFloat CreateCheckboxSeparator(CGFloat y_pos);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 95 const uint8* y_pos = y_plane; local
99 uint8 y_value = *(y_pos + j);
104 y_pos += y_pitch;
  /external/freetype/src/sfnt/
ttsbit.c 388 FT_Int y_pos );
395 FT_Int y_pos );
404 FT_Int y_pos )
427 y_pos < 0 || y_pos + height > bit_height )
443 line += y_pos * pitch + ( x_pos >> 3 );
545 FT_Int y_pos )
569 y_pos < 0 || y_pos + height > bit_height )
587 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 360 FT_Int y_pos );
366 FT_Int y_pos );
374 FT_Int y_pos )
400 y_pos < 0 || y_pos + height > bit_height )
413 line += y_pos * pitch + ( x_pos >> 3 );
512 FT_Int y_pos )
539 y_pos < 0 || y_pos + height > bit_height )
554 line += y_pos * pitch + ( x_pos >> 3 )
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
webpi.h 29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
vp8l.c 456 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
462 uint8_t* const y = buf->y + y_pos * buf->y_stride;
471 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
472 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
483 if (!(y_pos & 1)) { // even lines: store values
499 if (!(y_pos & 1)) { // even lines
513 uint8_t* const a = buf->a + y_pos * buf->a_stride;
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
525 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
526 ++y_pos;
537 int y_pos = dec->last_out_row_; local
550 int y_pos = dec->last_out_row_; local
    [all...]
io.c 361 static int ExportRGB(WebPDecParams* const p, int y_pos) {
365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
371 assert(p->last_y + y_pos + num_lines_out < p->output->height);
408 static int ExportAlpha(WebPDecParams* const p, int y_pos) {
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
422 assert(p->last_y + y_pos + num_lines_out < p->output->height);
439 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) {
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
451 assert(p->last_y + y_pos + num_lines_out < p->output->height);
  /external/harfbuzz/src/
harfbuzz-buffer.h 50 HB_Fixed y_pos; member in struct:HB_PositionRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 50 HB_Fixed y_pos; member in struct:HB_PositionRec_
  /external/webp/src/dec/
webpi.h 29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
vp8l.c 456 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos,
462 uint8_t* const y = buf->y + y_pos * buf->y_stride;
471 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride;
472 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
483 if (!(y_pos & 1)) { // even lines: store values
499 if (!(y_pos & 1)) { // even lines
513 uint8_t* const a = buf->a + y_pos * buf->a_stride;
518 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
525 ConvertToYUVA(src, dst_width, y_pos, dec->output_);
526 ++y_pos;
537 int y_pos = dec->last_out_row_; local
550 int y_pos = dec->last_out_row_; local
    [all...]
io.c 361 static int ExportRGB(WebPDecParams* const p, int y_pos) {
365 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride;
371 assert(p->last_y + y_pos + num_lines_out < p->output->height);
408 static int ExportAlpha(WebPDecParams* const p, int y_pos) {
410 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
422 assert(p->last_y + y_pos + num_lines_out < p->output->height);
439 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos) {
441 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride;
451 assert(p->last_y + y_pos + num_lines_out < p->output->height);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 42 int y_pos = video->mbnum_row; local
83 if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&INTRA_MASK)) /* not intra */
102 if (x_pos == 0 && y_pos == 0)
116 else if (y_pos == 0)
218 int y_pos = video->mbnum_row; local
261 if (x_pos == 0 && y_pos == 0)
274 else if (y_pos == 0)
combined_decode.cpp 553 int y_pos = video->mbnum_row; local
555 int32 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
563 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
datapart_decode.cpp 637 int y_pos = video->mbnum_row; local
653 pp_mod[0] = video->pstprcTypCur + (y_pos << 1) * (MB_in_width << 1) + (x_pos << 1);
715 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
block_idct.cpp 230 int y_pos = video->mbnum_row; local
235 offset = (int32)(y_pos << 4) * width + (x_pos << 4);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 48 uint32 x_pos, y_pos; local
94 y_pos = (offset_y << 2) + *mv; /*quarter pel */
99 eLumaMotionComp(ref_l, picPitch, picHeight, x_pos, y_pos,
104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
122 int x_pos, int y_pos,
133 dy = y_pos & 3;
135 y_pos = y_pos >> 2;
141 ref += y_pos * picpitch + x_pos
    [all...]
intra_est.cpp 38 int y_pos = (video->mb_y) << 4; local
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
47 ((y_pos >> 4) != (int)video->PicHeightInMbs - 1) &&
67 offset = (y_pos >> 2) * picPitch + (x_pos >> 1);
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch);
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
119 int y_pos = (video->mb_y) << 4; local
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
212 int y_pos = (video->mb_y) << 4; local
215 int offset = y_pos * pitch + x_pos
1369 int y_pos = video->mb_y << 3; local
    [all...]
avcenc_lib.h 418 \param "y_pos" "Y-coordinate of the predicted block in quarter pel resolution."
426 int x_pos, int y_pos,
456 int x_pos, int y_pos, uint8 *pred, int pred_pitch,
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 528 float y_pos = (available_room > 0) ? delta : 0; local
536 y_pos = bounds.y();
541 static_cast<int>(y_pos + 0.5))));
542 y_pos += bounds.height() + delta;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 121 int y_pos = video->mb_y; local
125 offset = (y_pos << 4) * pitch;
139 if (y_pos) /* not the 0th row */
181 DeblockMb(video, x_pos, y_pos, pred_block + 84, pred_block + 452, pred_block + 596);
188 if (y_pos) /* the first row */
277 DeblockMb(video, x_pos, y_pos, curL, curCb, curCr);
    [all...]
  /external/qemu/android/skin/
window.c 959 int y_pos; member in struct:SkinWindow
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2027 Int y_pos = video->outputMB->mb_y; local
    [all...]

Completed in 1256 milliseconds

1 2